Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -202,6 +202,14 @@ |
203 | 203 | * Introduced $wgVaryOnXFPForAPI which will cause the API to send |
204 | 204 | Vary: X-Forwarded-Proto headers. |
205 | 205 | * New maintenance script to refresh image metadata (maintenance/refreshImageMetadata.php) |
| 206 | +* (bug 16428) Include permalink in printable version |
| 207 | +* (bug 30940) Add a hook in User:getDefaultOptions. |
| 208 | + To give extensions a better and more flexible way of providing default |
| 209 | + values for preferences a hook has been introdiced in User:getDefaultOptions(). |
| 210 | + Setting preferences in $wgDefaultUserOptions still work fine, but when reading |
| 211 | + them (i.e. with array_keys) to get a list of all preferences, then |
| 212 | + $wgDefaultUserOptions should no longer be used as it will contain those set via |
| 213 | + User:getDefaultOptions(). |
206 | 214 | * (bug 30722) Add an identity collation that sorts things based on what the |
207 | 215 | unicode code point is (aka pre-1.17 behaviour) |
208 | 216 | |