Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | To give extensions a better and more flexible way of providing default |
217 | 217 | values for preferences a hook has been introdiced in User:getDefaultOptions(). |
218 | 218 | Setting preferences in $wgDefaultUserOptions still work fine, but when reading |
219 | | - them (i.e. with array_keys) to get a list of all preferences, then |
| 219 | + them (i.e. with array_keys) to get a list of all preferences, then |
220 | 220 | $wgDefaultUserOptions should no longer be used as it will contain those set via |
221 | 221 | User:getDefaultOptions(). |
222 | 222 | |
— | — | @@ -634,6 +634,7 @@ |
635 | 635 | * (bug 30864) Use bengali numerals for <ol> for Assamese |
636 | 636 | * (bug 30817) Restored linktrail for kk (Kazakh) |
637 | 637 | * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces |
| 638 | +* (bug 30846) New LanguageOs class |
638 | 639 | |
639 | 640 | === Other changes in 1.18 === |
640 | 641 | * Removed legacy wgAjaxWatch javascript global object, no longer in use. |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -117,7 +117,6 @@ |
118 | 118 | |
119 | 119 | * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language. |
120 | 120 | * (bug 30217) Make pt-br a fallback of pt |
121 | | -* (bug 30846) New LanguageOs class |
122 | 121 | |
123 | 122 | === Other changes in 1.19 === |
124 | 123 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |