Refactor parserTests so the class can be used by another script
[lhc/web/wiklou.git] / maintenance / parserTests.php
2005-07-06 Antoine MussoRefactor parserTests so the class can be used by anothe...
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-29 Brion VibberFix for pagelinks
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-15 Brion Vibber* (bug 2178) Use TMPDIR, TMP, or TEMP environment varia...
2005-05-15 Tim StarlingRenamed group table to groups, and renamed the fields...
2005-04-27 Tim Starling* Deglobalised link placeholder handling by moving...
2005-04-27 Ævar Arnfjörð Bjar... * Changing img_height and img_width to the values of...
2005-04-21 Ævar Arnfjörð Bjar... Using sprintf "%.2f" to output the final percentage
2005-04-20 Ævar Arnfjörð Bjar... * Using a real JPEG file as our image testcase (skins...
2005-04-20 Brion VibberInsert an image table row for the test image
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-02-06 Brion VibberRun a check on output for well-formedness.
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-19 Brion Vibber* Add $wgNoFollowLinks option to add rel="nofollow...
2005-01-19 Brion VibberCreate a new $wgUser to initialize default settings...
2005-01-18 Brion VibberInitialize a group so the parser test can run
2004-12-22 Brion Vibberset capital links on for tests
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
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.