r64834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64833‎ | r64834 | r64835 >
Date:21:31, 9 April 2010
Author:conrad
Status:reverted
Tags:
Comment:
Bug 23120. Make sure that all wikis sharing the same database use initialCapital
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignDBRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php
@@ -24,6 +24,8 @@
2525 $this->dbFlags = $info['dbFlags'];
2626 $this->tablePrefix = $info['tablePrefix'];
2727 $this->hasSharedCache = $info['hasSharedCache'];
 28+ // This must not depend on per-wiki namespace configuration (bug 23120)
 29+ $this->initialCapital = true;
2830 }
2931
3032 function getMasterDB() {

Follow-up revisions

RevisionCommit summaryAuthorDate
r64836Revert r64834, hasty and unnecessaryconrad22:09, 9 April 2010

Status & tagging log