X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.22;h=2c3a5893b1fa0568e5fdf4deba96d668ac69e957;hb=6cfa67cd24c5de5af3a242564e197b93f224b74a;hp=4fb948a8ee546918afaeb7fe953044119fdaa13a;hpb=2ab7c9ec3b894d3b96d274b550e88941599f2d41;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 4fb948a8ee..2c3a5893b1 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,6 +237,11 @@ 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. +* ResourceLoader supports hashes as module cache invalidation trigger (instead + of or in addition to timestamps). +* Added $wgExtensionEntryPointListFiles for use in mergeMessageFileList.php. +* Added a hook, APIQuerySiteInfoStatisticsInfo, to allow extensions to modify + the output of the API query meta=siteinfo&siprop=statistics === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one @@ -314,6 +324,8 @@ production. * (bug 6200) line breaks in
are handled like they are in
* (bug 14931) Default character set now set to 'utf8' when a new MySQL database is created. +* (bug 47191) Fixed "Column 'si_title' cannot be part of FULLTEXT index" + MySQL error when installing using the binary character set option. === API changes in 1.22 === * (bug 25553) The JSON output formatter now leaves forward slashes unescaped @@ -370,6 +382,11 @@ production. * (bug 49090) Token-getting functions will fail when using jsonp callbacks. * (bug 52699) action=upload returns normalized file name on warning "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=== @@ -470,6 +487,12 @@ changes to languages because of Bugzilla reports. The skins/common/wikiprintable.css file no longer exists. Return value of Skin#commonPrintStylesheet is ignored. Please use the 'mediawiki.legacy.commonPrint' module instead or base your skin on SkinTemplate. +* (bug 49629) The hook ExtractThumbParamaters has been deprecated in favour + of media handler overriding MediaHandler::parseParamString. +* (bug 46512) The collapsibleNav feature from the Vector extension has been moved + to the Vector skin in core. +* SpecialRecentChanges::addRecentChangesJS() function has been renamed + to addModules() and made protected. == Compatibility ==