X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES-1.24;h=a417d1953773c654ee431219912ffb8b46a7e735;hb=0702671f2eb4260b22e3d6aa703398a76e21e685;hp=5d4fc074ed72b7dd95ee329946a72645ee067232;hpb=c4b064f83415ab5b4a5f9aedad20ffd16e599253;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 5d4fc074ed..a417d19537 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -47,6 +47,10 @@ production. * $wgCompiledFiles has been removed. * $wgSortSpecialPages was removed, the listing on Special:SpecialPages is now always sorted. +* Users must be able to edit a page to be able to delete it. +* $wgHTCPMulticastAddress, $wgHTCPMulticastRouting and $wgHTCPPort were removed. +* $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort + and $wgRC2UDPPrefix have been removed. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate @@ -214,6 +218,10 @@ production. to use for the module. This is intended for extensions that want control over the instantiation of their API modules, to allow for proper dependency injection. +* Removed 'props' and 'errors' from action=paraminfo, as they have extremely + limited use and are generally inaccurate, unmaintained, and impossible to + properly maintain. Also removed the corresponding methods from ApiBase and + the 'APIGetPossibleErrors' and 'APIGetResultProperties' hooks. === Languages updated in 1.24 === @@ -234,10 +242,12 @@ changes to languages because of Bugzilla reports. * Added pp_sortkey column to page_props table, so pages can be efficiently queried and sorted by property value (bug 58032). See $wgPagePropsHaveSortkey if you want to postpone the schema change. -* BREAKING CHANGE: The Modern and Cologne Blue skins were moved out of MediaWiki - 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: All four built-in MediaWiki skins (Vector, MonoBook, Modern + and Cologne Blue) were moved out of MediaWiki core to their own respective + repositories. They will be installed with the release tarball, but you must + install them separately if installing MediaWiki from source code. A warning + message displayed until you do it should guide you through the process. See + also . * 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 @@ -313,6 +323,9 @@ changes to languages because of Bugzilla reports. JavaScript is no longer executed in this browser. The IEFixes script, which existed purely to provide support for MSIE versions below 7 and which was conditionally loaded for those browsers, was also removed. +* Action::checkCanExecute() no longer has a return value. +* Removed cleanupForIRC(), loadFromCurRow(), newFromCurRow(), notifyRC2UDP() + and sendToUDP() from RecentChange.php. (deprecated since 1.22) ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression