X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=deeb6b83f50200a9252beffa4083cacfe3dc99f5;hb=6849fde6cb5cd2dbeec66b3aec266391ca363608;hp=47fc80f8638b65496f7c30c0785379c71c5c2c2d;hpb=c265c30d296a0ab558a2a61d904f478560aa1936;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 47fc80f863..deeb6b83f5 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -39,6 +39,7 @@ production. $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" @@ -59,6 +60,8 @@ production. 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. +* MWCryptHKDF added for fast, cryptographically secure random number generation + that won't deplete openssl's entropy pool. === Bug fixes in 1.24 === * (bug 49116) Footer copyright notice is now always displayed in user language @@ -98,6 +101,8 @@ production. 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. +* meta=userinfo can now return the count of unread pages on the watchlist. +* list=watchlist can now filter by unread status. === Languages updated in 1.24 === @@ -128,6 +133,10 @@ changes to languages because of Bugzilla reports. 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. +* SpecialPage no longer supports the syntax for invoking wfSpecial*() functions. + All special pages should subclass SpecialPage and implement the execute() method. +* (bug 63755) The deprecated constants RC_MOVE and RC_MOVE_OVER_REDIRECT were + removed. ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression