From 64e8ec7e61a710ea877a3e02506c99caa8000456 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 6 Apr 2013 19:42:04 +0200 Subject: [PATCH] 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 --- includes/SpecialPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.20.1