Merged localisation-work branch:
[lhc/web/wiklou.git] / maintenance / parserTests.inc
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...
2006-05-26 Brion Vibber* Increase robustness of parser placeholders; fixes...
2006-05-18 Rob ChurchFix breakage in parser test suite which caused incorrec...
2006-04-29 Brion Vibberadd parser test case for bug 5757
2006-04-24 Antoine Mussofix for doxygen documentation
2006-04-12 Brion VibberSomebody broke parser tests by adding a required table.
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-24 Gabriel WickeFix category test routine, unlink two more dirs
2006-02-27 Ævar Arnfjörð Bjar... * Add a parser test for parser hooks inside comments...
2006-02-24 Brion VibberClone the job table so tests work again
2006-02-05 Brion Vibber* Reset $wgActionPaths during parser test; corrects...
2006-02-03 Brion VibberSuppress XML error details when detailed output is off
2006-01-28 Brion Vibberfix for externallinks
2006-01-17 Antoine MussoFix crash when using 'tasks' extension
2006-01-14 Brion Vibber* Move PHP 5-friendly XHTML doctype hack to Sanitizer...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-12 Brion Vibber* Override $wgLocaltimezone in parser tests for us...
2006-01-08 Ævar Arnfjörð Bjar... * Including the maintenance/parserTestsParserTime.php...
2006-01-08 Ævar Arnfjörð Bjar... * Adding a noxml option for skipping XML well formdness...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-04 Brion Vibberinclude templatelinks table
2005-12-03 Brion Vibber* Fix XML validity checks in parser tests on PHP 5.1
2005-09-19 Ævar Arnfjörð Bjar... * Adding a test suite for parser hooks
2005-08-29 Brion Vibber* Security fix for <math>
2005-08-21 Brion VibberChange parser tests to use a remote $wgUploadPath;...
2005-08-15 Ævar Arnfjörð Bjar... * (bug 2885, 2931) Bah, bugs with the thingalabong...
2005-07-24 Niklas LaxströmRename percent to wfPercent
2005-07-16 Ævar Arnfjörð Bjar... * Using the percent function
2005-07-06 Antoine MussoRefactor parserTests so the class can be used by anothe...