Merge "Support GENDER in MediaWiki:Blockip and Special:Block"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 9 Aug 2014 16:25:30 +0000 (16:25 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 9 Aug 2014 16:25:30 +0000 (16:25 +0000)
1  2 
RELEASE-NOTES-1.24
includes/SkinTemplate.php
languages/i18n/cs.json
languages/i18n/en.json

@@@ -88,70 -55,11 +88,71 @@@ production
  * 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 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.
 +* MWCryptHKDF added for fast, cryptographically secure random number generation
 +  that won't deplete openssl's entropy pool.
 +* ResourceLoader: File modules can now provide a skip function that uses an
 +  inline feature test to bypass loading of the module.
 +* (bug 20210) Special pages may now provide autocompletion of their subpage
 +  names in search suggestions. Right now the only useful implementation is in
 +  Special:Log, but more are to come.
 +* Special:MostLinkedTemplates is no longer limited to transclusions from the
 +  Template namespace.
 +* Skins can now use 'remoteSkinPath' when defining ResourceLoader modules.
 +  This works the same as 'remoteExtPath' but is relative to the skins/ folder
 +  instead of the extensions/ folder.
 +* Added the json2.js polyfill for the ES5 JSON.stringify and JSON.parse methods.
 +  Exposed as module "json" with a skip function to optimise loading.
 +* Extensions and skins may now use 'namemsg' in $wgExtensionCredits in addition
 +  to 'name', to allow for the name to be localizable. 'name' should still be
 +  specified for backwards-compatibility and to define the path Special:Version
 +  uses to find extension license information.
 +* Browser tests are now included to verify basic wiki functionality in developer
 +  environments. For details on running tests, see tests/browser/README.mediawiki.
 +* Upgrade jStorage to v0.4.10.
 +* {{!}} is now a magic word that produces the | character. This removes the need
 +  for Template:! for purposes such as passing pipes inside of parameters.
 +* (bug 20790) The block log snippet on Special:Contributions and while
 +  editing user and user talk pages now works for IP range blocks.
 +* (bug 9360) Added ability to change the page language for MediaWiki pages using
 +  Special:PageLanguage. All pages are set to wiki language by default.
 +  The feature needs to be enabled with $wgPageLanguageUseDB=true and
 +  permission needs to be set for 'pagelang'.
 +* Upgrade Moment.js to v2.7.0.
 +* (bug 67042) Added support for the HTML5 <rtc> tag for East Asian typography.
 +* Upgrade Sinon.JS to 1.10.3.
 +* Added the es5-shim polyfill for older or non-compliant javascript engines.
 +* Upgrade jQuery Cookie to v1.3.1.
 +* (bug 20476) Add a "viewsuppressed" user right to be able to view
 +  suppressed content but not suppress it ("suppressrevision" right).
 +* (bug 66440) The MediaWiki web installer will now allow you to choose the skins
 +  to enable (from the ones included in download tarball) and decide which one
 +  should be the default.
 +* (bug 68085, 68802) Links like [[localInterwikiPrefix:languageCode:pageTitle]],
 +  where localInterwikiPrefix is a member of the $wgLocalInterwikis array, will
 +  no longer be displayed in the sidebar when $wgInterwikiMagic is true. In a
 +  similar way, links like [[localInterwikiPrefix:File:Image.png]] and
 +  [[localInterwikiPrefix:Category:Hello]] will now render as regular links, and
 +  will not include the file or add the page to the category.
 +* New special page, MyLanguages, to redirect users to subpages with localised
 +  versions of a page. (Integrated from Extension:Translate)
 +* MediaWiki now supports multiple password types, including bcrypt and PBKDF2.
 +  The default type can be changed with $wgPasswordDefault and the type
 +  configurations can be changed with $wgPasswordConfig.
 +* Skins can now define custom styles for default ResourceLoader modules using
 +  the $wgResourceModuleSkinStyles global. See the Vector skin for examples.
 +* (bug 4488) There is now a preference to watch pages where the user has
 +  rollbacked an edit by default.
 +* (bug 15484) Users will now be redirected to the login page when they need to
 +  log in, rather than being shown a page asking them to log in and having to click
 +  another link to actually get to the login page.
 +* A JSONContent and JSONContentHandler were added for extensions to extend.
  
  === Bug fixes in 1.24 ===
+ * (bug 50572) MediaWiki:Blockip should support gender
  * (bug 49116) Footer copyright notice is now always displayed in user language
    rather than content language (same as copyright notice for editing interface).
  * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height
Simple merge
Simple merge
Simple merge