summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
...
* - First step towards the simplification of the upgrade script.Dries Buytaert2003-07-09
|
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
|
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
|
* - Charset simpliciations. Patch #46 by Al.Dries Buytaert2003-06-08
|
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a ↵Dries Buytaert2003-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL.
* - Fixed critical bug #1788: cloud module pings too much. Modified patch byDries Buytaert2003-06-01
| | | | | | Kjartan. This update requires some database changes so make sure to run update.php.
* - Changed the type of the string fields in the locale table to BLOB.Dries Buytaert2003-05-24
| | | | | This fixes bug #987. For PostgreSQL this is not required because its string comparisons are case-senitive. Not idea about MSSQL.
* - update.php improvements and a grammatical fix from Al. Thanks.Dries Buytaert2003-05-20
|
* - Fixing to work with register_globals off.Kjartan Mannes2003-05-19
|
* - Fixed bug in book_prev(). Patch by Andy Colson.Dries Buytaert2003-05-18
| | | | | | | - Book optimizations: updated to use inner joins. Patch by Andy Colson. This should address bug #1373. TODO: add index to MSSQL database scheme.
* - 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.
* - Fixed "undefined variable" warning. Patch by Ax.Dries Buytaert2003-05-10
|
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
| | | | - Changed all occurences of '%d' to %d as suggested on the mailing list.
* - Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.Dries Buytaert2003-04-20
| | | | | In addition, I have updated update.php so it makes the corresponding changes for MySQL users.
* - Applied modified version of Al's "block delta" patch. I left out theDries Buytaert2003-04-19
| | | | | | | | blogroll feature as I think it would get very confusing. I don't mind to add it but it need some thought and documentation as it somewhat conflicts with the existing cloud module. These changes require you to run update.php.
* - Made sure that update.php enables the newly created admin module.Dries Buytaert2003-04-18
| | | | | | This should fix the other half of bug #1508. - Removed some dead wood: we don't need the menu table any more.
* - Some fixes and improvements as suggested by Gary.Dries Buytaert2003-02-23
|
* - Fixed type: "form" -> "forum". Patch by Ulf Rompe.Dries Buytaert2003-01-16
|
* Patch by Marco:Dries Buytaert2003-01-15
| | | | | | | | | | | | | | | | | | - forum: fixed link to new topic - forum: new topic shows default forum correctly - forum: first_new is back; the anchor didn't consider multiple pages - forum: use standard pager, needed some changes/fixes to pager.inc - forum: some cleanup - forum: taxonomy hook - renamed first_new to simply new - added an optional parameter to pager_query for the count query - used the optional count param for paging forum topics - internal change: moving a topic doesn't duplicate the node anymore but just changes the forum (term); no change in functionality, and shadow still works (suggested by Dries). This probably also made some queries somewhat lighter. - bug fixed: anonymous users always saw "n (n new)" in the replies column - updated pager help and moved from _help to phpdoc
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
|
* - Fixed links to admin page. Added help text.Dries Buytaert2003-01-07
|
* - Clean URL patch.Dries Buytaert2003-01-06
|
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
| | | | | | | | | or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
* - Fixed typo. Patch by Marco.Dries Buytaert2002-12-31
|
* Patch by Marco:Dries Buytaert2002-12-30
| | | | | | | | - rewrote taxonomy_get_tree() for improved performance and cleaner code - fixed a bug in _taxonomy_term_select() with multiple parents - added hooks in vocabulary and term insert, update and delete - fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never called)
* - Refactored the administration pages.Dries Buytaert2002-12-24
|
* - Make sure user names are unique.Dries Buytaert2002-12-16
|
* Applied patch by Natrak:Dries Buytaert2002-12-11
| | | | | | | | | | | | | - page_header() now adds Last-Modified and ETag http headers. - When running PHP as an Apache module page_header() will check the HTTP headers for conditional gets, and will only push the content when it fails. (Works for html and xml pages as they are all cached). Note: this is a PHP limitation, so until PHP makes it work for other web servers this won't work for them. - Added created field to cache database to hold the timestamp when the cache was created. - Changed cache_get() to return an object with ->data and ->created. - Update forum and locale modules.
* - Some changes to the update.php script: revised the instructions a bit,Dries Buytaert2002-12-07
| | | | added some logic and a link to "upgrade 4.0.x to 4.1.x", etc.
* - Added missing query to change the session field from VARCHAR(32) to TEXT.Dries Buytaert2002-11-24
| | | | Reported by Bert Garcia.
* - Added Stefan's page module improvements.Dries Buytaert2002-11-20
| | | | [NOTE: the PostgreSQL database scheme needs updating.]
* Patch by Natrak:Dries Buytaert2002-11-08
| | | | | | | | | - Modules and themes now use the same functions to find and administer files. - Modules can now be placed in sub-directories. - Theme descriptions can no longer be edited. This will be handled by Dries' theme_conf patch. - Update required to keep old modules enabled.
* - blocks != boxes. Sorry :)Kjartan Mannes2002-10-26
|
* - making sure the type field is set right for blocks: 1 -> 0, 2 ->1.Kjartan Mannes2002-10-26
|
* - setting the right date for block update.Kjartan Mannes2002-10-26
|
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } }
* - removed function module_rehash().Kjartan Mannes2002-10-17
| | | | | - updated database dump. - removed tables modules, layout and referrer (don't forget to backup!).
* - fixing SQL queries. Do not append ; to SQL queries in PHP.Kjartan Mannes2002-10-15
| | | | | - fixing the statistics module SQL updates so they work for users that haven't used the statistics module before.
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
| | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php".
* - Made sure the sequence table is properly initialized for comments.Dries Buytaert2002-09-17
|
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
|
* - Changed "$watchdog->message" from type "varchar(255)" to type "text".Dries Buytaert2002-08-26
| | | | | Patch by James. For sake of consistency, I updated the MySQL scheme and added a new update entry to "update.php".
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Made the rating module and its SQL table ASNI compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Added indices for the poll module. Patch by Marco.Dries Buytaert2002-08-11
|
* - feed table should have not null defined for refresh and timestamp.Kjartan Mannes2002-07-31
|
* - Update the existing variables.Dries Buytaert2002-07-07
|
* - Added some indices.Dries Buytaert2002-06-23
|
* - fixed the markup of the collapsed comment view settings.Kjartan Mannes2002-06-15
| | | | | - updated update.php and database.mysql disable a few more modules by default. Without the config options in place to disable things this might confuse users.
* - Removed non-existing theme from both update.php and database.mysql. PatchDries Buytaert2002-06-08
| | | | by Marco.