summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* #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
|
* #160248 noticed by Rowanw, patch by myself: minor typo fix in choose ↵Gábor Hojtsy2007-07-18
| | | | language link
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-07-16
| | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
* #156315 follow up patch by merlinofchaos: do not display profile chooser ↵Gábor Hojtsy2007-07-15
| | | | task if there is only one profile
* - Patch #156315 by merlinofchaos: usability improvement: remove the wall of ↵Dries Buytaert2007-07-15
| | | | text in the installer.
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #99011 follow up patch my merlinofchaos: inform users if the settings.php or ↵Gábor Hojtsy2007-06-30
| | | | the settings directory in use is not write protected after installation.
* po -> translations directory rename missing piece, noticed by Alexander HassGábor Hojtsy2007-06-25
|
* #151280 by Rok Žlender, webernet and myself: use the real cache system, ↵Gábor Hojtsy2007-06-23
| | | | once we have the database set up, to get the values set by the configuration form and the install profile to the proper cache values
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵Dries Buytaert2007-06-08
| | | | strength and confirmation.