X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.19;h=39ac011c55a4873998a58537c1b40d5ae168337a;hb=226b5730a3f1b4dbc6d4c2d53e7c4d6824694e37;hp=b173472d1c592f0c2a407d08ae153cf1a72827cb;hpb=99ee7b7cf65820ebefefc06a2da0d5770ecd2f40;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index b173472d1c..39ac011c55 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -60,6 +60,8 @@ production. SHOW SLAVE STATUS instead of SHOW PROCESSLIST. * Language codes in $wgDummyLanguageCodes are now excluded on localization statistics (maintenance/language/transstat.php) +* (bug 29586) Make the (next 200) links on categories link directly to + the relevant section of the category. === Bug fixes in 1.19 === * (bug 28868) Show total pages in the subtitle of an image on the @@ -123,6 +125,13 @@ production. correctly. * (bug 29567) mw.util.addPortletLink should only wrap link in for "vectorTabs" portlets. +* (bug 8556) Incorrect session failure warning on preview-on-open + namespaces (categories) when combined with $wgRawHtml. +* Use content language in formatting of dates in revertpage message + (rollback revert edit summary) and do not adjust for user timezone. +* (bug 29277) MediaWiki:Filepage.css is also shown on the local wiki +* Make sure Backlink cache does not retrieve interwiki redirects when looking for + redirects to a local page. === API changes in 1.19 === * BREAKING CHANGE: action=watch now requires POST and token.