aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/protect.php
Commit message (Expand)AuthorAgeFilesLines
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Make protect.php maintenance script not ignore --user and --reason parametersrlot2016-11-291-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-2/+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-1/+1
* Remove some unused local variables.Siebrand Mazeland2012-10-081-0/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-051-2/+8
* Cleanup a few unused globalsSam Reed2012-02-161-2/+0
* * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in...Alexandre Emsenhuber2011-12-181-8/+17
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+4
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+2
* No need for globals, works fine without. Also add missing (and required) titl...Chad Horohoe2010-12-051-5/+6
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* 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-0/+68