index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
edit.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-0
/
+1
*
Reorg: Move RawMessage to under language/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-0
/
+1
*
maintenance: Add --parse-title option to edit.php to parse the title input
Ed Sanders
2021-12-03
1
-1
/
+12
*
Emit deprecation warnings reading from $wgUser
DannyS712
2021-09-15
1
-3
/
+1
*
maintenance: Cleanup use of exit in Maintenance::execute implementation
Umherirrender
2021-08-30
1
-3
/
+1
*
Remove trailing dot/space from some exception messages and output strings
Timo Tijhof
2021-08-04
1
-1
/
+1
*
Use a constant for 'Maintenance script' username
Gergő Tisza
2021-05-03
1
-1
/
+1
*
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
Umherirrender
2020-11-12
1
-1
/
+2
*
maintenance scripts: Reduce direct references to $wgUser
DannyS712
2020-06-05
1
-6
/
+7
*
Do not output wikitext in maintenance script
Umherirrender
2019-09-20
1
-1
/
+1
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-1
/
+1
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-1
/
+1
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-2
/
+4
*
Allow edit.php to modify different slots.
daniel
2018-09-14
1
-6
/
+29
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-4
/
+4
*
Use english messages for background use of Status::getWikiText
umherirrender
2016-04-12
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-1
/
+1
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-2
/
+6
*
Remove RequestContext from edit.php and fixDoubleRedirects.php
withoutaname
2014-07-23
1
-3
/
+0
*
Add "nocreate" and "createonly" options to edit.php
Kunal Mehta
2013-12-10
1
-0
/
+8
*
Remove ugly $wgTitle usage from edit.php maintenance script
Chad Horohoe
2013-11-16
1
-6
/
+6
*
edit.php maintenance script not setting up context, just globals
Alex Monk
2013-06-06
1
-0
/
+3
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
style: normalize end of files
Antoine Musso
2013-02-03
1
-1
/
+0
*
merged master
daniel
2012-08-29
1
-1
/
+1
*
Revert "merged master"
Daniel Kinzler
2012-08-29
1
-1
/
+1
*
merged master
daniel
2012-08-29
1
-1
/
+1
*
Replace usage of doEdit() with doEditContent()
daniel
2012-08-28
1
-1
/
+2
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-24
1
-0
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-10
1
-1
/
+6
*
Use WikiPage instead of Article to call doEdit()
Alexandre Emsenhuber
2011-12-29
1
-2
/
+2
*
* Added possibility to set short options aliases to long long options, added ...
Alexandre Emsenhuber
2011-04-06
1
-11
/
+11
*
Revert r66977 (removing $wgTitle from edit.php). This doesn't break core, but...
Chad Horohoe
2011-02-06
1
-4
/
+4
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Changed $wgArticle to local variable, not needed
Alexandre Emsenhuber
2010-12-14
1
-3
/
+3
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-5
/
+5
*
edit.php: got rid of $wgTitle
Max Semenik
2010-05-27
1
-4
/
+4
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-3
/
+3
*
Redo addArgs() as addArg() so we can actually do useful things with arguments...
Chad Horohoe
2009-08-18
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Don't put \n on the end of every error() call, just do it in error() itself. ...
Chad Horohoe
2009-08-02
1
-2
/
+2
*
* Add way to get full input from stdin() without having to check the length
Chad Horohoe
2009-08-02
1
-1
/
+1
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-66
/
+78
[next]