X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=dcd894322c30b22818922a054ff2a6403a326193;hb=3cb2ccd87863abb8a99ed7d970730ae9e4138fcc;hp=f83ed469c3459242bf45f9acf9bc22f3f22785ad;hpb=422300936d7bd030f2bdbeebb77fc49f681400dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index f83ed469c3..dcd894322c 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -14,6 +14,9 @@ production. * Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch, for using the old schema of the page_props table, in case the respective schema update was not applied. +* $wgSearchEverythingOnlyLoggedIn was removed as the 'searcheverything' + user option was removed. Use $wgNamespacesToBeSearchedDefault instead or + if you used to have $wgDefaultUserOptions['searcheverything'] = 1. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate @@ -32,15 +35,31 @@ production. * (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps jQuery.cookie so that getting/setting a cookie is syntactically and functionally similar to using the WebRequest#getCookie/WebResponse#setcookie methods. -* (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. +* (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. A new configuration option, + $wgIncludejQueryMigrate, also loads the jQuery Migrate hack to let extensions + and gadgets use the long-deprecated functions that were removed in jQuery 1.9. + This option is turned off by default, and will be removed in MediaWiki 1.25. +* (bug 47076) jQuery UI upgraded from 1.8.24 to 1.9.2. * Changes to content typography (fonts, etc.). See https://www.mediawiki.org/wiki/Typography_refresh for further information. * WikitextContent will now render redirects with the expected "redirect" header, rather than as an ordered list. Code calling Article::viewRedirect can probably be changed to no longer special-case redirects. -* (bug 63903) Thumbnails without an explicit size specification are - now resized to a square bounding box. This gives better results for - non-landscape thumbnails. +* Header font set to a serif font stack. See + https://www.mediawiki.org/wiki/Typography_refresh for further information. +* (bug 65567) Added a new hook, "BeforeHttpsRedirect", to allow cancellation of the HTTP + to HTTPS redirect due to forceHTTPS cookie, userRequires, etc. This is only for page views, + since this hook doesn't affect UserLogin, OAuth, CentralAuth, etc. + ATTENTION: This hook is likely to be removed soon due to overall design of the system. +* (bug 17367) It is now possible to add pages to your watchlist from + Special:UnwatchedPages without reloading the special page. +* New methods setVolatile and isVolatile are added to PPFrame, so that + extensions such as Cite.php can mark that their output is volatile and + shouldn't be cached. +* (bug 52817) Advanced search options are now saved on the search page itself, rather + than in a dedicated pane in the preferences panel. +* (bug 44591) The dropdown actions menu (little triangle next to page tabs) in + the Vector skin has gained a label that should make it more discoverable. === Bug fixes in 1.24 === * (bug 49116) Footer copyright notice is now always displayed in user language @@ -71,6 +90,15 @@ production. a particular interwiki map entry. * ApiQueryLogEvents now provides logpage, which is the page ID from the logging table, if ids are requested and the user has the permissions. +* action=edit now requires that appendtext, prependtext, or section=new be used + when using the 'redirect' parameter, to prevent clients accidentally + overwriting the target page with the content of the redirect. +* action=logevents will now return an error if both letitle and leprefix are + specified. +* action=logevents has a new parameter, lenamespace, to allow filtering by + namespace. +* action=expandtemplates has a new parameter, prop, and a new output format. + The old format is still used if prop isn't provided, but this is deprecated. === Languages updated in 1.24 === @@ -95,6 +123,12 @@ changes to languages because of Bugzilla reports. core to their own respective repositories. See also https://www.mediawiki.org/wiki/Skin:Modern and https://www.mediawiki.org/wiki/Skin:CologneBlue. +* BREAKING CHANGE: Skins built for MediaWiki 1.15 and earlier that do not use + the "headelement" template key are no longer supported. Setting + $useHeadElement = false; is no longer supported and will not cause old keys + like "headlinks", "skinnameclass", etc. to be defined. +* The deprecated 'SpecialVersionExtensionTypes' hook was removed. +* (bug 63891) Add 'X-Robots-Tag: noindex' header in action=render pages. ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression