summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
* 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.
* #10457: Warnings during update processSteven Wittens2004-12-24
|
* - Fixed a warning.Dries Buytaert2004-09-08
|
* - Patch by JonBob: for consistency and readability, add brief descriptions ↵Dries Buytaert2004-08-21
| | | | of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
* - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.Dries Buytaert2004-08-11
| | | | | | The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext). Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
* - Patch by Junyor: fixed typo: 'peformed' -> 'performed'Dries Buytaert2004-08-01
|
* - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (andDries Buytaert2004-06-20
| | | | | | to get of proprietary formats). - Added forum-sticky.png. Made by Steven.
* - Added support for multiple user roles. Patch by Jim Hriggs.Dries Buytaert2004-05-10
|
* - Patch by Gerhard: move the updates to database/updates.inc so packagingDries Buytaert2004-02-25
| | | | systems can by-pass update.php.
* - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of ↵Dries Buytaert2004-02-23
| | | | | | | | HEAD, and adds a user notice to add the throttle and bootstrap columns to the system table manually, else update.php will not run. The message includes the SQL statements required for both MySQL and PostgreSQL.
* - Added 'first update since 4.3.0' info lineSteven Wittens2004-02-23
|
* - Updating update_start value.Kjartan Mannes2004-02-21
|