aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateRestrictions.php
Commit message (Expand)AuthorAgeFilesLines
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Pass phpcs-strict on maintenance/ (1/8)Siebrand Mazeland2014-04-221-2/+13
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-031-0/+6
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Swap else if for elseifSam Reed2011-06-171-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-1/+1
* Standardised file description headers:Alexandre Emsenhuber2010-09-011-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-15/+15
* * 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-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-71/+89
* Tweak r45600: kill the broken page_restrictions columns tooAaron Schulz2009-01-181-10/+13
* Revert r45642 "* Fixing the caching issue by using -{T|xxx}- syntax (only app...Brion Vibber2009-01-141-1/+1
* Clear dead MW: namespace rows (bug 16846)Aaron Schulz2009-01-091-0/+2
* Fix empty protection row check to avoid adding dead rows; remove any existing...Aaron Schulz2008-10-051-3/+8
* add a damn deadlock loop on this thingBrion Vibber2008-10-031-1/+6
* Don't die with an SQL syntax error when there are no pages in the wiki.Brion Vibber2008-10-031-0/+5
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+4
* fucked up batch countingAaron Schulz2008-04-091-2/+5
* * Graceful behavior for updateRestrictions.php if a page already has recordsBrion Vibber2007-12-031-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* *use 'infinity' as pr_expiryAaron Schulz2007-05-031-1/+1
* *Ignore 'edit=:move='Aaron Schulz2007-05-011-1/+1
* *Do not convert to arraysAaron Schulz2007-04-231-3/+3
* *cough* ahemAaron Schulz2007-04-231-1/+1
* *TypoAaron Schulz2007-04-231-1/+1
* *Remove update() query to avoid any data loss concernsAaron Schulz2007-04-211-9/+1
* *Use appropriate commentAaron Schulz2007-04-211-1/+4
* Fix end of lines (added in r21455)Antoine Musso2007-04-211-72/+72
* *Add a batch updater to move remaining page_restrictions values in page to th...Aaron Schulz2007-04-211-0/+72