wiki.techinc.nl/includes/installer
Siebrand Mazeland 98d43919bd Rephrase 'config-using531' per suggestion of Krinkle: "Granted the bug is in PHP, but imho "PHP" isn't compatible with MediaWiki, it's the other way around."
Also removed the link to the PHP bug report. Not that relevant for the user installing MediaWiki.
2011-03-07 12:13:14 +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 Rephrase 'config-using531' per suggestion of Krinkle: "Granted the bug is in PHP, but imho "PHP" isn't compatible with MediaWiki, it's the other way around." 2011-03-07 12:13:14 +00:00
Installer.php (bug 17691) Support CC0 license in installer 2011-03-06 20:14:12 +00:00
LocalSettingsGenerator.php (bug 26939) $wgMetaNamespace is not being generated 2011-01-28 21:02:36 +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 Bug 27518: Updater calls PopulateLogSearch before adding logging.log_user_text; populateLogUsertext not called 2011-02-19 11:49:14 +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