Dries Buytaert
|
24c259cdd8
|
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
|
2009-10-13 21:16:44 +00:00 |
Angie Byron
|
89d04ea78a
|
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
|
2009-10-13 05:26:57 +00:00 |
Dries Buytaert
|
f15438cc9a
|
- Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions().
|
2009-09-25 14:54:49 +00:00 |
Dries Buytaert
|
fdeb890b5f
|
- Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin.
|
2009-09-23 15:04:34 +00:00 |
Dries Buytaert
|
029c48c68d
|
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
|
2009-09-10 06:38:20 +00:00 |
Angie Byron
|
4241e34e0b
|
#524728 follow-up by David_Rothstein: Fix whitespace in install.php and install.inc.
|
2009-08-24 03:13:44 +00:00 |
Angie Byron
|
2c55219315
|
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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.
|
2009-08-24 00:14:23 +00:00 |
Angie Byron
|
e63e85020b
|
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
|
2009-08-24 00:10:46 +00:00 |
Angie Byron
|
4ae238ea57
|
*** empty log message ***
|
2009-08-24 00:02:05 +00:00 |
Angie Byron
|
716293e0fb
|
#509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
|
2009-08-21 07:50:08 +00:00 |
Angie Byron
|
b41323642b
|
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, 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://.
|
2009-08-17 19:14:42 +00:00 |
Angie Byron
|
049a8896f5
|
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.
|
2009-08-12 23:51:19 +00:00 |
Dries Buytaert
|
4e96b4e5df
|
- Patch #535264 by Crell: removing some more legacy cruft.
|
2009-07-30 10:16:48 +00:00 |
Dries Buytaert
|
a938e18a1b
|
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.
|
2009-07-28 19:18:08 +00:00 |
Dries Buytaert
|
3625dddf11
|
- Patch #524728 by David_Rothstein, anarcat: white space clean-up.
|
2009-07-28 19:02:38 +00:00 |
Dries Buytaert
|
aab51b9319
|
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
|
2009-07-28 12:13:47 +00:00 |
Dries Buytaert
|
1aec298314
|
- Patch #349508 by Josh Waihi: make sure that the database is installed using UTF-8 on PostgreSQL.
|
2009-07-27 19:42:56 +00:00 |
Dries Buytaert
|
d24d954479
|
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
|
2009-07-20 18:51:36 +00:00 |
Angie Byron
|
48e41d314e
|
#509392 follow-up by adrian: Clean-up for .info files for install profiles patch.
|
2009-07-19 04:48:10 +00:00 |
Angie Byron
|
b692036962
|
#509392 by adrian: Add .info files for installation profiles.
|
2009-07-15 02:08:41 +00:00 |
Dries Buytaert
|
ef09cf93e5
|
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!
|
2009-07-14 10:22:17 +00:00 |
Angie Byron
|
4dafb3953c
|
#482346 by Berdir: Move module installation logic to module_enable() to prevent errors upon enabling modules.
|
2009-06-28 03:56:43 +00:00 |
Dries Buytaert
|
880bb9057f
|
- Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation.
|
2009-06-08 04:33:35 +00:00 |
Dries Buytaert
|
1f9077ee92
|
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
|
2009-06-06 16:05:28 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
a07e17a92c
|
- Patch #210876 by deekayen: log enabling and disabling of modules, and wrote a handy assertLogMessage() function to assert watchdog messages.
|
2009-05-12 18:08:43 +00:00 |
Dries Buytaert
|
bbe7b77475
|
- Patch #304163 by chx, David_Rothstein: allow update.php to regenerate settings.php
|
2009-05-09 18:35:01 +00:00 |
Angie Byron
|
4d629641ac
|
#444744 by mikejoconnor: Include .module file automatically during hook_install().
|
2009-05-03 19:38:53 +00:00 |
Dries Buytaert
|
3a35e28f92
|
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et 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!
|
2009-04-02 20:39:45 +00:00 |
Angie Byron
|
27369e8b96
|
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.
|
2009-03-01 09:32:17 +00:00 |
Dries Buytaert
|
5d658d0848
|
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
|
2009-02-22 17:55:30 +00:00 |
Angie Byron
|
c03b4c5408
|
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
|
2009-02-18 15:07:27 +00:00 |
Dries Buytaert
|
607e9626d5
|
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|
2009-02-03 17:30:13 +00:00 |
Angie Byron
|
cf4f209d16
|
#310863 by bangpound, dboulet, and catch: Stop locale module from auto-installing with custom install profiles.
|
2009-01-18 06:56:58 +00:00 |
Dries Buytaert
|
4d482a23ad
|
- Patch #354162 by killes: convert install.inc to new database layer.
|
2009-01-04 18:50:23 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Angie Byron
|
d6514fe3aa
|
#340500 by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason.
|
2008-11-30 01:11:23 +00:00 |
Dries Buytaert
|
5083e13522
|
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
|
2008-11-24 10:41:40 +00:00 |
Angie Byron
|
ccd16b82a6
|
#74645 follow-up by maartenvg: One very important file_scan_directory() call got missed; now HEAD installs again. W00t. ;)
|
2008-11-16 23:44:47 +00:00 |
Dries Buytaert
|
bd108c7f10
|
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
|
2008-11-11 16:49:38 +00:00 |
Dries Buytaert
|
f67cddb49b
|
- Patch #302596 by dropcube: remove glob() because it is not available on all supported platforms.
|
2008-10-24 18:21:54 +00:00 |
Angie Byron
|
4d20274076
|
#253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow modules to react when other modules are enabled, disabled, installed, or uninstalled.
|
2008-10-11 22:46:22 +00:00 |
Angie Byron
|
4c976d51e6
|
#281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome.
|
2008-10-01 00:27:29 +00:00 |
Angie Byron
|
42dda57f96
|
#312677 by CorniI: Check to ensure a file exists when fixing installation file.
|
2008-09-27 20:03:35 +00:00 |
Angie Byron
|
a3bb66e4e8
|
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
|
2008-09-20 20:22:25 +00:00 |
Angie Byron
|
89b4c55989
|
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
|
2008-09-20 03:49:24 +00:00 |
Angie Byron
|
442ea280ec
|
#307297 by heyrocker: Making install.inc's Doxygen shiny and clean.
|
2008-09-14 01:58:17 +00:00 |
Dries Buytaert
|
395199859d
|
- Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by default -- less clicking
|
2008-08-28 08:40:33 +00:00 |
Dries Buytaert
|
3fe8963f76
|
- Patch #298391 by catch, chx: fixed database initialization during install failure.
|
2008-08-25 07:47:12 +00:00 |