X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.22;h=a365da61590d5c28c5d91b54501658efc3800b74;hb=26e908fd1d9be498d16cf6e350f8a6b7e91a5fcc;hp=0e3e222d364e4891b41ed36683378c52eed2261c;hpb=9d61e518b2a7e717523597ea42acecb030482d61;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 0e3e222d36..a365da6159 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -56,6 +56,11 @@ production. multiple destinations to be specified. * (bug 53862) portal-url, currentevents-url and helppage have been removed from the default Sidebar. +* The 'vector-simplesearch' preference is now enabled by default. Previously + it was only enabled if the Vector extension was installed. +* The precise format of metric datagrams produced by the UDP profiler and stats counter + may now be specified as $wgUDPProfilerFormatString and $wgStatsFormatString, + respectively. === New features in 1.22 === * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes. @@ -213,8 +218,8 @@ production. and Special:AllMyUploads respectively. * IPv6 addresses in X-Forwarded-For headers are now normalised before checking against allowed proxy lists. -* Add deferrable update support for callback/closure -* Add TitleMove hook before page renames +* Add deferrable update support for callback/closure. +* Add TitleMove hook before page renames. * Revision deletion backend code is moved out of SpecialRevisiondelete * Add a variable (wgRedactedFunctionArguments) to redact the values sent as certain function parameters from exception stack traces. @@ -232,8 +237,9 @@ production. for more details regarding custom functions. ** $wgResourceLoaderLESSImportPaths is an array of file system paths. Files referenced in LESS '@import' statements are looked up here first. -* Added meta=filerepoinfo API module for getting information about foreign - image repositories, and related ForeignAPIRepo methods getInfo and getApiUrl. +* ResourceLoader supports hashes as module cache invalidation trigger (instead + of or in addition to timestamps). +* Added $wgExtensionEntryPointListFiles for use in mergeMessageFileList.php. === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one @@ -376,6 +382,9 @@ production. "exists-normalized" instead of filename to be uploaded to. * (bug 53884) action=edit will now return an error when the specified section does not exist in the page. +* Added meta=filerepoinfo API module for getting information about foreign + file repositories, and related ForeignAPIRepo methods getInfo and getApiUrl. +* The new query module list=allfileusages to enumerate file usages was added. === Languages updated in 1.22===