X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=d0a8ec7d6b40c880d660842919dd933207433b9d;hb=59002d8935e48d1e6c0640b0f7102c9ff6dd2ef5;hp=44469cba77a3b1aaf6f77c0df6971334d4afedac;hpb=0d2ed32e08fb3d92f1e7cb9804ce44351295256b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 44469cba77..d0a8ec7d6b 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -56,6 +56,7 @@ production. * $wgLicenseTerms has been removed as it was unused. * $wgProfileOnly is now deprecated; set the log file in $wgDebugLogGroups['profileoutput'] to replace it. +* $wgMaxBacklinksInvalidate was removed; use $wgJobBackoffThrottling instead === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. @@ -138,12 +139,17 @@ production. installer has been updated to use it. * Changes to content typography (fonts, line-height, etc.). See https://www.mediawiki.org/wiki/Typography_refresh for further information. +* The Vector skin's visual treatment of external links has been simplified to a + single icon (from nine). This should not affect local rules unless they were + re-using these icons, which have now been deleted. * ResourceLoader: mw.loader.using() now implements a Promise interface. * Add new hook ChangesListInitRows accessed via ChangesList::initChangesListRows. If called by the ChangesList consumer this gives extensions a chance to batch process the result set prior to rendering. * A PoolCounterRedis class was added which can be make use of in $wgPoolCounterConf. This requires at least one Redis 2.6+ server. +* $wgProfileToDatabase was removed. Set $wgProfiler to ProfilerSimpleDB + in StartProfiler.php instead of using this. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent @@ -244,6 +250,8 @@ production. included in all searches. * Added list=prefixsearch that works like action=opensearch but can be used as a generator. +* (bug 24782) Various modules will now use unique continuation parameters. +* (bug 63249) Cache RecentChanges Atom feed in varnish for 15 seconds. === Languages updated in 1.23 === @@ -333,6 +341,13 @@ changes to languages because of Bugzilla reports. * The locations of resources have been split between upstream libraries, now in resources/lib/, local libaries in resources/src/, and local forks of upstream libraries, also in resources/src/. +* BREAKING CHANGE: The automatically-generated function closure with which + ResourceLoader wraps all modules' JavaScript code now binds the identifier + names 'jQuery' and '$' to the jQuery object of the version of jQuery that is + bundled with MediaWiki. If you bind these names to other objects in global + scope (like Zepto.js or document.querySelectorAll, for example) you will need + to use different names to or re-bind them at the top of each + ResourceLoader-loaded module. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18)