Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵ | Dries Buytaert | 2009-06-06 |
| | | | | system_theme_data(). | ||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵ | Dries Buytaert | 2009-05-12 |
| | | | | wrote a handy assertLogMessage() function to assert watchdog messages. | ||
* | - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵ | Dries Buytaert | 2009-05-09 |
| | | | | settings.php | ||
* | #444744 by mikejoconnor: Include .module file automatically during ↵ | Angie Byron | 2009-05-03 |
| | | | | hook_install(). | ||
* | - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵ | Dries Buytaert | 2009-04-02 |
| | | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! | ||
* | #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵ | Angie Byron | 2009-03-01 |
| | | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah. | ||
* | - Patch #380064 by c960657: make file_scan_directory() use save property ↵ | Dries Buytaert | 2009-02-22 |
| | | | | names as file_load(). | ||
* | #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵ | Angie Byron | 2009-02-18 |
| | | | | parameters (DX improvement). | ||
* | - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵ | Dries Buytaert | 2009-02-03 |
| | | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my! | ||
* | #310863 by bangpound, dboulet, and catch: Stop locale module from ↵ | Angie Byron | 2009-01-18 |
| | | | | auto-installing with custom install profiles. | ||
* | - Patch #354162 by killes: convert install.inc to new database layer. | Dries Buytaert | 2009-01-04 |
| | |||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #349504 by keith.smith: clean up sentence spacing in code comments. | Dries Buytaert | 2008-12-20 |
| | |||
* | #340500 by justinrandell: Fix silliness in install.inc that was loading the ↵ | Angie Byron | 2008-11-30 |
| | | | | db system twice for no apparent reason. | ||
* | - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵ | Dries Buytaert | 2008-11-24 |
| | | | | removing bootstrap flag in system table. | ||
* | #74645 follow-up by maartenvg: One very important file_scan_directory() call ↵ | Angie Byron | 2008-11-16 |
| | | | | got missed; now HEAD installs again. W00t. ;) | ||
* | - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. | Dries Buytaert | 2008-11-11 |
| | |||
* | - Patch #302596 by dropcube: remove glob() because it is not available on ↵ | Dries Buytaert | 2008-10-24 |
| | | | | all supported platforms. | ||
* | #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵ | Angie Byron | 2008-10-11 |
| | | | | modules to react when other modules are enabled, disabled, installed, or uninstalled. | ||
* | #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵ | Angie Byron | 2008-10-01 |
| | | | | installer. Awesome. | ||
* | #312677 by CorniI: Check to ensure a file exists when fixing installation file. | Angie Byron | 2008-09-27 |
| | |||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 |
| | | | | absolute paths. | ||
* | #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory(). | Angie Byron | 2008-09-20 |
| | |||
* | #307297 by heyrocker: Making install.inc's Doxygen shiny and clean. | Angie Byron | 2008-09-14 |
| | |||
* | - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵ | Dries Buytaert | 2008-08-28 |
| | | | | default -- less clicking | ||
* | - Patch #298391 by catch, chx: fixed database initialization during install ↵ | Dries Buytaert | 2008-08-25 |
| | | | | failure. | ||
* | - Patch #298391 by Rob Loach: database engine initialization fails in ↵ | Dries Buytaert | 2008-08-22 |
| | | | | presence of CVS directory. | ||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵ | Dries Buytaert | 2008-08-14 |
| | | | | numeric order, not in definition order. | ||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 |
| | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | ||
* | - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵ | Dries Buytaert | 2008-04-16 |
| | | | | throttle module from Drupal core. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #217803 by csevb10 and senpai: uninstall system does not correctly ↵ | Dries Buytaert | 2008-02-12 |
| | | | | remove dynamic menu items when a module is deleted. | ||
* | - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation ↵ | Dries Buytaert | 2008-02-10 |
| | | | | problem with multi-site setups. | ||
* | #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) |