summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* #24749, Prefix UPDATE & DROP TABLE IF EXISTS statements, patch by AxelGerhard Killesreiter2006-03-27
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #167 (!) by killes: made the code style script work with ++ and -- ↵Dries Buytaert2005-12-28
| | | | | | operators. (The oldest issue of the year award goes to killes.)
* - Patch #39462 by Cvgbe:Dries Buytaert2005-12-12
| | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
* - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵Dries Buytaert2005-11-14
| | | | properly.
* - Patch by Uwe: tidied up the CVS IDs.Dries Buytaert2005-08-11
|
* - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL.Dries Buytaert2005-04-25
|
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - Patch #16298 by budda: added a curl-based script for grabbing cron.php.Dries Buytaert2005-01-27
|
* - Patch #6166 by Moshe: node preview should not display links. Push the ↵Dries Buytaert2004-11-23
| | | | | | | | links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().
* - Patch #13334 by Axel: added a simple script to prefix a database scheme.Dries Buytaert2004-11-23
|
* - Removing some dated scripts.Dries Buytaert2004-01-02
|
* - Some fixes to the code-style.sh script.Dries Buytaert2003-12-28
|
* - Improvment: detect wrong mixed case variables, be more strict about XHTML.Dries Buytaert2003-10-30
|
* - Updated to ignore favicons.Dries Buytaert2003-06-12
|
* - Dropped check_input(); use check_query() instead.Dries Buytaert2003-06-06
| | | | - Made the statistics module use referer_uri() for security's sake.
* - Ignore ".eps.gz" files or Druplicon logos.Dries Buytaert2003-06-02
|
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
* - Improvement: remove vi left-overs.Dries Buytaert2002-12-31
|
* - adding $Id$ (and testing loginfo script).Kjartan Mannes2002-11-06
|
* - testing new loginfo script.Kjartan Mannes2002-11-06
|
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the · related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ...
* - moving cvs-to-sql to contrib.Kjartan Mannes2002-04-13
|
* - Made the script 'code-clean.sh' ignore .psp files.Dries Buytaert2001-12-16
|
* code-style.plKjartan Mannes2001-11-17
| | | | | | | - allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
* mail-to-sql.php:Dries Buytaert2001-11-07
| | | | | | - rewrote the script in PHP. - added support for mailing list. - made the parser better.
* - node.module:Dries Buytaert2001-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Changed node_form() to use good ol' tables instead of div/CSS-tags. + Revised the "revision API": I think we have both an easy and powerful API now that should make everyone happy. + Improved the usability of the rollback functionality a bit. + Removed the "view node" link from the "node overview" page in the admin section and added a "delete node" link instead. + Added a few missing translations; there might be missing more translations though. - book.module: + Made the book module use the "revision API" instead of having it poke and use the innards and underlying details of the revision system. - queue.module: + Made the queue module use the improved revision number. - module.inc: + Applied Moshe's patch: added more arguments to module_invoke() - mail-to-sql.pl: + Added support for more header fields and for folded fields Notes: - no database updates required
* - Added first, preliminary version of mail-to-sql to CVS.Dries Buytaert2001-11-01
|
* - Updated the coding style checker. (patch by Alex)Dries Buytaert2001-10-23
|
* - fixed a SQL typo in node.php: user --> usersDries Buytaert2001-10-17
| | | | - added SQL table keys for the node types
* - Added a *cool* new Perl script by Alexander. You can use this scriptDries Buytaert2001-10-16
| | | | | | | to check your code against the Drupal coding style: "This program tries to show as many improvements as possible with no false positives."
* - Tidied up the script names a bit ...Dries Buytaert2001-10-15
|
* - removed this script, it is too simple to be true ...Dries Buytaert2001-10-15
|
* - Fixed the script's extention.Dries Buytaert2001-10-15
|
* - Fixed the script's extention: it's a shell script, not a Perl script.Dries Buytaert2001-10-15
|
* - Changed 'drop' to 'drupal'; a left-over from the old days, I guess.Dries Buytaert2001-06-15
|
* - Small improvement (by Natrak) to display the correct CVS username.Dries Buytaert2001-05-14
|
* - Addition: added new "cvs.module" to display and mail drupal'sDries Buytaert2001-04-19
| | | | | | CVS log messages. Our additional Perl script that hooks into the CVS repository is also provided in ./scripts. Requires a SQL update, see 2.00-to-x.xx.sql.
* - Took all "rating logic" out of the account.module and moved it intoDries Buytaert2001-03-03
| | | | | | | | | | | | a seperate module called "rating.module". This should allow people to experiment with different rating heuristics/algorithms. - The rating module also generates a "Top 100 users" page, see: http://drop.org/module.php?mod=rating - Adjusted ./scripts/php-clean to ignore png files. (I should do it the way around and make it ignore everything but our php files.)
* - created nightly build script (had to create one for work too ;)Dries Buytaert2001-03-01
|
* - initial import of the preliminary translation code.Dries Buytaert2001-02-12
| | | | | | | | - added timer.inc for benchmarking purpose - bugfix for php-clean - bugfix for account.php - removed redundant format_data - ...
* - added new feature for evaluating purpose: user rating (mojo, karma)!Dries Buytaert2001-02-07
| | | | - removed tabs from Jeroen's theme
* - removed all tabsDries Buytaert2001-01-26
|
* - removed redundant spacesDries Buytaert2001-01-26
|
* A batch of preparations for release candidate 2:Dries Buytaert2001-01-03
| | | | | | | | | | | | | | | | - expanded documentation (written by Jeroen) - fixed bug in includes/module.inc - fixed bug in modules/backend.class - renamed some of the SQL tables (!) - started making the diary.module truly modular (not finished yet) - renamed "admin_blocks" to "boxes" - added new functionality to "boxes": apart from PHP boxes, you can now create ASCII boxes as well as HTML boxes for those who are not confident with PHP. (requested by stalor) - added drupal-site module to keep track of known drupal sites - added small Perl script to generate encrypted CVS passwords
* - fixed PHP4.0.4 problem in discussion.php.Dries Buytaert2000-12-31
| | | | | | | - some improvements to account.php and theme.inc. - updated the documentation (again, again and again) - added INSTALL file - removed redundant files
* - database backup scriptDries Buytaert2000-12-19
|
* - updated version of php-count: it now takes the modules into accountDries Buytaert2000-12-19
|
* Again, a large batch of updates - I'm twisting things around here:Dries Buytaert2000-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. improved .htaccess to be more "secure": to keep prying eyes out 2. rewrote the administration section from scratch using a modular approach 3. improved the information gathered by error.php - we can now (hopefully) track what bots are crawling us. 4. fixed a bug in submit.php, fixed a bug in theme zaphod, fixed a bug in theme marvin. 5. rewrote cron from scratch - it now interfaces with modules as it should have been from the beginning. Very cool if you ask me - it can use UNIX/Linux crontabs. 6. updated widget.inc to be module aware - needs more work though - maybe this afternoon? 7. updated most modules: small bugfixes, improvements, and even the documentation 8. removed diary.php and made it a module - you can now run a drop.org site without a diary system if someone would prefer so 9. updated all themes to use the new modules where appropriate 10. added a robots.txt because the error message in the watchdog become annoying. 11. added the new configuration system (mutliple vhosts on the same source tree) - use hostname.conf instead of config.inc 12. removed calendar.inc and made it a module 13. added format_interval() to functions.inc (UnConeD) 14. whatever I forgot ...
* * tiny improvements (!= bug fixes)Dries Buytaert2000-11-14
|