r15502 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r15501‎ | r15502 | r15503 >
Date:18:06, 10 July 2006
Author:brion
Status:old
Tags:
Comment:
* Quick hack for extension testing: parser test doesn't create new message
cache object.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -360,7 +360,7 @@
361361 $GLOBALS['wgContLang'] = $langObj;
362362
363363 $GLOBALS['wgLoadBalancer']->loadMasterPos();
364 - $GLOBALS['wgMessageCache'] = new MessageCache( new BagOStuff(), false, 0, $GLOBALS['wgDBname'] );
 364+ //$GLOBALS['wgMessageCache'] = new MessageCache( new BagOStuff(), false, 0, $GLOBALS['wgDBname'] );
365365 $this->setupDatabase();
366366
367367 global $wgUser;
Index: trunk/phase3/RELEASE-NOTES
@@ -43,7 +43,10 @@
4444 indexed pager.
4545 * (bug 6448) Allow filtering of Special:Newpages according to username
4646 * (bug 6618) Improve permissions/error detection in Special:Lockdb
 47+* Quick hack for extension testing: parser test doesn't create new message
 48+ cache object.
4749
 50+
4851 == Languages updated ==
4952
5053 * Albanian (sq)

Follow-up revisions

RevisionCommit summaryAuthorDate
r61913* Fix for r57997 and bug 21222: move math, gallery, pre and nowiki to a new m...tstarling07:10, 3 February 2010