aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildrecentchanges.php
Commit message (Expand)AuthorAgeFilesLines
* re Bug 31007 - rebuildrecentchanges.php fails for Postgresql with strings for...Mark A. Hershberger2012-01-031-2/+2
* * (bug 31007) Fix regression in rebuildrecentchanges maintenance scriptBrion Vibber2011-09-191-1/+0
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* This can be private tooChad Horohoe2010-12-051-2/+1
* Fix copy+paste error from r77778Chad Horohoe2010-12-051-3/+6
* One less $wgTitle, and use dbw->update() instead of raw sqlChad Horohoe2010-12-051-6/+10
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-24/+24
* Partial 'reverts' of of r70608, r76539, that doesn't do what you want, you're...OverlordQ2010-11-111-1/+0
* sequence was renamed a while back but this was missedOverlordQ2010-11-111-1/+1
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-1/+2
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-4/+0
* DatabaseMssql class and related changesRyan Bies2010-08-061-0/+1
* Fixed a bunch of silly instances of [^!=]==\s*(true|false)Chad Horohoe2010-06-091-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-31/+31
* * Replaced LIMIT with limitResult call in rebuildrecentchanges.phpJure Kajzer2009-10-281-1/+2
* (bug 13453) Fix rebuildrecentchanges for DB's with FK constraintsOverlordQ2009-10-281-1/+1
* * (bug 19055) maintenance/rebuildrecentchanges.php now purges Special:Recentc...Alexandre Emsenhuber2009-08-281-0/+15
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-3/+3
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-11/+265
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Cleanup from r28400: avoid duplication between manually calling multiple pass...Brion Vibber2007-12-201-3/+1
* Revert r26281 for the moment. Big patch, changes several existing practices. ...Brion Vibber2007-10-011-2/+1
* *Clean up deletion of revisions and remove some gapsAaron Schulz2007-10-011-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* *Flag bot editsAaron Schulz2007-05-211-0/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Fix includeBrion Vibber2004-09-071-1/+1
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-3/+9
* * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the for...Tim Starling2004-06-151-16/+1
* include_once -> require_onceTim Starling2004-05-071-4/+4
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Maintenance script fixesBrion Vibber2003-11-171-1/+5
* Completed several maintenance scripts for index rebuilding.Lee Daniel Crocker2003-05-021-0/+30