(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / maintenance /
2006-03-28 Tim StarlingAdded ss_images to site_stats, to replace the slow...
2006-03-28 Rob ChurchExtend documentation on maintenance scripts
2006-03-27 Brion Vibberredundant file removal
2006-03-26 Ævar Arnfjörð Bjar... * Fixed & disabled the "Sanitizer: Validating the conte...
2006-03-24 Gabriel WickeTypo
2006-03-24 Gabriel WickeAllow [[#someSection]]-type links, they are in active...
2006-03-24 Gabriel WickeCollected updates:
2006-03-24 Gabriel WickeFix category test routine, unlink two more dirs
2006-03-17 Brion Vibber* Don't URL-decode in the title attribute for URL links...
2006-03-17 Brion VibberTests for bug 4781, 5267
2006-03-12 Domas Mituzasreplace TYPE= with ENGINE=, (supported since 4.0, TYPE...
2006-03-11 Ævar Arnfjörð Bjar... * Fixed fatal error introduced by brion in version...
2006-03-07 Ævar Arnfjörð Bjar... * Adding a trailing ?>
2006-03-02 Tim StarlingDon't touch the administrator account! Bug 5043.
2006-02-28 Tim Starlingfixed accidentally committed live hack
2006-02-28 Tim Starlingrevert accidentally committed live hack
2006-02-28 Tim StarlingJob::pop() may occasionally return false when there...
2006-02-28 Tim StarlingDie on inappropriate references to $wgTitle, especially...
2006-02-27 Ævar Arnfjörð Bjar... * Renamed functions to make more sense
2006-02-27 Ævar Arnfjörð Bjar... * Add a parser test for parser hooks inside comments...
2006-02-26 Brion Vibber* (bug 5081) Remove bogus fix for invalid characters...
2006-02-26 Rob ChurchClean up recent changes entries when a page is nuked
2006-02-24 Brion VibberClone the job table so tests work again
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...
2006-02-22 Tim Starlingwatchlist row duplication
2006-02-19 Brion Vibber* Fix --report interval option for dumpTextPass
2006-02-18 Brion Vibber* Avoid corrupting <gallery> inside <!-- comment -->
2006-02-18 Brion VibberParser test case for bug 5024
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
next