Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #201717 by catch: remove the utf8 update helper which is the remaining of ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | the removed 4.6 to 4.7 updates | ||
* | #194310 by chx, catch, KarenS: run updates for disabled but previously ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | installed modules, if they are compatible with the current system | ||
* | #194010 by chx: Proper recursive dependency checking and ordering module ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | installation in dependency order, so later installed modules can use previously installed module functionality | ||
* | #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵ | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | | the following issues: - possible timeouts with installing/enabling lots of modules at once in core - enable install profiles to have more modules without fear of timeouts on install - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch) | ||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | add missing javascript key to language objects (kills notices) and document st() better | ||
* | #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so ↵ | Gábor Hojtsy | 2007-09-07 |
| | | | | live Drupal pages will be visible instead of cached installer pages | ||
* | - Patch #172950 by webernet: code style fixes. | Dries Buytaert | 2007-09-04 |
| | |||
* | - Removing whitespace. | Dries Buytaert | 2007-08-30 |
| | |||
* | #147657 by chx: menu module update function | Gábor Hojtsy | 2007-08-29 |
| | |||
* | #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | actions.module is not turned on | ||
* | #166593 by hswong3i: move literal values out of some core queries to support ↵ | Gábor Hojtsy | 2007-08-22 |
| | | | | cross-database compatibility (ie. better SQL parsing and altering options) | ||
* | - Patch #147324 by Eaton: make multi-site installations work again. | Dries Buytaert | 2007-07-30 |
| | |||
* | #150554 suggested by kkaefer, patch by me: rename 'po' folders to the more ↵ | Gábor Hojtsy | 2007-06-13 |
| | | | | user friendly 'translations' name | ||
* | #144496 by myself: import translations for newly installed modules and ↵ | Gábor Hojtsy | 2007-05-21 |
| | | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once | ||
* | - Patch #142869 by Gabor: import interface translation files at install time. | Dries Buytaert | 2007-05-15 |
| | |||
* | - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵ | Dries Buytaert | 2007-05-08 |
| | | | | with sites/default/default.settings.php. | ||
* | - Patch #132018 by Steven et al: add .info files to themes. | Dries Buytaert | 2007-04-17 |
| | |||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | #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. |