Fix syntax error from r55287
[lhc/web/wiklou.git] / maintenance / parserTests.inc
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...
2007-07-18 Brion VibberFix for site stats changes... sanity checks cause a...
2007-07-11 Nick Jenkins@desc tags are obsolete, but I was slow to read that...
2007-06-12 Rob ChurchPretend uploads are enabled during parser tests so...
2007-06-03 Tim StarlingFixed most of the parser tests broken by filerepo merge
2007-05-03 Antoine Musso* Add a static function to 'easily' parse options
2007-04-23 Brion VibberRevert r21461 for now; a cleanup patch which doesn...
2007-04-21 Antoine MussoMove tidy callbacks from the Parser class to a new...
2007-04-13 Antoine MussoMarking functions private || public
2007-02-09 Brion Vibber* Add 'ParserTestTables' hook to expand the list of...
2007-02-06 Nick JenkinsAdd a mechanism to parserTests when run in --compare...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine Mussoreport number of failed tests as well
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-19 Brion VibberPrettify test runner a bit:
2007-01-17 Antoine Musso* Fix hardcoded background color in parserTests.php
2007-01-16 Brion VibberAdd --compare option to show comparison to previous...
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2007-01-12 Brion VibberPretty up parser test output:
2007-01-11 Brion Vibbernew table to clone
2007-01-09 Antoine Musso* document --record (would have saved me 1 hour of...
2007-01-09 Antoine Mussoremove some spaces
2007-01-01 Robert StojnićMore lang variant stuff:
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-15 Nick Jenkins* Add printing the names of tests whose status has...
2006-11-11 Brion Vibberadd ellipsis on final line as suggested on mailing...
2006-11-11 Brion Vibber* Make the set of default parser test input files exten...
2006-11-11 Brion Vibberwoops
2006-11-11 Brion Vibber* Add experimental recording/reporting mode to parser...
2006-11-04 Brion Vibber* (bug 7801) Add support for parser function hooks...
2006-10-31 Brion Vibber* Fix for parser tests with MySQL 5 in strict mode
2006-10-30 Nick JenkinsTweak tables used in parserTests for the 2 new redirect...
2006-10-18 Tim Starling'wgUseTidy' => false
2006-10-18 Tim StarlingAdded --show-output option to parserTests.php, to allow...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-10 Brion Vibber* Quick hack for extension testing: parser test doesn...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-27 Greg Sabino MullaneStandardize name to simply "postgres"
2006-06-24 Brion VibberParser cases test external image support, which is...
2006-06-06 Brion VibberFix the converter tests; the language object doesn...
2006-06-06 Domas MituzasAutoLoad Math.php
2006-06-06 Brion Vibber* (bug 2587) Fix for section editing with comment prefix
2006-06-05 Brion VibberAdd some basic regression tests on extraction for secti...
2006-06-01 Brion Vibber* parserTests.php accepts a --file parameter to run...
next