aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance
Commit message (Expand)AuthorAgeFilesLines
* Fix SQL syntax errorsBrion Vibber2004-10-021-10/+10
* Add tests for the just-fixed bug 553, and broken cases regardingWil Mahan2004-10-011-0/+55
* New userlevel feature. Sysop only, for testing. NO FORM IS VALIDATED : use at...Antoine Musso2004-10-011-0/+19
* Documentation: Assign files to packagesJens Frank2004-10-011-1/+5
* --color=light will bright diffs outputAntoine Musso2004-09-301-2/+22
* Fix DATA CORRUPTION BUG caused by double-escaping.Brion Vibber2004-09-291-1/+1
* 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-273-319/+80
* Tweak image img_name index updater to current tables.sql (primary key)Brion Vibber2004-09-272-4/+10
* Tweak to work with no include path and working dir in the installerBrion Vibber2004-09-271-2/+3
* Obsoleted by refreshlinks, apparently forgot to remove these files.Brion Vibber2004-09-272-424/+0
* Far from finished in-place UTF-8 wiki converter.Brion Vibber2004-09-271-0/+199
* Shut up noticesBrion Vibber2004-09-271-1/+2
* More annoying definition list test cases...Wil Mahan2004-09-271-0/+22
* Disable msgnw test because no one cares about msgnw anyway;Wil Mahan2004-09-271-2/+33
* Add a couple definition list tests for colon & space bugsBrion Vibber2004-09-271-0/+20
* Back out kturner's old table restructure for now.Brion Vibber2004-09-262-6/+5
* include sql patchRiver Tarnell2004-09-261-0/+16
* remove old_namespace and old_title from old table.River Tarnell2004-09-262-5/+6
* user_tokenRiver Tarnell2004-09-261-0/+1
* Refactored updaters.inc. With all those functions doing virtually the same th...Tim Starling2004-09-261-142/+46
* create schema mediawiki and store all objects in itDomas Mituzas2004-09-261-2/+6
* user_token field (from REL1_3A)Tim Starling2004-09-261-0/+15
* Work with $wgUseTidy again, and add more tests (we now have 100!)Wil Mahan2004-09-252-4/+84
* a couple of extra functions, useful for debuggingTim Starling2004-09-251-0/+9
* various modifications found lying around in the live copy. Some of these shou...Tim Starling2004-09-251-1/+10
* Set wgUploadPath for tests so we don't all have to be using Wil's filesystem ...Brion Vibber2004-09-252-4/+5
* New tests for sections and various bugsWil Mahan2004-09-251-7/+169
* Add a "--regex" option to limit which tests are run; replaceWil Mahan2004-09-251-11/+23
* first attempt to support multiple language variants in the MediaWiki: namespace.Zheng Zhu2004-09-251-1/+43
* Add an option for setting the title; add test for interlanguage links;Wil Mahan2004-09-243-40/+71
* Add tests for subpages (+ an option to enable them), images,Wil Mahan2004-09-242-16/+202
* Change example noted by Brion--I think the current output isWil Mahan2004-09-241-1/+9
* Add a pretty PASSED! or FAILED! to the final summary line.Brion Vibber2004-09-242-1/+10
* Add blurb at top; enable template as link source test now that itWil Mahan2004-09-241-7/+209
* Be a bit more careful about trailing spaces; don't colorize outputWil Mahan2004-09-242-21/+34
* Break temporary table creation out to setupDatabase() function.Brion Vibber2004-09-231-22/+38
* Tests for templates, pre-save transform, message transform.Wil Mahan2004-09-231-6/+149
* Two changes to parserTest:Wil Mahan2004-09-232-11/+366
* Add phpdoc commentsBrion Vibber2004-09-231-2/+93
* Use '--parseprivate on' option on phpdoc to include the private members/Brion Vibber2004-09-231-1/+1
* Ignore LocalSettings.php,AdminSettings.phpBrion Vibber2004-09-231-1/+1
* Magic links, etc.Wil Mahan2004-09-231-2/+32
* Load up LanguageUtf8 and force to utf-8 if config was latin1Brion Vibber2004-09-231-1/+2
* Test inline interwiki linkBrion Vibber2004-09-231-0/+15
* Since 'php parserTests.php' is too long for my lazy fingers, added a Makefile.Brion Vibber2004-09-231-0/+9
* 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