summaryrefslogtreecommitdiff
path: root/includes/install.inc
Commit message (Collapse)AuthorAge
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* - Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions().Dries Buytaert2009-09-25
|
* - Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, ↵Dries Buytaert2009-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 Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* #524728 follow-up by David_Rothstein: Fix whitespace in install.php and ↵Angie Byron2009-08-24
| | | | install.inc.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-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 Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-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 Byron2009-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 Byron2009-08-12
|
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* - Patch #524728 by David_Rothstein, anarcat: white space clean-up.Dries Buytaert2009-07-28
|
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-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 Buytaert2009-07-27
| | | | using UTF-8 on PostgreSQL.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* #509392 follow-up by adrian: Clean-up for .info files for install profiles ↵Angie Byron2009-07-19
| | | | patch.
* #509392 by adrian: Add .info files for installation profiles.Angie Byron2009-07-15
|
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* #482346 by Berdir: Move module installation logic to module_enable() to ↵Angie Byron2009-06-28
| | | | prevent errors upon enabling modules.
* - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error ↵Dries Buytaert2009-06-08
| | | | handling during installation.
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵Dries Buytaert2009-05-12
| | | | wrote a handy assertLogMessage() function to assert watchdog messages.
* - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵Dries Buytaert2009-05-09
| | | | settings.php
* #444744 by mikejoconnor: Include .module file automatically during ↵Angie Byron2009-05-03
| | | | hook_install().
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-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 Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-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 Byron2009-01-18
| | | | auto-installing with custom install profiles.
* - Patch #354162 by killes: convert install.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* #340500 by justinrandell: Fix silliness in install.inc that was loading the ↵Angie Byron2008-11-30
| | | | db system twice for no apparent reason.
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* #74645 follow-up by maartenvg: One very important file_scan_directory() call ↵Angie Byron2008-11-16
| | | | got missed; now HEAD installs again. W00t. ;)
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #302596 by dropcube: remove glob() because it is not available on ↵Dries Buytaert2008-10-24
| | | | all supported platforms.
* #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵Angie Byron2008-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 Byron2008-10-01
| | | | installer. Awesome.
* #312677 by CorniI: Check to ensure a file exists when fixing installation file.Angie Byron2008-09-27
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* #307297 by heyrocker: Making install.inc's Doxygen shiny and clean.Angie Byron2008-09-14
|
* - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵Dries Buytaert2008-08-28
| | | | default -- less clicking
* - Patch #298391 by catch, chx: fixed database initialization during install ↵Dries Buytaert2008-08-25
| | | | failure.