Merge "skins: Remove 'usemsgcache' and deprecate getDynamicStylesheetQuery"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 29 Sep 2018 02:05:51 +0000 (02:05 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 29 Sep 2018 02:05:51 +0000 (02:05 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -323,8 -323,6 +323,8 @@@ because of Phabricator reports
  * The '--tidy' option to maintenance/parse.php has been removed.  Tidying
    the output is now the default.  Use '--no-tidy' to bypass the tidy
    phase.
 +* The global function wfErrorLog, deprecated since 1.25, has now been removed.
 +  Use MWLoggerLegacyLogger::emit or UDPTransport.
  
  === Deprecations in 1.32 ===
  * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
  * QuickTemplate::msgHtml() and BaseTemplate::msgHtml() have been deprecated
    as they promote bad practises. I18n messages should always be properly
    escaped.
+ * Skin::getDynamicStylesheetQuery() has been deprecated. It always
+   returns action=raw&ctype=text/css which callers should use directly.
  
  === Other changes in 1.32 ===
  * (T198811) The following tables have had their UNIQUE indexes turned into