Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -61,12 +61,14 @@ |
62 | 62 | responses from ResourceLoader based on whether the request's URL contained a |
63 | 63 | version parameter or not. |
64 | 64 | * $wgResourceLoaderDebug was added to specify the default state of debug mode; |
65 | | - this will still be overridden with the debug URL parameter a la $wgLanguageCode. |
| 65 | + this will still be overridden with the debug URL parameter a la |
| 66 | + $wgLanguageCode. |
66 | 67 | * $wgResourceLoaderInlinePrivateModules was added to specify whether private |
67 | | - modules such as user.options should be embedded in the HTML output or delivered |
68 | | - through a resource loader request, which bypasses server cache (like squid) and |
69 | | - checks the user parameter against $wgUser. The former adds more data to all |
70 | | - pages, while the latter adds a request which cannot be cached server side. |
| 68 | + modules such as user.options should be embedded in the HTML output or |
| 69 | + delivered through a resource loader request, which bypasses server cache (like |
| 70 | + squid) and checks the user parameter against $wgUser. The former adds more |
| 71 | + data to all pages, while the latter adds a request which cannot be cached |
| 72 | + server side. |
71 | 73 | * Removed $wgUpdates for database updates; extension should use |
72 | 74 | DatabaseUpdater::addExtensionUpdate(). |
73 | 75 | |
— | — | @@ -140,7 +142,8 @@ |
141 | 143 | because it encourages edits to be marked minor accidentally and it can be |
142 | 144 | easily replicated by custom user scripts for those who really want it. |
143 | 145 | * Non-file pages can no longer be moved to the file namespace, nor vice versa. |
144 | | -* (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user input |
| 146 | +* (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user |
| 147 | + input |
145 | 148 | * (bug 24563) Entries on Special:WhatLinksHere now have a link to their history |
146 | 149 | * (bug 21503) There's now a "reason" field when creating account for other users |
147 | 150 | * (bug 24418) action=markpatrolled now requires a token |
— | — | @@ -170,7 +173,8 @@ |
171 | 174 | * Special:Version now displays whether a SQLite database supports full-text |
172 | 175 | search. |
173 | 176 | * (bug 24343) New parser hook {{linkurl:}}, same as {{localurl:}} with fragment |
174 | | -* TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader for versioning |
| 177 | +* TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader |
| 178 | + for versioning |
175 | 179 | |
176 | 180 | === Bug fixes in 1.17 === |
177 | 181 | * (bug 17560) Half-broken deletion moved image files to deletion archive |
— | — | @@ -344,7 +348,8 @@ |
345 | 349 | * (bug 25292) SkinSubPageSubtitle hook now passes the Skin object as second |
346 | 350 | parameter |
347 | 351 | * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16) |
348 | | -* (bug 25367) wfShellExec() is more explicit when failing due to disabled passthru() |
| 352 | +* (bug 25367) wfShellExec() is more explicit when failing due to disabled |
| 353 | + passthru() |
349 | 354 | |
350 | 355 | === API changes in 1.17 === |
351 | 356 | * (bug 22738) Allow filtering by action type on query=logevent. |
— | — | @@ -387,7 +392,8 @@ |
388 | 393 | to the local alias. |
389 | 394 | * (bug 24296) Added converttitles parameter to convert titles to their |
390 | 395 | canonical language variant. |
391 | | -* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" parameter. |
| 396 | +* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" |
| 397 | + parameter. |
392 | 398 | * (bug 23936) Add "displaytitle" to query/info API |
393 | 399 | * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and |
394 | 400 | iwtitle |