Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -360,7 +360,7 @@ |
361 | 361 | $GLOBALS['wgContLang'] = $langObj; |
362 | 362 | |
363 | 363 | $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'] ); |
365 | 365 | $this->setupDatabase(); |
366 | 366 | |
367 | 367 | global $wgUser; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -43,7 +43,10 @@ |
44 | 44 | indexed pager. |
45 | 45 | * (bug 6448) Allow filtering of Special:Newpages according to username |
46 | 46 | * (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. |
47 | 49 | |
| 50 | + |
48 | 51 | == Languages updated == |
49 | 52 | |
50 | 53 | * Albanian (sq) |