summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #216511 by Vladimir: fixed XHTML error.Dries Buytaert2008-02-10
|
* - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation ↵Dries Buytaert2008-02-10
| | | | problem with multi-site setups.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #205067 by asimmonds: kill notice in install.php when the profile is not yet setGábor Hojtsy2008-01-25
|
* #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵Gábor Hojtsy2008-01-07
| | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
* #197720 by nedjo, scor, keith.smith, catch: inform installing users about ↵Gábor Hojtsy2008-01-04
| | | | PHP memory requirements of Drupal 6
* #194369 by lots of contributors: move default files directory to ↵Gábor Hojtsy2007-12-27
| | | | sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
* Reported at http://groups.drupal.org/node/7843 by kkaefer: t() was used in ↵Gábor Hojtsy2007-12-27
| | | | install.php in place of st()
* #197690 by JordanCronin (as GHOP 68): server permissions are now explained ↵Gábor Hojtsy2007-12-20
| | | | very well in a handbook page, link to that
* #199874 by gaele, keith.smith and JirkaRybka: better explanation of site ↵Gábor Hojtsy2007-12-19
| | | | email address, slogan and mission based on usability feedback
* #194494 by blackdog: fix two noticed on install when password is not providedGábor Hojtsy2007-12-19
|
* #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵Gábor Hojtsy2007-12-19
| | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-12-18
| | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
* #199402 by keith.smith: standardize on 'Save and continue' text on installer ↵Gábor Hojtsy2007-12-14
| | | | submit buttons
* #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user ↵Gábor Hojtsy2007-12-13
| | | | login tasks, such as session id regeneration were not performed in all cases, so centralize this
* #198579 follow up by webernet: a small coding style fixGábor Hojtsy2007-12-10
|
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵Gábor Hojtsy2007-12-08
| | | | | | | | | the following issues: - possible timeouts with installing/enabling lots of modules at once in core - enable install profiles to have more modules without fear of timeouts on install - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
* #141727 follow up by dvessel: fix maintenance theme in updatesGábor Hojtsy2007-11-30
|
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)