aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildrecentchanges.php
Commit message (Expand)AuthorAgeFilesLines
...
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-16/+22
* Use short type bool/int in param documentationUmherirrender2017-08-201-2/+2
* Fix overzealous addQuotes for rc_source field in rebuildrecentchanges.phpJesús Martínez Novo2017-08-031-7/+3
* rebuildrecentchanges.php: Make purgeFeeds() use the correct cachemdew1928372017-05-251-3/+5
* Avoid using cascadingDeletes()/cleanupTriggers()Aaron Schulz2016-09-181-1/+3
* RebuildRecentchanges improvementsAaron Schulz2016-04-191-96/+210
* rebuildrecentchanges: Allow rebuilding specified time range onlyBartosz Dziewoński2016-04-191-17/+56
* Convert all array() syntax to []Kunal Mehta2016-02-171-29/+29
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* rebuildrecentchanges.php: Don't create duplicate entries for upload logsBartosz Dziewoński2016-01-211-0/+41
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-4/+4
* rebuildrecentchanges.php: Document a little bitBartosz Dziewoński2015-12-291-8/+5
* Remove use of strencode() outside Database classesKevin Israel2014-06-021-8/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-38/+41
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-3/+13
* rebuildrecentchanges.php leaves some rc_source emptyumherirrender2014-01-121-0/+2
* Remove recentchanges.rc_cur_time from sql statementsumherirrender2013-11-091-2/+0
* Revert "Revert "Add new recentchanges field rc_source to replace rc_type""Erik Bernhardson2013-10-251-0/+1
* Revert "Add new recentchanges field rc_source to replace rc_type"Reedy2013-10-171-1/+0
* Add new recentchanges field rc_source to replace rc_typeErik Bernhardson2013-10-161-0/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-6/+6
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Use User::getGroupsWithPermissionumherirrender2012-10-021-12/+5
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-2/+8
* 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