wiki.techinc.nl/includes/installer
2011-05-01 21:48:15 +00:00
..
CliInstaller.php Bug 28039 - Boldface all fatals. Moved showError() from WebInstaller to base class, added its call to all env checks wherever appropriate. Also fixed a fatal in CLI installer when no DB drivers are present. 2011-04-27 18:22:01 +00:00
DatabaseInstaller.php (bug 28237) Installer doesn't create extension tables 2011-03-30 17:32:20 +00:00
DatabaseUpdater.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
Ibm_db2Installer.php Fix $row = $row = $.... and unused variable from r85885 2011-04-16 11:22:14 +00:00
Ibm_db2Updater.php Addressing comment by IAlex. Setting svn:eol-style to native and removing ?> from end of file. 2011-04-12 17:07:01 +00:00
Installer.i18n.php When we failed to detect a DB driver, put the help info in the failure box, rather than hiding it in a little help box nobody's going to find 2011-05-01 21:48:15 +00:00
Installer.php When we failed to detect a DB driver, put the help info in the failure box, rather than hiding it in a little help box nobody's going to find 2011-05-01 21:48:15 +00:00
LocalSettingsGenerator.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
MysqlInstaller.php Tidy up some unused variables and such 2011-04-23 21:40:52 +00:00
MysqlUpdater.php Follow-up r86482: patch to add an index on user_email. Not a problem if this is not run on WMF wikis as long as they don't enable the $wgPasswordResetRoutes['email']. 2011-04-20 15:33:04 +00:00
OracleInstaller.php * OracleInstaller now also supports installation with (requested by Tim): 2011-03-01 13:50:52 +00:00
OracleUpdater.php * typo from r86708 2011-04-26 07:17:33 +00:00
PhpBugTests.php Minor cleanup, docs 2011-01-28 15:00:18 +00:00
PostgresInstaller.php When switching from admin to non-admin account, make sure to set $this->db to null, otherwise MW will happily return the old handle, which means we end up in the old admin database, and thus create our 'mediawiki' schema in the postgres or template1 database (whoops!). There may be other similar cases in the code in which we are not clearing this->db before toggling the useAdmin attribute. Fixes bug 28171. 2011-03-21 22:09:49 +00:00
PostgresUpdater.php Followup r81534, use addQuotes() instead 2011-02-23 16:42:42 +00:00
SqliteInstaller.php Bug 28478: database error in DatabaseSqlite::getFulltextSearchModule(). 2011-04-11 17:16:41 +00:00
SqliteUpdater.php Bug 28478: database error in DatabaseSqlite::getFulltextSearchModule(). 2011-04-11 17:16:41 +00:00
WebInstaller.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
WebInstallerOutput.php * (bug 27170) [Installer] Install now completes when choosing a CC license with the picker 2011-03-27 20:13:30 +00:00
WebInstallerPage.php (bug 28237) Installer doesn't create extension tables 2011-03-30 17:32:20 +00:00