Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -169,7 +169,7 @@ |
170 | 170 | * (bug 10655) Show standard tool links for blocked users in block log messages |
171 | 171 | * Show standard tool links for blocked users in Special:Ipblocklist |
172 | 172 | * Miscellaneous aesthetic improvements to Special:Ipblocklist |
173 | | -* (bug 10826) Added linktrail with cyrillic characters for Mongolian language |
| 173 | +* (bug 10826) Added link trail with Cyrillic characters for Mongolian language |
174 | 174 | |
175 | 175 | == Bugfixes since 1.10 == |
176 | 176 | |
— | — | @@ -352,9 +352,9 @@ |
353 | 353 | * (bug 8878) Changes to $dateFormats in German localization (removing unused, |
354 | 354 | nonexistent formats, putting time after date) |
355 | 355 | * (bug 10769) Database::update() should return boolean result |
356 | | -* Fix RTL display of the preferences: checkboxes were indented to the right, |
357 | | - hidden in IE in some cases. |
358 | | -* Fix RTL display of the upload form. |
| 356 | +* Fix preference checkbox display for right-to-left languages which caused |
| 357 | + them to be hidden in IE in some cases |
| 358 | +* Fix upload form display in right-to-left languages |
359 | 359 | * Fixed regression in blocking of username '0' |
360 | 360 | * (bug 9437) Don't overwrite edit form submission handler when setting up |
361 | 361 | edit box scroll position preserve/restore behaviour |
— | — | @@ -363,13 +363,11 @@ |
364 | 364 | * (bug 10765) img_auth.php will now refuse logged-out requests where |
365 | 365 | $wgWhitelistRead is undefined, instead of (incorrectly) honouring them |
366 | 366 | * Fixed img_auth.php file name extraction for whitelist checking |
367 | | -* Fixed a display problem in the E-mail part of the preferences page when |
368 | | - the E-mail is not confirmed: the notice about it was in the same line as |
369 | | - a preference. |
| 367 | +* Tweak spacing of email preference display |
370 | 368 | * Table sorting JavaScript prefers textContent over innerText to allow hidden |
371 | 369 | sort keys to work on Safari |
372 | | -* (bug 4530) fix local name of Kurdish |
373 | | -* (bug 10830) fix local name Haitian Creole |
| 370 | +* (bug 4530) Fix local name of Kurdish language |
| 371 | +* (bug 10830) Fix local name Haitian Creole language |
374 | 372 | |
375 | 373 | == API changes since 1.10 == |
376 | 374 | |