Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #728820 by David_Rothstein: clean up installation of required modules. | Dries Buytaert | 2010-03-01 |
| | |||
* | - Patch #620298 by David_Rothstein: schema not available in hook_install(). | Dries Buytaert | 2010-02-26 |
| | |||
* | #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵ | Angie Byron | 2010-02-03 |
| | | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order. | ||
* | - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. | Dries Buytaert | 2010-01-25 |
| | |||
* | - Patch #637146 by naxoc, David_Rothstein: HEAD install redirect failed ↵ | Dries Buytaert | 2010-01-21 |
| | | | | because common.inc was not loaded in _db_check_install_needed(). | ||
* | #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵ | Angie Byron | 2010-01-13 |
| | | | | improved module_enable(). | ||
* | #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵ | Angie Byron | 2010-01-09 |
| | | | | extraneous 'Please' in the interface. | ||
* | #299308 by redndahead, Dave Reid, dropcube, catch, redndahead, and dbabbage: ↵ | Angie Byron | 2010-01-09 |
| | | | | Add POD to installation requirements. | ||
* | #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. | Angie Byron | 2010-01-04 |
| | |||
* | #669374 by jhodgdon: Change @verbatim in Doxygen to @code. | Angie Byron | 2010-01-04 |
| | |||
* | #399642 by sndev and carlos8f: Make drupal_install_modules() resolve ↵ | Angie Byron | 2010-01-02 |
| | | | | dependencies and trigger an error when they do not exist. (with tests) | ||
* | #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of ↵ | Angie Byron | 2009-12-27 |
| | | | | drupal_get_install_files() with large file trees. | ||
* | #420358 by yoroy, David_Rothstein, JacobSingh, et al: Rename core's ↵ | Angie Byron | 2009-12-07 |
| | | | | installation profiles to be more clear. | ||
* | - Patch #626688 by justinrandell, catch, chx: add caching for system_list(). | Dries Buytaert | 2009-11-26 |
| | |||
* | - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵ | Dries Buytaert | 2009-10-13 |
| | | | | happen for AJAX requests too. | ||
* | #561452 by pwolanin and David_Rothstein: Add API function to get ↵ | Angie Byron | 2009-10-13 |
| | | | | module/theme info without rebuilding it. | ||
* | - Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions(). | Dries Buytaert | 2009-09-25 |
| | |||
* | - Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, ↵ | Dries Buytaert | 2009-09-23 |
| | | | | chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin. | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | #524728 follow-up by David_Rothstein: Fix whitespace in install.php and ↵ | Angie Byron | 2009-08-24 |
| | | | | install.inc. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #509398 by adrian: Turned install profiles into modules with full access to ↵ | Angie Byron | 2009-08-21 |
| | | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D | ||
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵ | Angie Byron | 2009-08-17 |
| | | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. | ||
* | #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. | Angie Byron | 2009-08-12 |
| | |||
* | - Patch #535264 by Crell: removing some more legacy cruft. | Dries Buytaert | 2009-07-30 |
| | |||
* | - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵ | Dries Buytaert | 2009-07-28 |
| | | | | to Berdir for this humongous effort. | ||
* | - Patch #524728 by David_Rothstein, anarcat: white space clean-up. | Dries Buytaert | 2009-07-28 |
| | |||
* | - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵ | Dries Buytaert | 2009-07-28 |
| | | | | install.php to allow Drupal to be installed from the command line. | ||
* | - Patch #349508 by Josh Waihi: make sure that the database is installed ↵ | Dries Buytaert | 2009-07-27 |
| | | | | using UTF-8 on PostgreSQL. | ||
* | - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵ | Dries Buytaert | 2009-07-20 |
| | | | | admin/structure. | ||
* | #509392 follow-up by adrian: Clean-up for .info files for install profiles ↵ | Angie Byron | 2009-07-19 |
| | | | | patch. | ||
* | #509392 by adrian: Add .info files for installation profiles. | Angie Byron | 2009-07-15 |
| | |||
* | - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵ | Dries Buytaert | 2009-07-14 |
| | | | | 'yay' to clarity! | ||
* | #482346 by Berdir: Move module installation logic to module_enable() to ↵ | Angie Byron | 2009-06-28 |
| | | | | prevent errors upon enabling modules. | ||
* | - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error ↵ | Dries Buytaert | 2009-06-08 |
| | | | | handling during installation. | ||
* | - 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 |
| |