wiki.techinc.nl/includes/installer
2010-10-11 19:10:39 +00:00
..
CliInstaller.php Uncommented some used options; added the possibility to define $wgScriptPath 2010-10-02 07:39:17 +00:00
CoreInstaller.php Move 'no license' further down the list. We want people to freely license their work! Pointed out by vimpulse on IRC 2010-09-29 18:48:05 +00:00
DatabaseInstaller.php Fix for r72553: DatabaseUpdater::execute() doesn't exist... 2010-10-01 20:39:07 +00:00
DatabaseUpdater.php Turned Database::patchPath() into a member function, less globals to care about 2010-10-11 15:29:48 +00:00
Installer.i18n.php Localisation updates for core and extension messages from translatewiki.net (2010-10-11 19:00:00 UTC) 2010-10-11 19:10:39 +00:00
Installer.php Installer: added an environment check for SQLite search capabilities 2010-10-01 21:06:32 +00:00
LocalSettingsGenerator.php added line expressly stating where the extensions are included 2010-09-15 21:13:57 +00:00
MysqlInstaller.php Added some __METHOD__ to DatabaseBase::query() calls 2010-09-11 19:41:30 +00:00
MysqlUpdater.php wfOut() -> $this->output(). More useful in the long run. No functional changes. 2010-10-01 15:11:06 +00:00
OracleInstaller.php Add getConnection() for Oracle 2010-09-01 19:09:27 +00:00
OracleUpdater.php Moved OracleUpdater to its own file so that I can stop asking me why this file is missing 2010-09-03 18:53:19 +00:00
PostgresInstaller.php Per ^demon's comment on r71430: moved doUpgrade() to DatabaseInstaller (did not remove the stub method in Oracle installer) 2010-09-07 20:57:53 +00:00
PostgresUpdater.php wfOut() -> $this->output(). More useful in the long run. No functional changes. 2010-10-01 15:11:06 +00:00
SqliteInstaller.php New-installer: removed an ugly and unneeded warning, there's nothing special about adding full-text support 2010-10-06 16:31:50 +00:00
SqliteUpdater.php wfOut() -> $this->output(). More useful in the long run. No functional changes. 2010-10-01 15:11:06 +00:00
WebInstaller.php removed trailing whitespaces 2010-10-02 07:40:54 +00:00
WebInstallerOutput.php Fix jQuery loading 2010-09-09 22:11:19 +00:00
WebInstallerPage.php Fix a bunch of '? true : false' instances 2010-09-27 14:24:13 +00:00