aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateLogSearch.php
Commit message (Expand)AuthorAgeFilesLines
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-9/+13
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-2/+2
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-30/+60
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Cast block start to int in maintenace SQLPhantom422017-12-081-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+5
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-1/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-1/+4
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-1/+6
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-7/+14
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-021-0/+7
* Tweaks to LoggedUpdateMaintenance:Chad Horohoe2011-09-081-23/+19
* Swap else if for elseifSam Reed2011-06-171-3/+3
* Introduced Maintenance::getDB() and corresponding setDB() to control external...Max Semenik2011-05-241-1/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* Remove some unused variablesSam Reed2010-08-131-1/+0
* Stylize maintenance folder..Sam Reed2010-05-221-36/+36
* bug 18472 Suppression log filtered by "offender", as Oversight log can beAaron Schulz2009-09-141-16/+61
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-8/+97
* Fixed summaryAaron Schulz2009-06-271-4/+2
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-82/+7
* Merge maintenance-work branch:Chad Horohoe2009-06-241-7/+82
* Populate log_search during update.php run and store an update status row when...Brion Vibber2009-05-141-56/+1
* Tweaks to r50567:Aaron Schulz2009-05-141-0/+9
* [schema change] Use new log_search table to replace ugly code from r48839. Ma...Aaron Schulz2009-05-131-0/+67