Merge "Create Special:NewSection special page"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 7 Aug 2019 20:24:41 +0000 (20:24 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 7 Aug 2019 20:24:41 +0000 (20:24 +0000)
1  2 
RELEASE-NOTES-1.34
autoload.php
includes/specialpage/SpecialPageFactory.php
languages/i18n/en.json
languages/i18n/qqq.json

@@@ -82,16 -62,15 +82,21 @@@ For notes on 1.33.x and older releases
  === New user-facing features in 1.34 ===
  * Special:Mute has been added as a quick way for users to block unwanted emails
    from other users originating from Special:EmailUser.
+ * (T207577) Special:NewSection has been created as a shortcut to creating a new
+   section on a page. When linked to, its subpage is used as the target
+   ([[Special:NewSection/Test]] redirects to creating a new section in "Test").
+   Otherwise, it displays a basic interface to allow the end user to specify
+   the target manually.
  
  === New developer features in 1.34 ===
 +* The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
 +  of headers in private wikis.
  * Language::formatTimePeriod now supports the new 'avoidhours' option to output
    strings like "5 days ago" instead of "5 days 13 hours ago".
 +* (T220163) Added SpecialMuteModifyFormFields hook to allow extensions
 +  to add fields to Special:Mute.
 +* (T100896) Skin authors can define custom OOUI themes using OOUIThemePaths.
 +  See <https://www.mediawiki.org/wiki/OOUI/Themes> for details.
  
  === External library changes in 1.34 ===
  
diff --cc autoload.php
Simple merge
Simple merge
Simple merge