Merge "HistoryAction: Implement HistoryPageToolLinks hook for adding more links"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 26 Jul 2018 23:20:35 +0000 (23:20 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 26 Jul 2018 23:20:35 +0000 (23:20 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -29,14 -29,6 +29,14 @@@ production
  * The archive table's ar_rev_id field is now unique.
  * Special:BotPasswords now requires reauthentication.
  * (T194414) The default watchlist view time has been increased from 3 to 7 days.
 +* The right to edit sitewide Javascript (e.g. MediaWiki:Common.js), CSS or JSON
 +  was separated from 'editinterface' and is available under
 +  'editsitejs'/'editsitecss'/'editsitejson'. Having 'editinterface' is still
 +  necessary to edit such pages.
 +* A new user group, 'interface-admin', is added for controlling access to
 +  sitewide CSS/JS (and editing other users' CSS/JS). No other group has
 +  'editsitecss', 'editusercss', 'editsitejs' or 'edituserjs' by default.
 +* A new grant group, 'editsiteconfig', is added for granting the above rights.
  
  === New features in 1.32 ===
  * (T112474) Generalized the ResourceLoader mechanism for overriding modules
@@@ -64,6 -56,8 +64,8 @@@
  * Added new 'OutputPageAfterGetHeadLinksArray' hook, allowing extensions to
    modify the return value of OutputPage#getHeadLinksArray in order to add,
    remove or otherwise alter the elements to be output in the page <head>.
+ * (T28934) The 'HistoryPageToolLinks' hook allows extensions to append
+   additional links to the subtitle of a history page.
  
  === External library changes in 1.32 ===
  * …
@@@ -73,8 -67,6 +75,8 @@@
  * Updated wikimedia/scoped-callback from 1.0.0 to 2.0.0.
  ** ScopedCallback objects can no longer be serialized.
  * Updated wikimedia/wrappedstring from 2.3.0 to 3.0.1.
 +* Updated mediawiki/mediawiki-codesniffer from v20.0.0 to v21.0.0.
 +* Updated composer/spdx-licenses from 1.3.0 to 1.4.0.
  
  ==== New external libraries ====
  * Added wikimedia/xmp-reader 0.5.1
  * (T198935) User list preferences such as `email-blacklist` and similar
    extension preferences are no longer represented as arrays when returned by
    action=query&meta=userinfo&uiprop=options.
 +* 'missingparam' errors will now use the prefixed parameter name in the code
 +  and error text, e.g. "noxxfoo" and "The 'xxfoo' parameter must be set" rather
 +  than "nofoo" and "The 'foo' parameter must be set".
  
  === Action API internal changes in 1.32 ===
  * Added 'ApiParseMakeOutputPage' hook.
@@@ -205,6 -194,9 +207,6 @@@ because of Phabricator reports
    CapsuleMultiselectWidget. The following methods may no longer be used:
    * setItemsFromData: Use setValue instead
    * getItemsData: Use getItems instead and get the data property
 -* LanguageCode::bcp47() now always returns a valid BCP 47 code.  This means
 -  that some MediaWiki-specific language codes, such as `simple`, are mapped
 -  into valid BCP 47 codes (eg `en-simple`).
  
  === Deprecations in 1.32 ===
  * Use of a StartProfiler.php file is deprecated in favour of placing
    'log-show-hide-[type]' format. Instead use 'logeventslist-[type]-log'.
  * Global functions  wfArrayFilter() and wfArrayFilterByKey() are deprecated.
    use array_filter() directly.
 +* The $wgShowSQLErrors global is deprecated and nonfunctional.
 +  Set $wgShowExceptionDetails and/or $wgShowHostnames instead.
 +* The $wgShowDBErrorBacktrace global is deprecated and nonfunctional.
 +  Set $wgShowExceptionDetails instead.
 +* Public access to the DifferenceEngine properties mOldid, mNewid, mOldPage,
 +  mNewPage, mOldContent, mNewContent, mRevisionsLoaded, mTextLoaded and
 +  mCacheHit is deprecated. Use getOldid() / getNewid() for the first two,
 +  do your own lookup for page/content. mNewRev / mOldRev remains public.
 +* The $wgExternalDiffEngine value 'wikidiff2' is deprecated. To use wikidiff2
 +  just enable the PHP extension, and it will be autodetected.
  
  === Other changes in 1.32 ===
  * (T198811) The following tables have had their UNIQUE indexes turned into