Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #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 |
| | |||
* | - 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. |