Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -217,6 +217,7 @@ |
218 | 218 | Setting preferences in $wgDefaultUserOptions still work fine, but when reading |
219 | 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 | + User:getDefaultOptions(). |
221 | 222 | * (bug 30497) Add client-nojs and client-js classes on document element |
222 | 223 | to let styles easily hide or show things based on general JS availability |
223 | 224 | |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -17,8 +17,6 @@ |
18 | 18 | * (bug 31204) Removed old user.user_options |
19 | 19 | |
20 | 20 | === New features in 1.19 === |
21 | | -* (bug 30497) Add client-nojs and client-js classes on document element |
22 | | - to let styles easily hide or show things based on general JS availability |
23 | 21 | * (bug 19838) Possibility to get all interwiki prefixes if the interwiki |
24 | 22 | cache is used. |
25 | 23 | * $wgDnsBlacklistUrls now accepts an array with url and key as the |