Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -137,6 +137,9 @@ |
138 | 138 | * (bug 6100) Allow different directionality (LTR/RTL) for user interface |
139 | 139 | and wiki content, when $wgBetterDirectionality is enabled, along with |
140 | 140 | many RTL improvements (such as bugs 28030, 12406, 28349) |
| 141 | +* (bug 29712) Removed broken defaultUserOptionOverrides in MessagesXx files and |
| 142 | + unneeded CSS flipping of quickbar. Instead, introduce option 5 which sets |
| 143 | + left/right according to the directionality of your interface language. |
141 | 144 | |
142 | 145 | === API changes in 1.19 === |
143 | 146 | * BREAKING CHANGE: action=watch now requires POST and token. |