summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
Commit message (Collapse)AuthorAge
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #2392221 by joegraduate, er.pushpinderrana, zealfire, ClientGuy: ↵Jennifer Hodgdon2015-04-15
| | | | install_run_task() and install_tasks() don't document the task structure
* Issue #1760330 by s.Daniel, David_Rothstein, jfhovinne: Hide vulnerable ↵David Rothstein2013-12-30
| | | | drupal install.php sites from search engines.
* Drupal 7.24David Rothstein2013-11-20
|
* Issue #1727430 by tedbow, webchick, fubhy | amontero: Added 'exclusive' flag ↵David Rothstein2012-12-08
| | | | to install profiles to auto-select them during installation.
* Merge branch '7.15-security' into 7.xDavid Rothstein2012-10-17
|\
| * Drupal 7.16.David Rothstein2012-10-17
| |
* | Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M filesJennifer Hodgdon2012-10-10
| |
* | Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
| |
* | Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-MJennifer Hodgdon2012-10-04
| |
* | Issue #262690 by Albert Volkman: Use correct name for Form API not Forms APIJennifer Hodgdon2012-09-11
|/
* Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install ↵webchick2011-11-24
| | | | not correctly saved to admin user account.
* Issue #655190 by dealancer: Fixed Allow hook_install_tasks() to be called ↵webchick2011-11-14
| | | | from a profile's .install file (or document that it can't be).
* Issue #212284 by Damien Tournoud, alexanderpas, dww: Fixed security check in ↵webchick2011-11-12
| | | | 'configure' stage not compatible with overriding variables: site_name() and site_mail().
* Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement ↵webchick2011-11-07
| | | | warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
* Oops. Rollback of #951644 which was accidentally committed.webchick2011-09-30
|
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #1007488 by Gábor Hojtsy, plach, droplet: Fixed Drupal cannot be installed ↵Angie Byron2011-01-03
| | | | in a non-predefined language
* #994500 by Gábor Hojtsy: Fixed Drupal should not require .po file rename in ↵Angie Byron2010-12-28
| | | | installation
* #1001056 by timmillwood: Country should have st() instead of t() wrapping it.Angie Byron2010-12-19
|
* #534556 by karschp, coltrane, Bojhan, David_Rothstein: Fix double appearance ↵Angie Byron2010-12-04
| | | | of the settings.php message in the installer
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* #346494 by hswong3i, Pancho, Dave Reid, duellj, dalin: Fixed DB drivers need ↵Angie Byron2010-11-29
| | | | to be able to change the configure database form during install
* Rolling back #851136. Broke SQLite installation.Angie Byron2010-11-28
|
* - Patch #851136 by Damien Tournoud, Crell, chx: make the database ↵Dries Buytaert2010-11-27
| | | | autoloading more robust.
* - Patch #689954 by Mark Trapp: installation complete message doesn't conform ↵Dries Buytaert2010-11-05
| | | | to Drupal path conventions.
* #938470 by Kevin Hankens: Change error about file permissions on ↵Angie Byron2010-10-15
| | | | settings.php during install to warning instead.
* - Patch #818374 by Damien Tournoud, ksenzee, Dave Reid: add a requirements ↵Dries Buytaert2010-10-12
| | | | check error if PECL PDO is being used.
* #934110 by dww: Fixed regression: Installer defaults to country ↵Angie Byron2010-10-07
| | | | 'Afghanistan', not 'None'.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* #927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean ↵Angie Byron2010-10-01
| | | | URLs on the UI.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* #882164 follow-up by Gábor Hojtsy, reglogge: Further clarifications to ↵Angie Byron2010-09-23
| | | | localization install instructions.
* #418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge ↵Angie Byron2010-09-22
| | | | case when attempting to create settings.php during installation.
* #882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the ↵Angie Byron2010-09-22
| | | | 'install from another language' instructions so that they actually work.
* - Patch #910572 by sun, David_Rothstein: command line installations are ↵Dries Buytaert2010-09-14
| | | | broken (programmatic form submissions don't need a theme?).
* #418302 by David_Rothstein, dww, reglogge, and lots and lots of other ↵Angie Byron2010-09-14
| | | | people: Copy default.settings.php to settings.php during install if webserver owns files. Eliminates 'red error of death' during install for most shared hosting set-ups.
* #898654 by chx, Damien Tournoud, alex_b: Fixed Required modules not ↵Angie Byron2010-09-01
| | | | installed before optional modules.
* - Patch #323477 by justinrandell, boombatower, tstoeckler, Damien Tournoud: ↵Dries Buytaert2010-08-22
| | | | increase simpletest speed by running on a simplified profile.
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that ↵Dries Buytaert2010-07-30
| | | | MariaDB works, too.
* - Patch #843656 by Pasqualle: duplicated code line. Easiest patch of the day.Dries Buytaert2010-07-02
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #833192 by carlos8f: installer might install modules in wrong order.Dries Buytaert2010-06-25
|
* - Patch #807396 by Berdir, carlos8f, David_Rothstein: database errors not ↵Dries Buytaert2010-06-05
| | | | displaying during install.
* - Patch #312144 by CorniI, dropcube, EvanDonovan, Damien Tournoud, ↵Dries Buytaert2010-06-04
| | | | David_Rothstein, tstoeckler: install fails when default.settings.php is not present.
* - Patch #585012 by jpmckinney, David_Rothstein: setting a default theme in ↵Dries Buytaert2010-05-29
| | | | install profile causes WHACK errors.
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* - Patch #790832 by David_Rothstein: install_configure_form_submit() ↵Dries Buytaert2010-05-09
| | | | unnecessarily mangles the () array.