\n to eof
[lhc/web/wiklou.git] / maintenance / parserTests.php
2010-08-01 PlatonidesDo not use directly the $options global
2010-06-25 Tim Starling* Removed require/require_once from maintenance scripts...
2010-05-22 Sam ReedStylize maintenance folder..
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-07-30 Brion Vibber* Parser test supports uploading results to remote...
2009-07-29 Brion Vibber* (bug 19957) All known-failing tests now marked disabl...
2009-05-15 Aryeh GregorAdd --setversion option to parserTests
2009-02-05 Aryeh GregorMake parserTests.php more git bisect-friendly
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-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-01-05 Tim Starling* Added --keep-uploads option to parserTests.php, to...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-01-22 Nick JenkinsUpdate parserTests help text to describe the --compare...
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-09 Antoine Musso* document --record (would have saved me 1 hour of...
2006-12-26 Rob ChurchOutput software version number in maintenance/parserTes...
2006-11-11 Brion Vibber* Make the set of default parser test input files exten...
2006-10-18 Tim StarlingAdded --show-output option to parserTests.php, to allow...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-06-01 Brion Vibber* parserTests.php accepts a --file parameter to run...
2006-04-24 Antoine Mussoprefix filename with a / or fopen cant find it :(
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
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.