aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/edit.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-2/+4
* Allow edit.php to modify different slots.daniel2018-09-141-6/+29
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-4/+4
* Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-2/+6
* Remove RequestContext from edit.php and fixDoubleRedirects.phpwithoutaname2014-07-231-3/+0
* Add "nocreate" and "createonly" options to edit.phpKunal Mehta2013-12-101-0/+8
* Remove ugly $wgTitle usage from edit.php maintenance scriptChad Horohoe2013-11-161-6/+6
* edit.php maintenance script not setting up context, just globalsAlex Monk2013-06-061-0/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Replace usage of doEdit() with doEditContent()daniel2012-08-281-1/+2
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-241-0/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-1/+6
* Use WikiPage instead of Article to call doEdit()Alexandre Emsenhuber2011-12-291-2/+2
* * Added possibility to set short options aliases to long long options, added ...Alexandre Emsenhuber2011-04-061-11/+11
* Revert r66977 (removing $wgTitle from edit.php). This doesn't break core, but...Chad Horohoe2011-02-061-4/+4
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Changed $wgArticle to local variable, not neededAlexandre Emsenhuber2010-12-141-3/+3
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-5/+5
* edit.php: got rid of $wgTitleMax Semenik2010-05-271-4/+4
* Stylize maintenance folder..Sam Reed2010-05-221-3/+3
* 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
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-2/+2
* * Add way to get full input from stdin() without having to check the lengthChad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-66/+78
* Re r41198: if you're going to break the interface, you may as well do it prop...Tim Starling2008-09-251-3/+8
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Command line interface to Article::doEdit()Tim Starling2006-12-161-0/+68