Add valid_tag to list of tables for parsertests. Mine seemed to need it
[lhc/web/wiklou.git] / maintenance / parserTests.inc
2010-07-04 Chad HorohoeAdd valid_tag to list of tables for parsertests. Mine...
2010-06-26 Matěj Grabovský(bug 18891) Deprecated Article::insertNewArticle still...
2010-06-25 Max SemenikFixes for r68544: fixed notices, added phpunit.bat...
2010-06-25 Tim Starling* Removed require/require_once from maintenance scripts...
2010-05-30 PlatonidesRemove r44003 workaround. It is no longer needed, we...
2010-05-28 PlatonidesWith the conversion to a class it no longer uses $filen...
2010-05-22 Sam ReedStylize maintenance folder..
2010-05-05 Mark A. Hershbergerfix logic error that spews warnings in r65905
2010-05-05 PlatonidesRecovered parser test whose content got broken in r1297...
2010-05-04 PlatonidesReading a parser test file with no tests matching the...
2010-05-04 PlatonidesSpecifying --run-disabled with --regex should run the...
2010-05-04 Platonidesjson_decode -> FormatJson::decode
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-04-10 PlatonidesFollow up r62006 readding return $ok; to what is now...
2010-04-08 Mark A. Hershbergerre r62006 change private function to public
2010-03-16 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-03 Conrad IrwinMerge fixes to ?preload= from /branches/conrad/ (cf...
2010-02-16 Mark A. Hershberger* When I found it, I cried. fixes bug #22501
2010-02-15 Chad HorohoeRm 3 unused $wgDBprefixes
2010-02-15 Mark A. Hershbergerfixes #22501 follow up r61101 remove superfluous, buggy...
2010-02-15 Max SemenikWas it supposed to be a comma instead of dot? :)
2010-02-15 Max SemenikParser tests: output article name in duplicate article...
2010-02-13 PlatonidesparserTests.txt shall be opened in text mode.
2010-02-05 Mark A. HershbergerPHPUnit now sees individual parser tests as separate...
2010-02-03 Tim Starling* Fix for r57997 and bug 21222: move math, gallery...
2010-02-01 Mark A. Hershbergerfollow up r61775 (reapply): Fix parsertests so that...
2010-02-01 Mark A. Hershbergerfollow up 61775 -- REVERT REVERT
2010-02-01 Mark A. HershbergerFix parsertests so that they work even when server...
2010-01-31 Max SemenikRv extra precautions from r61465. I think I was confuse...
2010-01-29 Aryeh GregorRefactor $wgEnforceHtmlIds code
2010-01-24 Max SemenikParser tests:
2010-01-22 Mark A. HershbergerFollow up 61352, address TimStarling's comments.
2010-01-18 Aryeh GregorAdd some microdata parser tests
2010-01-15 Mark A. Hershbergerfollow up r60832 and follow up r60763
2010-01-08 Mark A. Hershbergerfollow up r60763
2009-11-09 Jure KajzerFixed parserTests to only insert USER_ID 0 and 1 becaus...
2009-11-09 Jure KajzerFixed parserTests to work with Oracle (added Anonymous...
2009-11-06 Jure KajzerStarted working on parserTests Oracle compatibility...
2009-11-06 Max SemenikRemoved extra transactions on table creation introduced...
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-09-03 Brion VibberHopefully reduce memory leaks in parser tests... now...
2009-08-31 Ilmari Karonenskip math-related tests if $wgUseTeX is set to false...
2009-08-26 Alexandre EmsenhuberAdded parser test for r55601, has to clear MagicWord...
2009-08-19 Chad HorohoeAdd dash to Britney Spears
2009-08-16 Alex ZRemove use of FileCache from parserTests.inc (merged...
2009-08-11 Aryeh GregorFor HTML 5, drop type="" attributes for CSS/JS
2009-08-03 Chad HorohoeRevert r54244 which was stupid and fix this properly...
2009-07-30 Brion Vibber* Parser test supports uploading results to remote...
2009-07-29 Alexandre Emsenhuber* fixed Parser::runTest() title creation to use Title...
2009-07-29 Brion Vibber* (bug 19957) All known-failing tests now marked disabl...
2009-07-29 Brion VibberFix regression I introduced breaking wgMaxTocLevel...
2009-07-22 Tim Starling(bug 19574) LocalisationCache gets confused when extern...
2009-07-20 Brion VibberFinally add a damn string->array parser for parser...
2009-07-20 Brion VibberAdd support for running test cases on the Linker::forma...
2009-07-08 Ævar Arnfjörð Bjar... Make this error more understandable to someone who...
2009-07-07 Ævar Arnfjörð Bjar... Commit 52503 which introduced l10n caching didn't add...
2009-06-05 Aryeh GregorRemove $wgSectionContainers from parser tests
2009-06-02 Steve Sanbegtry to load hooks before testing them, so we can text...
2009-05-15 Aryeh GregorAdd --setversion option to parserTests
2009-05-15 Aryeh GregorFix parsertests with $wgSectionContainers=true
2009-03-25 Andrew GarrettAdd tests for autoformatting enabled AND disabled....
2009-03-16 Alexandre Emsenhuber(bug 14990) Parser tests works again with PostgreSQL
2009-02-05 Aryeh GregorMake nofollow exceptions unset for parser tests
2009-01-28 Alexandre EmsenhuberParser tests no longer fail when $wgAlwaysUseTidy is...
2009-01-27 Brion Vibber* Parser tests no longer fail when $wgExternalLinkTarge...
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-23 Ilmari Karonen(bug 16769) reset $wgNamespaceProtection to default...
2008-12-14 Ilmari KaronenFix regression in parserTests.inc caused by r44560.
2008-11-27 Ilmari Karonen(bug 15892) kluge: disable use of temporary tables...
2008-11-12 Brion VibberAvoid destructing the language object, as it corrupts...
2008-10-21 Chad HorohoeUse wfMkdirParents() here, rather than 3 mkdir() calls.
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-25 Brion VibberRevert r39949 "* Revert revert r39662 of my parser...
2008-08-25 Tim Starling* Revert revert r39662 of my parser changes.
2008-08-15 Tim StarlingAvoid notice when no categories are present
2008-07-31 Aryeh Gregor(bug 14990) Don't hardcode MySQL backticks in table...
2008-07-30 Aryeh GregorFix fatal error trying to run parser tests:
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-09 Greg Sabino MullaneAdd recentlinkchanges table.
2008-07-08 Tim Starling* Slightly less crackolicious implementation of --compa...
2008-07-07 Brion VibberPartial revert of r37224
2008-07-07 Tim Starling* Split off DB load monitoring logic into a LoadMonitor...
2008-05-29 Brion VibberClear $wgForeignFileRepos on parser test run. Otherwise...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-08 Alexandre EmsenhuberFixed E_NOTICE: array to string conversion in parserTests.
2008-03-30 Alexandre Emsenhuber* Fixes for Parser tests (was broken with new load...
2008-03-28 Alexandre EmsenhuberSome tweaks to the test tree:
2008-03-25 Aryeh Gregor(bug 13436) Treat image captions as image captions...
2008-03-19 Greg Sabino MullaneAdd category table.
2008-03-08 Alexandre EmsenhuberSome cleanup :
2008-02-26 Brion VibberTests failed due to missing page_props table; add it in
2008-01-21 Tim StarlingPostcard from linuxland.
2008-01-05 Tim Starling* Added --keep-uploads option to parserTests.php, to...
2007-12-18 Greg Sabino MullaneAllow --record option if parserTests.php to work when...
2007-12-18 Greg Sabino MullaneOnly create 'searchindex' table for parser tests if...
2007-12-16 Aryeh GregorParser tests need to create a temporary protected_title...
2007-11-20 Brion VibberFix regression in parser testing with parser function...
2007-10-02 Brion VibberAuto-add testRunner.sql without breaking if run from...
next