Commit Graph

178 Commits (e4857747ca016f14afd2cc002339bbad5149efb7)

Author SHA1 Message Date
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
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 a85b93feb0 - Patch #382096 by Arancaytar: improve the form limits so that they actually make sense and don't get in the way of SQLite support. 2009-02-24 16:00:01 +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
Angie Byron ac484c277a #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries. 2009-02-18 13:46:55 +00:00
Angie Byron 00e38fb0e3 #355496 by geodaniel, Dave Reid: Always list available databases, with explanation when only one is in the list. 2009-02-10 05:43:06 +00:00
Angie Byron d802c69a43 #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks. 2009-02-08 20:27:51 +00:00
Angie Byron 3d41ec909f #368729 by meba: (i18n sprint) Fix error during multilingual installation because of NULL value on required field. 2009-02-04 04:42:26 +00:00
Angie Byron 887eecc796 #362423 by chx: Include session.inc during installer to avoid fatal errors if things don't go exactly according to plan. 2009-01-22 19:31:07 +00:00
Angie Byron fcc8211ab1 #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code. 2009-01-20 03:18:41 +00:00
Dries Buytaert d20e457121 - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. 2009-01-19 10:46:52 +00:00
Dries Buytaert 55f583558c - Patch #352722 by dmitrig01: conditionally show 'settings.php not writable' error so that the message doesn't show up when the file does not exist. 2009-01-06 13:23:54 +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
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 53f53b6db5 #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :) 2008-11-20 06:56:17 +00:00
Dries Buytaert dc65b62ace - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +00:00
Angie Byron abcebbfee2 #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch. 2008-11-16 04:38:15 +00:00
Angie Byron 0762f60073 #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
Dries Buytaert 50b3072f55 - Rollback of patch #74645 -- breaks installer. 2008-11-08 22:04:03 +00:00
Dries Buytaert ceaf8a0c74 - Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex. 2008-11-08 21:49:47 +00:00
Dries Buytaert 9a0618b98f - Patch #93509 by catch: automatically run cron after installation, improve the cron notifications. 2008-11-05 14:28:04 +00:00
Dries Buytaert 838b433110 - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
Dries Buytaert b4ab2ac2ce - Patch #199870 by alpritt et al: beter password strength checker. Really cool. 2008-10-19 20:55:07 +00:00
Dries Buytaert b182fd8e23 - Patch #277206 by Damien Tournoud: untranslatable string in installer.php. 2008-10-16 13:47:06 +00:00
Angie Byron 5dde02bb0c #319636 by Xano: Change 'Database driver' to 'Database type' in install.php. 2008-10-11 18:20:53 +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 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 fb57759604 #228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code. 2008-09-17 19:32:53 +00:00
Angie Byron 161a9970f7 #308534 by Dave Reid: Remove stray whitespace core-wide. 2008-09-15 20:48:10 +00:00
Dries Buytaert c2746a949e - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP protocol version where possible. 2008-09-08 21:24:30 +00:00