check if the wikidiff2 function exists after loading the extension, in case the exten...
[lhc/web/wiklou.git] / maintenance /
2006-02-11 Tim Starlingexplicit TYPE=InnoDB
2006-02-09 Brion Vibberhttp/https only please
2006-02-08 Brion Vibber* (bug 4147) Added cleanupWatchlist.php to clear out...
2006-02-07 Magnus ManskeFix for parser test error "Image link to nonexistent...
2006-02-05 Brion Vibber* Reset $wgActionPaths during parser test; corrects...
2006-02-04 Rob ChurchFix oversight - was using $tbl_text instead of $tbl_txt
2006-02-03 Brion VibberSuppress XML error details when detailed output is off
2006-01-31 Tim StarlingFixes and improvements to interwiki transclusion:
2006-01-29 Rob ChurchFix overlooked hard-coded table name (reported in bug...
2006-01-28 Brion VibberParser test case for bug 4783
2006-01-28 Brion Vibberfix for externallinks
2006-01-28 Tim StarlingWas never committed to HEAD for some reason
2006-01-27 Tim StarlingMaintenance script to find and remove links to a given...
2006-01-26 Rob ChurchMaintenance script to reassign edits from one user...
2006-01-26 Rob ChurchInclude deleted edits in the CountEdits support functio...
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-26 Tim StarlingDon't use tidy. Command line option to specify the...
2006-01-26 Brion Vibber* Use revision rate for ETA in dump generation; it...
2006-01-25 Rob Church* Maintenance script to delete unused text records
2006-01-22 Brion Vibberfix $wgDebugDumpSql for backup bits; quick hack, flag...
2006-01-22 Brion Vibber* Fix backup dump text prefetch for XMLReader constant...
2006-01-21 Rowan CollinsWhen reading from meta's interwiki map, *.wikimedia...
2006-01-21 Domas Mituzassomewhatdirtyhack: build constant slightly compact...
2006-01-21 Rowan CollinsWhen reading from meta's interwiki map, *.wikimedia...
2006-01-18 Rob Church* Comment userFunctions.inc
2006-01-17 Rob ChurchRespect database prefix in dumpHTML.inc
2006-01-17 Antoine MussoFix some s/'/"/g related issues
2006-01-17 Antoine MussoFix crash when using 'tasks' extension
2006-01-17 Tim StarlingMoved the bulk of dbsource() to Database.php. Added...
2006-01-17 Tim Starling--conf option for specifying a different LocalSettings...
2006-01-16 Rob ChurchCouple more useful functions for later scripts
2006-01-16 Rob ChurchMake user functions more generalised so other maintenan...
2006-01-16 Rob ChurchFix problem reported on mailing list where re-initialis...
2006-01-14 Brion Vibber* Move PHP 5-friendly XHTML doctype hack to Sanitizer...
2006-01-14 Brion Vibbersome more die-with-proper-return-code
2006-01-14 Brion Vibber* Allow input of the stub from a compressed file instea...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-14 Brion Vibberold incomplete script; upgrade1_5 took this code
2006-01-13 Ævar Arnfjörð Bjar... * (bug 4594) date("W", ..) is zero padded in PHP5,...
2006-01-13 Ævar Arnfjörð Bjar... * Docucmentaton: Fixed speling eror
2006-01-13 Brion Vibber* (bug 1103) Fix up redirect handling for images, categ...
2006-01-13 Brion VibberFix some bogus/changed test cases...
2006-01-12 Brion Vibber* Override $wgLocaltimezone in parser tests for us...
2006-01-12 Brion Vibber* Avoid PHP notice on command-line scripts if empty...
2006-01-11 Tim StarlingInitialise external storage
2006-01-10 Tim StarlingSimple script to initialise external storage
2006-01-08 Ævar Arnfjörð Bjar... * Including the maintenance/parserTestsParserTime.php...
2006-01-08 Ævar Arnfjörð Bjar... * Magic Word testcases, not all of them and the namespa...
2006-01-08 Ævar Arnfjörð Bjar... * An extension for the parsertests that modifies the...
2006-01-08 Ævar Arnfjörð Bjar... * Return true from the hook function so it won't stop...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed two comment parsertests I made earlier
2006-01-08 Ævar Arnfjörð Bjar... * Adding a noxml option for skipping XML well formdness...
2006-01-08 Ævar Arnfjörð Bjar... * More <!-- comment --> tests, two of which fail
2006-01-08 Ævar Arnfjörð Bjar... * Using var_dump() with output buffering instead of...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Antoine Mussofix logic, accounts were always deleted!
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4515) New test: "Sanitizer: Validating the conte...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4461) New test: 'Sanitizer: Escaping of spaces...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4373) Parsertest
2006-01-05 Rob Church* Cleanup main code
2006-01-05 Antoine Musso* 80 chars width
2006-01-05 Antoine Musso* use the $option system
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-04 Tim Starlingsome tweaks, by brion
2006-01-04 Tim Starlingcurrent directory is not reliable
2006-01-04 Rob ChurchTweak script to allow just reporting of the number...
2006-01-04 Rob ChurchMaintenance script to delete unused accounts
2006-01-04 Brion Vibberinclude templatelinks table
2006-01-03 Antoine MussoFix #4418: remove $id and $header that causes conflicts
2006-01-03 Ævar Arnfjörð Bjar... * ...use commandLine.inc
2006-01-03 Ævar Arnfjörð Bjar... * New unit test directory
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-29 Brion Vibber* Fix for short_open_tag off again; please don't break...
2005-12-26 Domas Mituzaslive extensions to statistics
2005-12-26 Brion VibberUpdated --help text (forgot to commit earlier)
2005-12-24 Brion Vibber* (bug 4377) "[" is not valid in URLs
2005-12-22 Brion VibberRestore clean, tail-friendly output
2005-12-22 Erik Moellerminor doc
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-12-20 Ævar Arnfjörð Bjar... * Obsolete REL1_4 schema, shouldn't be in HEAD which...
2005-12-17 Brion Vibber* (bug 1586) Replace _ in db name with - for domain...
2005-12-14 Brion Vibber* Added plugin interface for dumpBackup, so additional...
2005-12-13 Brion Vibber* Fixed --server override on dumpTextPass.php
2005-12-11 Antoine MussoFix 4249 : typo
2005-12-08 Ævar Arnfjörð Bjar... * (bug 3946) Set page_random to RAND() if it equals 0
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-12-04 Antoine Mussobetter history
2005-12-03 Antoine Mussoquote killing
2005-12-03 Antoine Musso'server' command from live
2005-12-03 Antoine Mussoimplement 'history' command
2005-12-03 Antoine Mussodumb help messages. FIXME
2005-12-03 Antoine Mussocode formatting
2005-12-03 Brion Vibber* Fix XML validity checks in parser tests on PHP 5.1
2005-12-03 Brion VibberAdjust tests for behavior change: interwiki prefixes...
2005-12-03 Brion Vibber* (bug 1850) Allow red-links on image pages linked...
2005-12-03 Brion VibberCorrect corrupted character in test case
2005-12-02 Brion Vibber* Update ipblocks table in MySQL 5 table defs
2005-12-01 Tom Gilderfix SQL comma error
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
next