Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵ | Dries Buytaert | 2006-07-13 |
| | | | | et al: an initial install system for Drupal core. | ||
* | #58166, fixes for typos, patch by Uwe Herrmann | Gerhard Killesreiter | 2006-04-11 |
| | |||
* | - #40515: Ensure UTF-8 character set on the database side (and include ↵ | Steven Wittens | 2006-01-21 |
| | | | | upgrade path for incorrectly set up databases) | ||
* | - Patch #40518 by drumm: upgrade system fixes. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #40518 by drumm: remove hook_versions. | Dries Buytaert | 2005-12-09 |
| | |||
* | - 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. |