Ensure ObjectCache.php is included (by default it's not if the main config has memcac...
[lhc/web/wiklou.git] / maintenance / parserTests.php
2004-11-24 Brion VibberEnsure ObjectCache.php is included (by default it's...
2004-11-21 Brion VibberSet default overrides bac k to defaults
2004-11-14 Antoine MussoFix usage tip for --color
2004-11-12 Brion VibberPG hack for temporary tables breaks MySQL 4.1. :P speci...
2004-10-27 Brion VibberFix content language message cache (table of contents...
2004-10-27 Brion Vibber* Add --help and --quiet options to parser test runner
2004-10-24 Tim StarlingFixing behaviour with a table prefix
2004-10-24 Tim StarlingReplacing obsolete Database member functions.
2004-10-24 Tim StarlingFixing multiple-inclusion problems
2004-10-18 Brion VibberClean up options code a bit to make use of commandLine...
2004-10-15 Wil MahanNow it is no longer necessary to create an OutputPage
2004-10-11 Wil MahanPass the -a option to diff in case there are tests...
2004-09-30 Antoine Musso--color=light will bright diffs output
2004-09-29 Brion VibberFinish fixing parser test on PostgreSQL (bug 585)
2004-09-29 Wil Mahanstupid PostgreSQL insists on parentheses :)
2004-09-27 Wil Mahan1) Use CREATE TEMPORARY TABLE ... LIKE for MySQL >...
2004-09-25 Wil MahanWork with $wgUseTidy again, and add more tests (we...
2004-09-25 Brion VibberSet wgUploadPath for tests so we don't all have to...
2004-09-25 Wil MahanAdd a "--regex" option to limit which tests are run...
2004-09-24 Wil MahanAdd an option for setting the title; add test for inter...
2004-09-24 Wil MahanAdd tests for subpages (+ an option to enable them...
2004-09-24 Brion VibberAdd a pretty PASSED! or FAILED! to the final summary...
2004-09-24 Wil MahanBe a bit more careful about trailing spaces; don't...
2004-09-23 Brion VibberBreak temporary table creation out to setupDatabase...
2004-09-23 Wil MahanTwo changes to parserTest:
2004-09-23 Brion VibberAdd phpdoc comments
2004-09-23 Brion VibberLoad up LanguageUtf8 and force to utf-8 if config was...
2004-09-23 Brion VibberChange name of output files to make the diff output...
2004-09-23 Brion VibberSet language to en for tests.
2004-09-23 Wil Mahanadd $wgSitename global for testing magic variables
2004-09-23 Brion VibberAdd --quick option to suppress display of diffs.
2004-09-23 Brion VibberAdd color to the output; assumes a more or less ANSI...
2004-09-23 Brion VibberAdd a newline to the diff temp files to remove the...
2004-09-23 Brion VibberCleaning up checkin conflict: remove Wil's parserTransf...
2004-09-23 Brion VibberParser test improvements:
2004-09-23 Wil Mahanallow simple variables in expected test results; use...
2004-09-22 Wil MahanUse OutputPage to replace link placeholders; add links...
2004-09-22 Wil MahanRemove the comment check I added (wasn't necessary...
2004-09-22 Wil MahanAllow comments beginning with '#' between sections...
2004-09-22 Brion VibberQuick start on a mindlessly simply parser test suite.