| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor parserTests so the class can be used by another script | Antoine Musso | 2005-07-06 | 1 | -690/+7 |
* | Rework the user_groups system, again, into something that seems to actually | Brion Vibber | 2005-06-09 | 1 | -8/+1 |
* | * Remove linkscc table code, no longer used. | Brion Vibber | 2005-05-31 | 1 | -1/+2 |
* | Fix for pagelinks | Brion Vibber | 2005-05-29 | 1 | -2/+2 |
* | * (bug 898) Mime type autodetection. | Ævar Arnfjörð Bjarmason | 2005-05-21 | 1 | -1/+3 |
* | * (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir | Brion Vibber | 2005-05-15 | 1 | -3/+4 |
* | Renamed group table to groups, and renamed the fields from group_xxx to gr_xx... | Tim Starling | 2005-05-15 | 1 | -6/+6 |
* | * Deglobalised link placeholder handling by moving the relevant functionality... | Tim Starling | 2005-04-27 | 1 | -0/+1 |
* | * Changing img_height and img_width to the values of our testimage | Ævar Arnfjörð Bjarmason | 2005-04-27 | 1 | -2/+2 |
* | Using sprintf "%.2f" to output the final percentage | Ævar Arnfjörð Bjarmason | 2005-04-21 | 1 | -1/+1 |
* | * Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg) | Ævar Arnfjörð Bjarmason | 2005-04-20 | 1 | -3/+15 |
* | Insert an image table row for the test image | Brion Vibber | 2005-04-20 | 1 | -0/+14 |
* | Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5... | Brion Vibber | 2005-03-26 | 1 | -1/+0 |
* | Run a check on output for well-formedness. | Brion Vibber | 2005-02-06 | 1 | -1/+54 |
* | fix phpdoc comment | Antoine Musso | 2005-01-27 | 1 | -2/+5 |
* | * Add $wgNoFollowLinks option to add rel="nofollow" on external links (on by ... | Brion Vibber | 2005-01-19 | 1 | -0/+1 |
* | Create a new $wgUser to initialize default settings properly. Not sure what's... | Brion Vibber | 2005-01-19 | 1 | -0/+4 |
* | Initialize a group so the parser test can run | Brion Vibber | 2005-01-18 | 1 | -2/+8 |
* | set capital links on for tests | Brion Vibber | 2004-12-22 | 1 | -0/+1 |
* | Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: | Brion Vibber | 2004-12-19 | 1 | -1/+1 |
* | Ensure ObjectCache.php is included (by default it's not if the main config ha... | Brion Vibber | 2004-11-24 | 1 | -0/+1 |
* | Set default overrides bac k to defaults | Brion Vibber | 2004-11-21 | 1 | -0/+1 |
* | Fix usage tip for --color | Antoine Musso | 2004-11-14 | 1 | -1/+2 |
* | PG hack for temporary tables breaks MySQL 4.1. :P special-case it | Brion Vibber | 2004-11-12 | 1 | -1/+7 |
* | Fix content language message cache (table of contents test depends on this) | Brion Vibber | 2004-10-27 | 1 | -0/+3 |
* | * Add --help and --quiet options to parser test runner | Brion Vibber | 2004-10-27 | 1 | -9/+82 |
* | Fixing behaviour with a table prefix | Tim Starling | 2004-10-24 | 1 | -2/+2 |
* | Replacing obsolete Database member functions. | Tim Starling | 2004-10-24 | 1 | -1/+1 |
* | Fixing multiple-inclusion problems | Tim Starling | 2004-10-24 | 1 | -1/+1 |
* | Clean up options code a bit to make use of commandLine.inc's parsing | Brion Vibber | 2004-10-18 | 1 | -22/+21 |
* | Now it is no longer necessary to create an OutputPage | Wil Mahan | 2004-10-15 | 1 | -15/+33 |
* | Pass the -a option to diff in case there are tests with | Wil Mahan | 2004-10-11 | 1 | -1/+2 |
* | --color=light will bright diffs output | Antoine Musso | 2004-09-30 | 1 | -2/+22 |
* | Finish fixing parser test on PostgreSQL (bug 585) | Brion Vibber | 2004-09-29 | 1 | -26/+43 |
* | stupid PostgreSQL insists on parentheses :) | Wil Mahan | 2004-09-29 | 1 | -1/+1 |
* | 1) Use CREATE TEMPORARY TABLE ... LIKE for MySQL >= 4.1 | Wil Mahan | 2004-09-27 | 1 | -16/+68 |
* | Work with $wgUseTidy again, and add more tests (we now have 100!) | Wil Mahan | 2004-09-25 | 1 | -1/+2 |
* | Set wgUploadPath for tests so we don't all have to be using Wil's filesystem ... | Brion Vibber | 2004-09-25 | 1 | -0/+1 |
* | Add a "--regex" option to limit which tests are run; replace | Wil Mahan | 2004-09-25 | 1 | -11/+23 |
* | Add an option for setting the title; add test for interlanguage links; | Wil Mahan | 2004-09-24 | 1 | -7/+14 |
* | Add tests for subpages (+ an option to enable them), images, | Wil Mahan | 2004-09-24 | 1 | -2/+11 |
* | Add a pretty PASSED! or FAILED! to the final summary line. | Brion Vibber | 2004-09-24 | 1 | -1/+7 |
* | Be a bit more careful about trailing spaces; don't colorize output | Wil Mahan | 2004-09-24 | 1 | -17/+30 |
* | Break temporary table creation out to setupDatabase() function. | Brion Vibber | 2004-09-23 | 1 | -22/+38 |
* | Two changes to parserTest: | Wil Mahan | 2004-09-23 | 1 | -11/+74 |
* | Add phpdoc comments | Brion Vibber | 2004-09-23 | 1 | -2/+93 |
* | Load up LanguageUtf8 and force to utf-8 if config was latin1 | Brion Vibber | 2004-09-23 | 1 | -1/+2 |
* | Change name of output files to make the diff output a bit clearer | Brion Vibber | 2004-09-23 | 1 | -2/+2 |
* | Set language to en for tests. | Brion Vibber | 2004-09-23 | 1 | -1/+3 |
* | add $wgSitename global for testing magic variables | Wil Mahan | 2004-09-23 | 1 | -0/+1 |