X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.19;h=4180a1cbbd62ab5015dfdb1dcba177616f7d0642;hb=9cc16cf3a9c98473a5316d6a66cf7b36e5c127ab;hp=794da3fb80f6452ba1c27a250be34b517a90266b;hpb=ec0584884396e8506f797cef0599f23684569522;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 794da3fb80..4180a1cbbd 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -82,8 +82,6 @@ production. * The default user signature now contains a talk link in addition to the user link. * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason. * Added hook BitmapHandlerCheckImageArea. -* (experimental) $wgRealNameInInterface can be enabled to display a user's - real name in some parts of the interface instead of a username. * (bug 30062) Add $wgDBprefix option to cli installer. * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now also called when checking for 'read' permission. @@ -117,12 +115,16 @@ production. * Extensions can use the RequestContextCreateSkin hook to override what skin is loaded in some contexts. * (bug 33456) Show $wgQueryCacheLimit on cached query pages. +* (bug 10574) Add an option to allow all pages to be exported by Special:Export. +* mediawiki.js Message object constructor is now publicly available as mw.Message. +* (bug 29309) Allow CSS class per tooltip (tipsy). +* (bug 33565) Add accesskey/tooltip to submit buttons on Special:EditWatchlist. +* (bug 17959) Inline rendering/thumbnailing for Gimp XCF images. === Bug fixes in 1.19 === * $wgUploadNavigationUrl should be used for file redlinks if. $wgUploadMissingFileUrl is not set. The first was used for this until the second was introduced in 1.17. -* (bug 25355) Parser generates edit section links for special pages. * (bug 27894) Move 'editondblclick' event listener down from body to div#bodyContent. * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect @@ -219,11 +221,23 @@ production. HTTPS when the local wiki is served over HTTPS. * (bug 33525) clearTagHooks doesn't clear function hooks. * (bug 33523) Function tag hooks don't appear on Special:Version. -* (bug 33321) Adding a line to MediaWiki:Sidebar that contains a pipe, but doesn't - have any pipes after being transformed by MessageCache, causes exception on - all pages. +* Files with IPTC blocks we can't read no longer prevent extraction of exif + or other metadata. +* (bug 33587) Remove action "historysubmit" from history pages. +* (bug 25800) mw.config wgAction should contain the actually performed action instead + of whatever the query value contains. +* (bug 4438) Add CSS hook for current WikiPage action. +* (bug 33703) Common border-bottom color for should inherit default (text) color. +* (bug 33819) Display file sizes in appropriate units. +* (bug 32948) {{REVISIONID}} and related variables are no longer blank after doing + a null edit. +* (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made + the edit. +* (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of + === API changes in 1.19 === +* Made action=edit less likely to return "unknownerror", by returning the actual error + message (which may have come from a hook call or similar) * (bug 19838) siprop=interwikimap can now use the interwiki cache. * (bug 29748) Add API search prefix support. * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks. @@ -252,6 +266,8 @@ production. * (bug 33147) API examples should explain what they do. * (bug 33482) Api incorrectly calls ApiBase::parseMultiValue if allowed values is given as an array. +* (bug 32948) {{REVISIONID}} and related variables are no longer blank after + calling action=purge&forcelinkupdate. === Languages updated in 1.19 === @@ -278,7 +294,7 @@ changes to languages because of Bugzilla reports. been removed from wikibits.js * jquery.mwPrototypes module was renamed to jquery.mwExtension. * The maintenance script populateSha1.php was renamed to the more concise - populateImageSha1.php + populateImageSha1.php. * The Client-IP header is no longer checked for when trying to resolve a client's real IP address. * (bug 22096) Although IE5.x and below was already unsupported officially, stylesheets @@ -294,6 +310,8 @@ changes to languages because of Bugzilla reports. methods have been removed, the variant is now part of the $query argument. * Removed Title::isValidCssJsSubpage(), deprecated since 1.17 in favor of using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage(). +* (bug 24430) Remove number of column for edit field in preference page. +* Support for the deprecated hook MagicWordMagicWords was removed. == Compatibility ==