X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=848e07a66b637f01aba0123b9a67b765d50bd1a9;hb=d5a0ddcca4190d3148f72de7fce56f08b2c42823;hp=fd5c5d7a3543ff4d8ce99d2be8623adbaa5f2677;hpb=ac6029278b4bb2fabe622251f73af4efa57e255f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index fd5c5d7a35..848e07a66b 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -244,9 +244,11 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error. * (bug 36329) Accesskey tooltips for Firefox 14 on Mac should use "ctrl-option-" prefix. * (bug 32552) Drop unused database field cat_hidden from table category. +* (bug 24502) Do not allow multiple language links to the same language. * (bug 40214) Category pages no longer use deprecated "width" HTML attribute. * (bug 39941) Add missing stylesheets to the installer pages * In HTML5 mode, allow new input element types values (such as color, range..) +* (bug 40353) SpecialDoubleRedirect should support for interwiki redirects. === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. @@ -322,6 +324,9 @@ changes to languages because of Bugzilla reports. * Use of __DIR__ instead of dirname( __FILE__ ). * OutputPage::wrapWikiMsg() no longer supports the 'options' parameter. It was not used and complicated migration to Message class. +* Live preview functionality has been improved and moved into the + 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module + has been removed. == Compatibility ==