wiki.techinc.nl/includes/installer
Brion Vibber 53ab456ebf * (bug 30131) XCache with variable caching disabled no longer used for variable caching (CACHE_ACCEL)
Patch from John Du Hart: https://bugzilla.wikimedia.org/attachment.cgi?id=8849&action=diff

If XCache is present, but the xcache.var_size setting is off, we'll now consider it as xcache being disabled for CACHE_ACCEL purposes. It won't trigger view of the accelerator option in the installer, and at runtime if using CACHE_ACCEL and no other modules are available, it'll throw an error so you know that it doesn't work!
2011-07-31 01:52:38 +00:00
..
CliInstaller.php MFT r89770 2011-06-09 15:42:23 +00:00
DatabaseInstaller.php Fix for r72150: rename getSchema() to getSchemaPath(). This terminology creates an unfortunate and potentially confusing conflict with the PostgreSQL usage of the term. At some point in the future I'd like to have a getSchema() that gives you the PostgreSQL schema name ($wgDBmwschema). Strictly speaking, tables.sql is not a schema, it's an SQL file that creates a schema. 2011-06-20 07:16:09 +00:00
DatabaseUpdater.php Per Platonides, follow-up r72842: pass the db connection to SiteStatsInit::doAllAndCommit(). Changed parameters to that functions to give as first parameter a db connection and merged existing ones in the second parameter which is now an array of options (and is also much, much easier to read that those boolean parameters). No other calls in core or extensions. 2011-06-29 15:39:40 +00:00
Ibm_db2Installer.php Fix for r72150: rename getSchema() to getSchemaPath(). This terminology creates an unfortunate and potentially confusing conflict with the PostgreSQL usage of the term. At some point in the future I'd like to have a getSchema() that gives you the PostgreSQL schema name ($wgDBmwschema). Strictly speaking, tables.sql is not a schema, it's an SQL file that creates a schema. 2011-06-20 07:16:09 +00:00
Ibm_db2Updater.php w/s cleanup 2011-05-20 18:20:16 +00:00
InstallDocFormatter.php Maintenance script for exporting the preprocessed wikitext from installer document pages, plus relevant refactoring. For use in updating http://www.mediawiki.org/wiki/Release_notes/1.17 etc. 2011-06-14 03:09:49 +00:00
Installer.i18n.php Localisation update for core and extension messages from translatewiki.net (2011-07-29 20:10:00) 2011-07-29 21:25:33 +00:00
Installer.php * (bug 30131) XCache with variable caching disabled no longer used for variable caching (CACHE_ACCEL) 2011-07-31 01:52:38 +00:00
LocalSettingsGenerator.php The comment refers to the wrong path (should have been languages/classes/LanguageXx.php). Instead, refer to Names.php because it is a complete list (there is e.g. no LanguageNl.php file). 2011-06-24 00:25:14 +00:00
MysqlInstaller.php PostgreSQL install fixes: 2011-06-10 11:32:57 +00:00
MysqlUpdater.php Back out r93533, r93531, r93530 2011-07-30 15:56:54 +00:00
OracleInstaller.php PostgreSQL install fixes: 2011-06-10 11:32:57 +00:00
OracleUpdater.php Followup r92796, r93002 2011-07-24 18:55:57 +00:00
PhpBugTests.php Fix bug link for PhpRefCallBugTester class 2011-05-11 22:29:24 +00:00
PostgresInstaller.php Update calls to deprecated User::isValidEmailAddr 2011-06-26 19:16:04 +00:00
PostgresUpdater.php Fix for r86741 which broke PG update due to the math table disappearing 2011-06-10 08:03:35 +00:00
SqliteInstaller.php Adding __METHOD__ to parameters passed to wfMkdirParents() 2011-07-25 22:01:19 +00:00
SqliteUpdater.php Back out r93533, r93531, r93530 2011-07-30 15:56:54 +00:00
WebInstaller.php (bug 29492) Long-running steps in the installer (such as Upgrade and Install) can sometimes timeout 2011-06-21 01:13:45 +00:00
WebInstallerOutput.php Reduce some duplication 2011-07-07 16:52:47 +00:00
WebInstallerPage.php Update calls to deprecated User::isValidEmailAddr 2011-06-26 19:16:04 +00:00