| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed attempt to write to the wiki's upload directory during parser tests ins... | Tim Starling | 2012-03-20 | 1 | -1/+13 |
* | Improve documentation | Sam Reed | 2012-02-02 | 1 | -1/+0 |
* | Revert r108358. It's a good fellow and we like to keep it. | Platonides | 2012-01-09 | 1 | -0/+1317 |
* | * Drop old parserTests.php way of running parser tests. You can run parser te... | Chad Horohoe | 2012-01-08 | 1 | -1317/+0 |
* | * Don't select (even twice for PHPUnit tests) "FOR UPDATE", but use the maste... | Alexandre Emsenhuber | 2012-01-07 | 1 | -8/+13 |
* | r108300: updated parserTest.inc tests and re-enabled testBug29408() | Aaron Schulz | 2012-01-07 | 1 | -8/+8 |
* | parserTest need to clone user_former_groups table | Antoine Musso | 2012-01-05 | 1 | -1/+1 |
* | Fix for r106752: manually add the backend to the fake local repo to avoid exc... | Alexandre Emsenhuber | 2011-12-31 | 1 | -1/+10 |
* | * FU r106752: de-uglified Setup.php by moving most of the b/c code into FileB... | Aaron Schulz | 2011-12-22 | 1 | -13/+10 |
* | FU r106752: use "media-" instead of "images-" in container names. Long live b... | Aaron Schulz | 2011-12-20 | 1 | -5/+5 |
* | Set deleted zone container in parserTest.inc | Aaron Schulz | 2011-12-20 | 1 | -1/+3 |
* | Merged FileBackend branch. Manually avoiding merging the many prop-only chang... | Aaron Schulz | 2011-12-20 | 1 | -6/+15 |
* | Use WikiPage instead of Article | Alexandre Emsenhuber | 2011-12-11 | 1 | -2/+2 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -2/+2 |
* | parserTests: add --filter as an alias of --regex | Antoine Musso | 2011-11-19 | 1 | -0/+3 |
* | Comments, braces, explicit member variables | Sam Reed | 2011-11-16 | 1 | -1/+0 |
* | Made setupGlobals() return the created context and use it instead of either g... | Alexandre Emsenhuber | 2011-11-10 | 1 | -7/+8 |
* | parsertest now destroy virtual table under SQLite | Antoine Musso | 2011-10-27 | 1 | -0/+7 |
* | Quick and ugly fix to stop installs with CACHE_DB from immediately failing wi... | Aaron Schulz | 2011-10-27 | 1 | -2/+13 |
* | Minor code style cleanups | Aaron Schulz | 2011-10-27 | 1 | -4/+3 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -1/+1 |
* | Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup ... | Daniel Friesen | 2011-09-25 | 1 | -0/+1 |
* | Refactor deferrable updates into classes & interfaces, also add helper method... | Chad Horohoe | 2011-09-10 | 1 | -2/+2 |
* | Fix for r96344: explicitly set $wgExtensionAssetsPath during tests | Max Semenik | 2011-09-06 | 1 | -1/+2 |
* | Even on Windows, some people have diff ;) | Max Semenik | 2011-09-06 | 1 | -1/+3 |
* | Merge ParserTestStaticParserHook into ParserTestParserHook since they practic... | Chad Horohoe | 2011-09-06 | 1 | -1/+0 |
* | Some misc fixes to tests: | Alexandre Emsenhuber | 2011-08-16 | 1 | -1/+1 |
* | * Call Linker methods statically | Alexandre Emsenhuber | 2011-08-05 | 1 | -2/+1 |
* | (bug 30172) posix_isatty() fallback does not work when the function has been ... | Chad Horohoe | 2011-08-02 | 1 | -1/+1 |
* | Adding __METHOD__ to parameters passed to wfMkdirParents() | Sam Reed | 2011-07-25 | 1 | -2/+2 |
* | Remove --upload option to parserTests.php and backend RemoteTestRecorder -- w... | Chad Horohoe | 2011-06-30 | 1 | -2/+0 |
* | Pass the Title object to Parser::transformMsg() | Alexandre Emsenhuber | 2011-06-29 | 1 | -1/+1 |
* | * Remove @static from the last few places it's left in core. Please don't use... | Chad Horohoe | 2011-06-14 | 1 | -1/+0 |
* | Convert a couple of wfDie()s to exceptions | Chad Horohoe | 2011-06-13 | 1 | -3/+2 |
* | Per comment on r87680: make parser tests work again. | Alexandre Emsenhuber | 2011-05-23 | 1 | -9/+8 |
* | Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ... | Happy-melon | 2011-04-24 | 1 | -1/+1 |
* | Stop stubbing $wgLang and $wgContLang. There are no major code paths which d... | Happy-melon | 2011-04-23 | 1 | -1/+1 |
* | Breaking the 'math' table setup out to Math extension. Should be the last mai... | Brion Vibber | 2011-04-22 | 1 | -1/+1 |
* | Initial stab at breaking math/texvc out to Math extension. | Brion Vibber | 2011-04-09 | 1 | -2/+0 |
* | Quick fix for bug 15892: intermittent SQL-based cache failures during parser ... | Brion Vibber | 2011-04-08 | 1 | -2/+3 |
* | r85553 fixup. When there are variants involved, the line | Platonides | 2011-04-06 | 1 | -3/+2 |
* | Follow-up r85403: fix fatal in parser tests. | Happy-melon | 2011-04-06 | 1 | -0/+3 |
* | Follow-up r85302: update OutputPage constructors in core. | Happy-melon | 2011-04-05 | 1 | -4/+4 |
* | Fix E_STRICT | Max Semenik | 2011-03-05 | 1 | -3/+3 |
* | Followup r83140: FakeMemCachedClient -> EmptyBagOStuff in tests | Chad Horohoe | 2011-03-03 | 1 | -1/+1 |
* | Don't use ob_start/ob_get_contents/ob_end_clean just to var_dump() a string. ... | Platonides | 2011-02-09 | 1 | -2/+1 |
* | * Replaced $wgMessageCache by MessageCache::singleton(); since we only use on... | Alexandre Emsenhuber | 2011-01-26 | 1 | -8/+3 |
* | Explicitely enable language and title conversion otherwise this breaks tests ... | Alexandre Emsenhuber | 2011-01-24 | 1 | -1/+3 |
* | Fix diff output for failed tests on windows, which typically doesn't have a '... | Happy-melon | 2011-01-16 | 1 | -2/+9 |
* | Followup r72119, add some braces | Sam Reed | 2011-01-07 | 1 | -0/+1 |