aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/undelete.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Replace deprecated PageArchive::undeleteAsUserUmherirrender2024-07-211-5/+9
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+2
* Move code from PageArchive to a new UndeletePage commandDaimona Eaytoy2021-09-211-1/+1
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+1
* maintenance scripts: Reduce direct references to $wgUserDannyS7122020-06-051-6/+8
* Make use of PageArchive::undeleteAsUserDannyS7122020-03-181-1/+1
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-2/+6
* SpecialUndelete/PageArchive: Use Config instead of globalsKunal Mehta2014-08-061-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3
* Update undelete.php to use short option aliases.Alexandre Emsenhuber2011-04-141-4/+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/+15
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* 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-25/+26
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-26/+25
* Merge maintenance-work branch:Chad Horohoe2009-06-241-25/+26
* Fix 12384 : comment on maintenance/*php filesAntoine Musso2008-07-191-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+6
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fix Parse error: syntax error, unexpected T_LNUMBERAntoine Musso2007-06-031-2/+2
* Script to undelete a pageTim Starling2007-06-031-0/+33