summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444352 by kkaefer: Remove the 4.7-era JS killswitch.Angie Byron2009-04-26
|
* #444778 by haffmans: Allow non-default database connections in installation ↵Angie Byron2009-04-25
| | | | profiles.
* - Patch #392362 by Xano, Dave Reid: remove clean URL option from the ↵Dries Buytaert2009-04-04
| | | | installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled.
* - 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!
* - Patch #260337 by jbomb: made the link more specific.Dries Buytaert2009-03-25
|
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* #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 #382096 by Arancaytar: improve the form limits so that they actually ↵Dries Buytaert2009-02-24
| | | | make sense and don't get in the way of SQLite support.
* - 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).
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #355496 by geodaniel, Dave Reid: Always list available databases, with ↵Angie Byron2009-02-10
| | | | explanation when only one is in the list.
* #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine ↵Angie Byron2009-02-08
| | | | drupal root, so we don't break symlinks.
* #368729 by meba: (i18n sprint) Fix error during multilingual installation ↵Angie Byron2009-02-04
| | | | because of NULL value on required field.
* #362423 by chx: Include session.inc during installer to avoid fatal errors ↵Angie Byron2009-01-22
| | | | if things don't go exactly according to plan.
* #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix ↵Angie Byron2009-01-20
| | | | undefined index locale in install.php and clean up crufty code.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | 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.
* - Patch #352722 by dmitrig01: conditionally show 'settings.php not writable' ↵Dries Buytaert2009-01-06
| | | | error so that the message doesn't show up when the file does not exist.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Rollback of patch #74645 -- breaks installer.Dries Buytaert2008-11-08
|
* - Patch #74645 by drewish, Robin Monks, tayknight: clean up ↵Dries Buytaert2008-11-08
| | | | file_scan_directory API to use regex.
* - Patch #93509 by catch: automatically run cron after installation, improve ↵Dries Buytaert2008-11-05
| | | | the cron notifications.
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #199870 by alpritt et al: beter password strength checker. Really cool.Dries Buytaert2008-10-19
|
* - Patch #277206 by Damien Tournoud: untranslatable string in installer.php.Dries Buytaert2008-10-16
|
* #319636 by Xano: Change 'Database driver' to 'Database type' in install.php.Angie Byron2008-10-11
|
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* #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
|
* #228761 by zsanmartin and roborn: Fix language code regex and correct ↵Angie Byron2008-09-17
| | | | Portugal's language code.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP ↵Dries Buytaert2008-09-08
| | | | protocol version where possible.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵Dries Buytaert2008-08-28
| | | | default -- less clicking
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed ↵Dries Buytaert2008-07-18
| | | | non-writability of settings.php.
* - Patch #281943 by webchick, Arancaytar, dropcube et al: order install ↵Dries Buytaert2008-07-18
| | | | profiles alphabetically.
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #191499 by catch: remove display order settings and cleaned up some ↵Dries Buytaert2008-07-03
| | | | white space.
* - Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test ↵Dries Buytaert2008-07-03
| | | | framework.
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.