wiki.techinc.nl/includes/installer
2011-03-14 10:42:07 +00:00
..
CliInstaller.php $wgDBts2schema was removed in r81132 2011-02-10 23:57:30 +00:00
DatabaseInstaller.php (bug 12070) After Installation MySQL was blocked. GRANT with IDENTIFIED BY will overwrite the password of an existing user silently, moving CREATE USER and GRANT to two separate operations so we can handle the different errors. Put in HISTORY, needs backporting with RELEASE-NOTES 2011-03-01 18:46:16 +00:00
DatabaseUpdater.php Bug 27518: Updater calls PopulateLogSearch before adding logging.log_user_text; populateLogUsertext not called 2011-02-19 11:49:14 +00:00
Installer.i18n.php Localisation updates for core and extension messages from translatewiki.net (2011-03-12 20:34:00 UTC) 2011-03-12 21:02:43 +00:00
Installer.php Require at least PHP 5.2.3. There's not much point increasing the minimum to 5.2.0, as I argued at http://lists.wikimedia.org/pipermail/wikitech-l/2010-November/050138.html . But requiring 5.2.3 is a significant win. Updates r83217. 2011-03-14 10:42:07 +00:00
LocalSettingsGenerator.php LocalSettings generation tweaks: 2011-03-08 09:28:13 +00:00
MysqlInstaller.php (bug 12070) After Installation MySQL was blocked. GRANT with IDENTIFIED BY will overwrite the password of an existing user silently, moving CREATE USER and GRANT to two separate operations so we can handle the different errors. Put in HISTORY, needs backporting with RELEASE-NOTES 2011-03-01 18:46:16 +00:00
MysqlUpdater.php Schema change: change cl_type from ENUM('page', 'subcat', 'file') to varchar(6). This is needed because MySQL sorts 'page' < 'subcat' < 'file' when using ORDER BY cl_type but uses 'file' < 'page' < 'subcat' for the purposes of WHERE clauses, making paging impossible. Changing the ENUM() order to be alphabetical would fix the order discrepancy, but leave range scans like WHERE cl_type > 'page' unindexed. Varchars do behave correctly. Changing to an int was not an option because existing data would have to be migrated. 2011-03-13 10:35:06 +00:00
OracleInstaller.php * OracleInstaller now also supports installation with (requested by Tim): 2011-03-01 13:50:52 +00:00
OracleUpdater.php Fixes for r75545: don't use MEDIAWIKI_INSTALL in the updaters classes, it's not what it's for. Add new DBO_DDLMODE flag which does the same thing (and moved it up to DatabaseUpdater, in case any other children need it) 2011-01-06 19:25:47 +00:00
PhpBugTests.php Minor cleanup, docs 2011-01-28 15:00:18 +00:00
PostgresInstaller.php Various Postgres fixes (bug 26612 stuff) 2011-02-23 16:01:22 +00:00
PostgresUpdater.php Followup r81534, use addQuotes() instead 2011-02-23 16:42:42 +00:00
SqliteInstaller.php (bug 20244) Installer does not validate SQLite database directory for stable path. 2011-02-23 12:35:11 +00:00
SqliteUpdater.php Bug 27518: Updater calls PopulateLogSearch before adding logging.log_user_text; populateLogUsertext not called 2011-02-19 11:49:14 +00:00
WebInstaller.php (bug 1379) Installer directory conflicts with some hosts' configuration panel. 2011-02-26 12:35:23 +00:00
WebInstallerOutput.php Fix for bug 26561: clickjacking attacks. See the bug report for full documentation. 2011-01-04 06:12:33 +00:00
WebInstallerPage.php (bug 26690) Value of the 'Name of wiki' field is not retain after two subsequent click on 'Continue' button. This has been a complaint since the beginning, that the installer "forgets" $wgSitename. 2011-03-06 19:52:23 +00:00