wiki.techinc.nl/includes/installer
2011-04-16 11:22:14 +00:00
..
CliInstaller.php Cleaned up the mess of message text being passed instead of keys to wfMsg() and friends by CLI installer. No surprise we had to remove angle brackets from the resulting output 2011-04-02 07:34:07 +00:00
DatabaseInstaller.php (bug 28237) Installer doesn't create extension tables 2011-03-30 17:32:20 +00:00
DatabaseUpdater.php Follow-up r85021: fix comment 2011-03-31 14:11:42 +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 Localisation updates for core and extension messages from translatewiki.net (2011-04-15 19:40:00 UTC) 2011-04-15 20:02:58 +00:00
Installer.php Fixes to DB2 support. DB2 support integration with 1.17 Installer and Updater. Developed by Andre, Tiago, Diego, and Cesar as described in wikitech-l message. Reviewed by me. 2011-04-12 16:35:41 +00:00
LocalSettingsGenerator.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +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 Revert r83812 (schema change for cl_type enum), no longer needed after r84392. Also reverts r83821 (followup to r83812, add /*_*/ ) 2011-03-20 16:30:59 +00:00
OracleInstaller.php * OracleInstaller now also supports installation with (requested by Tim): 2011-03-01 13:50:52 +00:00
OracleUpdater.php (bug 28237) Installer doesn't create extension tables 2011-03-30 17:32:20 +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