aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/edit.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* maintenance: Add --parse-title option to edit.php to parse the title inputEd Sanders2021-12-031-1/+12
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+1
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-3/+1
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-1/+1
* Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-1/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-1/+2
* maintenance scripts: Reduce direct references to $wgUserDannyS7122020-06-051-6/+7
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-1/+1
* 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