aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/parserTests.php
Commit message (Expand)AuthorAgeFilesLines
* Refactor parserTests so the class can be used by another scriptAntoine Musso2005-07-061-690/+7
* Rework the user_groups system, again, into something that seems to actuallyBrion Vibber2005-06-091-8/+1
* * Remove linkscc table code, no longer used.Brion Vibber2005-05-311-1/+2
* Fix for pagelinksBrion Vibber2005-05-291-2/+2
* * (bug 898) Mime type autodetection.Ævar Arnfjörð Bjarmason2005-05-211-1/+3
* * (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dirBrion Vibber2005-05-151-3/+4
* Renamed group table to groups, and renamed the fields from group_xxx to gr_xx...Tim Starling2005-05-151-6/+6
* * Deglobalised link placeholder handling by moving the relevant functionality...Tim Starling2005-04-271-0/+1
* * Changing img_height and img_width to the values of our testimageÆvar Arnfjörð Bjarmason2005-04-271-2/+2
* Using sprintf "%.2f" to output the final percentageÆvar Arnfjörð Bjarmason2005-04-211-1/+1
* * Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg)Ævar Arnfjörð Bjarmason2005-04-201-3/+15
* Insert an image table row for the test imageBrion Vibber2005-04-201-0/+14
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-1/+0
* Run a check on output for well-formedness.Brion Vibber2005-02-061-1/+54
* fix phpdoc commentAntoine Musso2005-01-271-2/+5
* * Add $wgNoFollowLinks option to add rel="nofollow" on external links (on by ...Brion Vibber2005-01-191-0/+1
* Create a new $wgUser to initialize default settings properly. Not sure what's...Brion Vibber2005-01-191-0/+4
* Initialize a group so the parser test can runBrion Vibber2005-01-181-2/+8
* set capital links on for testsBrion Vibber2004-12-221-0/+1
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-1/+1
* Ensure ObjectCache.php is included (by default it's not if the main config ha...Brion Vibber2004-11-241-0/+1
* Set default overrides bac k to defaultsBrion Vibber2004-11-211-0/+1
* Fix usage tip for --colorAntoine Musso2004-11-141-1/+2
* PG hack for temporary tables breaks MySQL 4.1. :P special-case itBrion Vibber2004-11-121-1/+7
* Fix content language message cache (table of contents test depends on this)Brion Vibber2004-10-271-0/+3
* * Add --help and --quiet options to parser test runnerBrion Vibber2004-10-271-9/+82
* Fixing behaviour with a table prefixTim Starling2004-10-241-2/+2
* Replacing obsolete Database member functions.Tim Starling2004-10-241-1/+1
* Fixing multiple-inclusion problemsTim Starling2004-10-241-1/+1
* Clean up options code a bit to make use of commandLine.inc's parsingBrion Vibber2004-10-181-22/+21
* Now it is no longer necessary to create an OutputPageWil Mahan2004-10-151-15/+33
* Pass the -a option to diff in case there are tests withWil Mahan2004-10-111-1/+2
* --color=light will bright diffs outputAntoine Musso2004-09-301-2/+22
* Finish fixing parser test on PostgreSQL (bug 585)Brion Vibber2004-09-291-26/+43
* stupid PostgreSQL insists on parentheses :)Wil Mahan2004-09-291-1/+1
* 1) Use CREATE TEMPORARY TABLE ... LIKE for MySQL >= 4.1Wil Mahan2004-09-271-16/+68
* Work with $wgUseTidy again, and add more tests (we now have 100!)Wil Mahan2004-09-251-1/+2
* Set wgUploadPath for tests so we don't all have to be using Wil's filesystem ...Brion Vibber2004-09-251-0/+1
* Add a "--regex" option to limit which tests are run; replaceWil Mahan2004-09-251-11/+23
* Add an option for setting the title; add test for interlanguage links;Wil Mahan2004-09-241-7/+14
* Add tests for subpages (+ an option to enable them), images,Wil Mahan2004-09-241-2/+11
* Add a pretty PASSED! or FAILED! to the final summary line.Brion Vibber2004-09-241-1/+7
* Be a bit more careful about trailing spaces; don't colorize outputWil Mahan2004-09-241-17/+30
* Break temporary table creation out to setupDatabase() function.Brion Vibber2004-09-231-22/+38
* Two changes to parserTest:Wil Mahan2004-09-231-11/+74
* Add phpdoc commentsBrion Vibber2004-09-231-2/+93
* Load up LanguageUtf8 and force to utf-8 if config was latin1Brion Vibber2004-09-231-1/+2
* Change name of output files to make the diff output a bit clearerBrion Vibber2004-09-231-2/+2
* Set language to en for tests.Brion Vibber2004-09-231-1/+3
* add $wgSitename global for testing magic variablesWil Mahan2004-09-231-0/+1