Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 |
| | |||
* | - Patch #76522 by RobRoy: avoid name clash between modules and install ↵ | Dries Buytaert | 2007-02-11 |
| | | | | profiles. Removing redundant hook. | ||
* | - Patch #115213 by dopry: fixed E_ALL problem. | Dries Buytaert | 2007-02-04 |
| | |||
* | - Patch #108272 by webchick, Ralf et al: improved handling of required ↵ | Dries Buytaert | 2007-02-04 |
| | | | | modules in install profiles. | ||
* | #106232 by chx. Add spaces for code style. | Neil Drumm | 2007-01-02 |
| | |||
* | - Patch #101829 by douggreen, ChrisKennedy and Grugnog2: ↵ | Dries Buytaert | 2006-12-08 |
| | | | | drupal_install_fix_file() fails to calculate correct permissions. | ||
* | - Patch #101236 by Uwe Herman: fixed typos in the documentation. | Dries Buytaert | 2006-12-05 |
| | |||
* | #99644 by neclimdul. Move a function to be more accessible by modules updating. | Neil Drumm | 2006-11-28 |
| | |||
* | - Added database checks. | Dries Buytaert | 2006-11-24 |
| | |||
* | - Patch #98261 by lyricnz: fixed warning. | Dries Buytaert | 2006-11-21 |
| | |||
* | #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵ | Neil Drumm | 2006-11-16 |
| | | | | hook_enable(). | ||
* | - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵ | Dries Buytaert | 2006-10-23 |
| | | | | outside root/modules directory. Critical bugfix. | ||
* | - Patch #88600 by evo and chx: fix a infinite loop caused by install_goto(). | Dries Buytaert | 2006-10-12 |
| | |||
* | #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. |