summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
...
* #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.
* - Patch #147145 by David Strauss: remove mysql (no i) as an option when ↵Dries Buytaert2007-06-05
| | | | mysqli is available.
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #148652 by JohnAlbin: fixes 'undefined index' notices in installer.Dries Buytaert2007-06-02
|
* - Patch #146470 by Eaton: install.php was hard-calling the user module's ↵Dries Buytaert2007-05-28
| | | | internal FAPI functions, and that line had been missed.
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #145671 by Gabor: import translation files when adding a new language.Dries Buytaert2007-05-22
|
* - Patch #142869 by keith.smith: expanded the installer's help text a bit.Dries Buytaert2007-05-17
|
* #141637 follow up patch by merlinofchaos: proper placement of menu_rebuild() ↵Gábor Hojtsy2007-05-15
| | | | to not run twice on the same request
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #144087 by dmitrig01: form API fix.Dries Buytaert2007-05-15
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #141637: add back menu_rebuild() to allow for clean URL check, and document ↵Gábor Hojtsy2007-05-11
| | | | the need for both menu_rebuild() calls, so we will not make this mistake in the future
* #141637 by merlinofchaos and yched: follow up fixes to the installer patch, ↵Gábor Hojtsy2007-05-11
| | | | properly rebuilding the menu when done and returning update results
* - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form ↵Dries Buytaert2007-05-10
| | | | at the end of install to collect data, plus allow profiles to modify and add more.
* #99011: FILE_WRITEABLE typofix to FILE_WRITABLE, patch by myselfGábor Hojtsy2007-05-08
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* #141596: _locale_get_iso_list() was renamed _locale_get_predefined_list(), ↵Gábor Hojtsy2007-05-06
| | | | patch by meba