Fixed attempt to write to the wiki's upload directory during parser tests instead...
[lhc/web/wiklou.git] / tests / parser / parserTest.inc
2012-03-20 Tim StarlingFixed attempt to write to the wiki's upload directory...
2012-02-02 Sam ReedImprove documentation
2012-01-09 PlatonidesRevert r108358. It's a good fellow and we like to keep it.
2012-01-08 Chad Horohoe* Drop old parserTests.php way of running parser tests...
2012-01-07 Alexandre Emsenhuber* Don't select (even twice for PHPUnit tests) "FOR...
2012-01-07 Aaron Schulzr108300: updated parserTest.inc tests and re-enabled...
2012-01-05 Antoine MussoparserTest need to clone user_former_groups table
2011-12-31 Alexandre EmsenhuberFix for r106752: manually add the backend to the fake...
2011-12-22 Aaron Schulz* FU r106752: de-uglified Setup.php by moving most...
2011-12-20 Aaron SchulzFU r106752: use "media-" instead of "images-" in contai...
2011-12-20 Aaron SchulzSet deleted zone container in parserTest.inc
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-11 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-19 Antoine MussoparserTests: add --filter as an alias of --regex
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-10 Alexandre EmsenhuberMade setupGlobals() return the created context and...
2011-10-27 Antoine Mussoparsertest now destroy virtual table under SQLite
2011-10-27 Aaron SchulzQuick and ugly fix to stop installs with CACHE_DB from...
2011-10-27 Aaron SchulzMinor code style cleanups
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-09-25 Daniel FriesenFollowup r98053; Add $wgCleanupPresentationalAttributes...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-06 Max SemenikFix for r96344: explicitly set $wgExtensionAssetsPath...
2011-09-06 Max SemenikEven on Windows, some people have diff ;)
2011-09-06 Chad HorohoeMerge ParserTestStaticParserHook into ParserTestParserH...
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-02 Chad Horohoe(bug 30172) posix_isatty() fallback does not work when...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-06-30 Chad HorohoeRemove --upload option to parserTests.php and backend...
2011-06-29 Alexandre EmsenhuberPass the Title object to Parser::transformMsg()
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-13 Chad HorohoeConvert a couple of wfDie()s to exceptions
2011-05-23 Alexandre EmsenhuberPer comment on r87680: make parser tests work again.
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-22 Brion VibberBreaking the 'math' table setup out to Math extension...
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-08 Brion VibberQuick fix for bug 15892: intermittent SQL-based cache...
2011-04-06 Platonidesr85553 fixup. When there are variants involved, the...
2011-04-06 Happy-melonFollow-up r85403: fix fatal in parser tests.
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-03-05 Max SemenikFix E_STRICT
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-24 Alexandre EmsenhuberExplicitely enable language and title conversion otherw...
2011-01-16 Happy-melonFix diff output for failed tests on windows, which...
2011-01-07 Sam ReedFollowup r72119, add some braces
2010-12-28 PlatonidesSet $wgAdaptiveMessageCache for parserTests until NikeR...
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...