summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
...
* Running multiple updates for a module was broken since the installer.Steven Wittens2006-07-31
|
* - Fix update.php when there are no system.module updates (hunmonk)Steven Wittens2006-07-14
|
* - Patch #73456 by Jaza, hunkmonk: fixed broken module paths.Dries Buytaert2006-07-13
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
| | | | et al: an initial install system for Drupal core.
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - Patch #69405 by dww: fixed update.php.Dries Buytaert2006-06-20
|
* - Patch #69659 by derek: improved documentation of db abstraction layer.Dries Buytaert2006-06-19
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #59596, update sets system.weight to unsigned, patch by HeineGerhard Killesreiter2006-04-20
|
* #58704, No table prefix in update_fix_access_table(), patch by Markus PetruxGerhard Killesreiter2006-04-14
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* Simply code commentSteven Wittens2006-04-04
|
* #12350 by naquah, Need to clear caches after running update.php.Neil Drumm2006-04-04
|
* #54003, Watchdog not logging update errors, patch by StevenGerhard Killesreiter2006-03-28
|
* #54002, Cached JS files break new drupal js error reporting behavior. ↵Gerhard Killesreiter2006-03-15
| | | | Improved patch by chx
* #54002, Cached JS files break new drupal js error reporting behavior, patch ↵Gerhard Killesreiter2006-03-14
| | | | by dopry
* - Patch #53468 by jvandyk: documentation improvements.Dries Buytaert2006-03-11
|
* - Removing whitespaceDries Buytaert2006-03-03
|
* - #49501: Improve error reporting in the update systemSteven Wittens2006-03-01
|
* - #48215: Fix update.php links at the endSteven Wittens2006-02-08
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #45747 by Cvbge: documentation improvement + added primary key that ↵Dries Buytaert2006-01-22
| | | | got lost
* - #40515: Ensure UTF-8 character set on the database side (and include ↵Steven Wittens2006-01-21
| | | | upgrade path for incorrectly set up databases)
* - Patch #44286 by Neil, Zen, et al: a couple fixes to the upgrade path.Dries Buytaert2006-01-15
|
* - Patch by chx: critical bugfix: fixed the database upgrade path.Dries Buytaert2006-01-08
|
* - Patch #43002 by drumm: critical bugfix: avoid infinite loops in update script.Dries Buytaert2006-01-04
|
* - Patch #41118 by Goba: various upgrade script fixes.Dries Buytaert2005-12-26
|
* - Patch #40677 by Steven: make the updater work again.Dries Buytaert2005-12-19
|
* - Patch #40518 by drumm: upgrade system fixes.Dries Buytaert2005-12-09
|
* - Patch #36042 by Gerhard and Neil: recover old revisions.Dries Buytaert2005-12-09
|
* - Patch #40341 by Cvbge: corrected the default column value.Dries Buytaert2005-12-08
|
* - Patch #40341 by Neil: fixed problems with database schema versions.Dries Buytaert2005-12-08
| | | | | | | - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable. - system_get_files_database() now includes a 'schema_version' child of each file object. - That new information is re-saved when Drupal re-populates the system table. - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
* - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some ↵Dries Buytaert2005-12-07
| | | | PostgreSQL problems in the update script.
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* #38744: fix update.php with non-english localeSteven Wittens2005-11-24
|
* - _ to # (form api changes)Steven Wittens2005-10-11
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #29051 by mathias: made the update.php script work when Drupal is ↵Dries Buytaert2005-08-31
| | | | installed in a subdirectory.
* - Patch #29669 by Neil: micro-performance improvement for update.php + removedDries Buytaert2005-08-29
| | | | PHP warning.
* - Patch #29385 by chx: removed remaining "?>"s at the end of some files.Dries Buytaert2005-08-28
|
* - Patch #29597 by Neil: removing some Drupal 4.2 and Drupal 4.3 left-overs.Dries Buytaert2005-08-25
|
* - #29006: Reorganize code in update.php to be cleaner.Steven Wittens2005-08-17
|
* - #28944: Remove old bugfix code from update.php.Steven Wittens2005-08-17
|
* - #27635: Style update.phpSteven Wittens2005-07-29
|
* - Patch #27003 by Neil: use named constants instead of stringsDries Buytaert2005-07-23
|
* - Patch by Bart: fixed update.php after bootstrap patch.Dries Buytaert2005-07-03
|
* - Modified patch #19941 by willmoy: improve upgrade instructions.Dries Buytaert2005-04-06
|
* - Added missing {}. Reported by Bart.Dries Buytaert2005-02-07
|
* - Adding a cache wipe to update.php, as this will avoid stale cache bugs ↵Steven Wittens2005-01-16
| | | | | | after an update (e.g. admin.module was removed -> needs menu cache update).
* - Patch #15337 by Gerhard: fixed bug in upgrade path. The 'update_start' ↵Dries Buytaert2005-01-13
| | | | variable got corrupted.