Add nosummary, minor and watchthis to Special:MyPage and friends
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 6 Apr 2013 17:42:04 +0000 (19:42 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 10 Apr 2013 08:40:22 +0000 (08:40 +0000)
These are options usable with action=edit and allows better options
for the inital edit view from urls or the InputBox extension.

Change-Id: I696c47ddf9f29764bc8cc6136c618c56dbc2d726

includes/SpecialPage.php

index 46d4304..ca6626c 100644 (file)
@@ -1270,9 +1270,9 @@ abstract class RedirectSpecialArticle extends RedirectSpecialPage {
                        'action',
                        'redirect', 'rdfrom',
                        # Options for preloaded edits
-                       'preload', 'editintro', 'preloadtitle', 'summary',
+                       'preload', 'editintro', 'preloadtitle', 'summary', 'nosummary',
                        # Options for overriding user settings
-                       'preview', 'internaledit', 'externaledit', 'mode',
+                       'preview', 'internaledit', 'externaledit', 'mode', 'minor', 'watchthis',
                        # Options for history/diffs
                        'section', 'oldid', 'diff', 'dir',
                        'limit', 'offset', 'feed',