Commit Graph

209 Commits (e18feedfdb429e35173b85fc7182aadabee0a166)

Author SHA1 Message Date
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron 02d18aa68d #573680 by mgifford, David_Rothstein: Fixed language import during installation (and a notice). 2009-09-17 02:34:32 +00:00
Angie Byron d61e0e8d39 #577298 by David_Rothstein: Fixed body field on non-node module-added node types when included from an installation profile. 2009-09-16 00:04:30 +00:00
Dries Buytaert 0b7962ca01 - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'. 2009-09-14 07:33:55 +00:00
Dries Buytaert b5cee8fe49 - Patch #576096 by CorniI: use the new cache API. 2009-09-13 15:09:45 +00:00
Angie Byron 9b3c7eb44f #561278 by Arancaytar: Fixed installation profile name escaping. 2009-09-11 03:15:51 +00:00
Angie Byron e3acab6333 #475596 follow-up by emmajane: Remove some over-the-top politeness from installer messages. 2009-09-11 02:04:12 +00:00
Dries Buytaert 3f36af04de - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
Angie Byron 542d69fbf9 #547846 by David_Rothstein: Fixed a missing reference operator that caused Drupal installation to fail on PHP 5.3. 2009-08-24 14:49:08 +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 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +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
Dries Buytaert c710971d56 - Patch #546390 by cweagans: fix CLI detection in install.php 2009-08-18 11:03:12 +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
Dries Buytaert ff29c31ce5 - Patch #510782 by David_Rothstein, Jody Lynn: fixed broken links. 2009-08-12 12:39:18 +00:00
Dries Buytaert 62e0ddc740 - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support. 2009-08-11 12:20:26 +00:00
Dries Buytaert 6ef2ddae21 - Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails. 2009-07-30 19:32:19 +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 3a29ee48f8 - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers. 2009-07-22 04:45:35 +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
Dries Buytaert 2e0a4d26af - Patch #482646 by Dave Reid et al: check for existence of ['HTTP_USER_AGENT'] for the SimpleTest user agent. 2009-07-04 14:49:31 +00:00
Dries Buytaert 938af5fc07 - Patch #505218 by keith.smith: more massaging of help texts. 2009-06-30 21:44:06 +00:00
Dries Buytaert ff0c575fd5 - Patch #505218 by Bojhan: improved the description of the updates checkbox. 2009-06-30 11:39:38 +00:00
Dries Buytaert 00fc298163 - Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you. 2009-06-30 11:32:08 +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 e474fbbd6c - Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling. 2009-06-02 06:58:17 +00:00
Angie Byron 39c302eec0 #475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system. 2009-06-02 03:33:36 +00:00
Dries Buytaert 2cb8fb68de - Patch #474156 by brainless: fixed database prefix validation. We need tests for the installer. ;-) 2009-05-28 08:34:14 +00:00
Angie Byron a36d0d49c1 #471234 follow-up by andypost: Fix broken installer after string clean-up. 2009-05-25 04:40:22 +00:00
Angie Byron bc331587ea #471234 by Bojhan: Clean up descriptions on installer configuration forms. 2009-05-24 23:21:12 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert 403485170b - Patch #471218 by Bojhan: remove unnecessary database configuration instructions. 2009-05-24 05:19:40 +00:00
Dries Buytaert 02c8592759 - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. 2009-05-21 21:12:25 +00:00
Dries Buytaert 847304a293 - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms. 2009-05-12 08:37:45 +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 fc7283235b #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
Angie Byron cf9f223cf5 #444352 by kkaefer: Remove the 4.7-era JS killswitch. 2009-04-26 00:59:24 +00:00
Angie Byron 9a59cf7674 #444778 by haffmans: Allow non-default database connections in installation profiles. 2009-04-25 17:10:36 +00:00
Dries Buytaert 438aa99018 - Patch #392362 by Xano, Dave Reid: remove clean URL option from the installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled. 2009-04-04 00:35:46 +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
Dries Buytaert 3da1418d06 - Patch #260337 by jbomb: made the link more specific. 2009-03-25 16:40:51 +00:00
Dries Buytaert 0184860b58 - Patch #333156 by stella: add ability to configure the default country. 2009-03-17 15:26:29 +00:00