Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #43002 by drumm: critical bugfix: avoid infinite loops in update script. | Dries Buytaert | 2006-01-04 |
| | |||
* | - Patch #41118 by Goba: various upgrade script fixes. | Dries Buytaert | 2005-12-26 |
| | |||
* | - Patch #40677 by Steven: make the updater work again. | Dries Buytaert | 2005-12-19 |
| | |||
* | - Patch #40518 by drumm: upgrade system fixes. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #36042 by Gerhard and Neil: recover old revisions. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #40341 by Cvbge: corrected the default column value. | Dries Buytaert | 2005-12-08 |
| | |||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-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 Buytaert | 2005-12-07 |
| | | | | PostgreSQL problems in the update script. | ||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | #38744: fix update.php with non-english locale | Steven Wittens | 2005-11-24 |
| | |||
* | - _ to # (form api changes) | Steven Wittens | 2005-10-11 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-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 Buytaert | 2005-08-31 |
| | | | | installed in a subdirectory. | ||
* | - Patch #29669 by Neil: micro-performance improvement for update.php + removed | Dries Buytaert | 2005-08-29 |
| | | | | PHP warning. | ||
* | - Patch #29385 by chx: removed remaining "?>"s at the end of some files. | Dries Buytaert | 2005-08-28 |
| | |||
* | - Patch #29597 by Neil: removing some Drupal 4.2 and Drupal 4.3 left-overs. | Dries Buytaert | 2005-08-25 |
| | |||
* | - #29006: Reorganize code in update.php to be cleaner. | Steven Wittens | 2005-08-17 |
| | |||
* | - #28944: Remove old bugfix code from update.php. | Steven Wittens | 2005-08-17 |
| | |||
* | - #27635: Style update.php | Steven Wittens | 2005-07-29 |
| | |||
* | - Patch #27003 by Neil: use named constants instead of strings | Dries Buytaert | 2005-07-23 |
| | |||
* | - Patch by Bart: fixed update.php after bootstrap patch. | Dries Buytaert | 2005-07-03 |
| | |||
* | - Modified patch #19941 by willmoy: improve upgrade instructions. | Dries Buytaert | 2005-04-06 |
| | |||
* | - Added missing {}. Reported by Bart. | Dries Buytaert | 2005-02-07 |
| | |||
* | - Adding a cache wipe to update.php, as this will avoid stale cache bugs ↵ | Steven Wittens | 2005-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 Buytaert | 2005-01-13 |
| | | | | variable got corrupted. | ||
* | #10457: Warnings during update process | Steven Wittens | 2004-12-24 |
| | |||
* | - Fixed a warning. | Dries Buytaert | 2004-09-08 |
| | |||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-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 Buytaert | 2004-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 Buytaert | 2004-08-01 |
| | |||
* | - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and | Dries Buytaert | 2004-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 Buytaert | 2004-05-10 |
| | |||
* | - Patch by Gerhard: move the updates to database/updates.inc so packaging | Dries Buytaert | 2004-02-25 |
| | | | | systems can by-pass update.php. | ||
* | - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of ↵ | Dries Buytaert | 2004-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 line | Steven Wittens | 2004-02-23 |
| | |||
* | - Updating update_start value. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Typo. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Cleaning up database definition. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Patch by Killes: drop the 'attributes' field from the 'users' table. It | Dries Buytaert | 2004-02-21 |
| | | | | is no longer used. | ||
* | - Old PGSQL fix for people updating from way back ;) | Steven Wittens | 2004-02-15 |
| | |||
* | - Added curly brackets around table name | Dries Buytaert | 2004-02-08 |
| | |||
* | - Added the possibility to reorder filters. Patch by UnConeD. | Dries Buytaert | 2004-02-06 |
| | |||
* | - Patch 5330 by Adrian: PostgreSQL updates and fixes. | Dries Buytaert | 2004-01-23 |
| | |||
* | Patch 5114 by Kjartan: | Dries Buytaert | 2004-01-14 |
| | | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages. | ||
* | Round 3 of aggregator improvements: | Dries Buytaert | 2004-01-11 |
| | | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML. | ||
* | - Many excellent news aggregator improvements by Kjartan: | Dries Buytaert | 2004-01-07 |
| | | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified. | ||
* | - XHTML improvements: <b> -> <strong>. Patch by Stefan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Fixed bug #4842: get_cfg_var() -> ini_get() | Dries Buytaert | 2003-12-29 |
| | |||
* | - Patch 0185 by Jeremy: made it possible to automatically disable modules when | Dries Buytaert | 2003-12-07 |
| | | | | under heave load. | ||
* | - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead of | Dries Buytaert | 2003-12-03 |
| | | | | | 'text'. This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch. |