From: umherirrender Date: Sat, 6 Apr 2013 17:42:04 +0000 (+0200) Subject: Add nosummary, minor and watchthis to Special:MyPage and friends X-Git-Tag: 1.31.0-rc.0~20042 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=64e8ec7e61a710ea877a3e02506c99caa8000456;p=lhc%2Fweb%2Fwiklou.git Add nosummary, minor and watchthis to Special:MyPage and friends 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 --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 46d4304820..ca6626c51e 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -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',