Prefer textContent over innerText to allow hidden sort keys to work on Safari.
[lhc/web/wiklou.git] / RELEASE-NOTES
index 95e9a79..a3a8344 100644 (file)
@@ -169,6 +169,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 10655) Show standard tool links for blocked users in block log messages
 * Show standard tool links for blocked users in Special:Ipblocklist
 * Miscellaneous aesthetic improvements to Special:Ipblocklist
+* (bug 10826) Added linktrail with cyrillic characters for Mongolian language
 
 == Bugfixes since 1.10 ==
 
@@ -362,6 +363,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 10765) img_auth.php will now refuse logged-out requests where
   $wgWhitelistRead is undefined, instead of (incorrectly) honouring them
 * Fixed img_auth.php file name extraction for whitelist checking
+* Fixed a display problem in the E-mail part of the preferences page when
+  the E-mail is not confirmed: the notice about it was in the same line as
+  a preference.
+* Table sorting JavaScript prefers textContent over innerText to allow hidden
+  sort keys to work on Safari
 
 == API changes since 1.10 ==