summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* - 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)
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #189986 by keith.smith and bjaspan: reword description on install update ↵Gábor Hojtsy2007-11-20
| | | | notification checkbox to ensure people understand that this is a notification feature, not an automatic update feature
* #193513 by keith.smith: use 'set up' instead of 'setup' in installer tasksGábor Hojtsy2007-11-19
|
* #100909 by webernet and RobRoy: improve cron error reporting by defining ↵Gábor Hojtsy2007-11-19
| | | | time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation
* #190283 by JirkaRybka and myself: fix installer localization and form handlingGábor Hojtsy2007-11-19
| | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
* #191310 by JirkaRybka, keith.smith: ship with a files directory by default ↵Gábor Hojtsy2007-11-15
| | | | and improve installation error messages checking for all requirements on the same screen, instead of putting the user through individual error screens
* #190206 by myself: move misplaced Javascript codes from the form definition ↵Gábor Hojtsy2007-11-14
| | | | to where the form is output
* #191306 by xmacinfo, slightly modified: use standard reload link on all ↵Gábor Hojtsy2007-11-11
| | | | error pages
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* - Patch #187877 by Keith Smith: fixed slight documentation inconsistency.Dries Buytaert2007-10-31
|
* - Patch #172396 by webchick: better prefix description on the installer screens.Dries Buytaert2007-10-31
|
* - Patch #180948 by quicksketch: automatically populate e-mail fields during ↵Dries Buytaert2007-10-22
| | | | install.
* - Patch #184867 by deekayen: documentation improvement.Dries Buytaert2007-10-22
|
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes appliedGábor Hojtsy2007-10-17
|
* basic code simplifications in the installer, uncovered at #178581Gábor Hojtsy2007-10-16
|
* #176141 by yched and myself: only print install page layout, if there is ↵Gábor Hojtsy2007-09-28
| | | | some output to send to the user. If JSON output is generated, it is already printed and should not be themed with HTML.
* #172262 by JirkaRybka: better globals handling in install system, so the ↵Gábor Hojtsy2007-09-09
| | | | choosen profile and language are remembered
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #172265 by chx: fix user id problems on mysql, when inserting the first two ↵Gábor Hojtsy2007-09-03
| | | | special users
* #172447 by add1sun: include a link to the front page of the site on the ↵Gábor Hojtsy2007-09-02
| | | | 'already installed' page
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #149092 by Gurpartap Singh slightly modified: Usability: generalize timezone ↵Gábor Hojtsy2007-07-25
| | | | discovery to use on user registration
* - Patch #160732 by JohnAlbin: fixed E_NOTICE in the installer.Dries Buytaert2007-07-20
|