summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
* - Patch #86591 by dww: 5.0.0 -> 5.0Dries Buytaert2006-10-02
|
* #82806 by dww. Remove warning for updating without performing any updates.Neil Drumm2006-09-08
|
* #82177 by Heine. Run cache updates early to avoid unrecoverable errors.Neil Drumm2006-09-08
|
* #69786: jQuery JavaScript Library in Drupal coreSteven Wittens2006-08-31
|
* #80574 Eaton and chx. Replace $_POST['edit'] with $_POST.Neil Drumm2006-08-29
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* - Fix missing progressbar background after CSS splitSteven Wittens2006-08-17
| | | | - Keep all JS widget css together
* - Patch #77183 by m3vrck: cleaned up some of the CSS mess.Dries Buytaert2006-08-14
|
* #64212 by chx, dww, and Eaton, allow for branched updates.Neil Drumm2006-08-14
|
* #75264: Redirect uninstalled default Drupal site to install.phpSteven Wittens2006-07-31
|
* Oops ($access_check).Steven Wittens2006-07-31
|
* 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.