Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #82524 by Heine and AjK. Remove use of array_walk(), which was causing ↵ | Neil Drumm | 2006-09-07 |
| | | | | segfaults in this case. | ||
* | #81843 by asimmonds. Check to make sure hook_requirements() is implemented ↵ | Neil Drumm | 2006-09-05 |
| | | | | before executing it. | ||
* | Pretty up the status report | Steven Wittens | 2006-09-01 |
| | |||
* | #75002: Install-time and run-time requirements checking + status report page | Steven Wittens | 2006-09-01 |
| | |||
* | #81033 by webchick and neclimdul. Uninstall module API. | Neil Drumm | 2006-09-01 |
| | |||
* | #76555 by Goba. Installer l10n. | Neil Drumm | 2006-09-01 |
| | |||
* | #76525 by asimmonds. Fixing another call to an undefined function. | Neil Drumm | 2006-08-23 |
| | |||
* | - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵ | Dries Buytaert | 2006-08-18 |
| | | | | forms via the pull model. | ||
* | #76802: Introduce placeholder magic into t() | Steven Wittens | 2006-08-18 |
| | | | | See: http://drupal.org/node/64279#t-placeholders | ||
* | - Patch #77549 by adrian: install profiles should be in their own directory. | Dries Buytaert | 2006-08-08 |
| | |||
* | - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal. | Dries Buytaert | 2006-08-03 |
| | |||
* | #76209: (Eaton et al) | Steven Wittens | 2006-08-03 |
| | | | | | - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core | ||
* | #75264: Redirect uninstalled default Drupal site to install.php | Steven Wittens | 2006-07-31 |
| | |||
* | - Patch #61893 by timnc: remove message_na(). | Dries Buytaert | 2006-07-29 |
| | |||
* | #73615 by chx, Eaton, and Steven, Provide the full range of Drupal functions ↵ | Neil Drumm | 2006-07-19 |
| | | | | to .install files | ||
* | - 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. |