Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -114,6 +114,8 @@ |
115 | 115 | * (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, due to |
116 | 116 | tests potentially being harmful, not to be run on a production wiki. |
117 | 117 | Enable by setting $wgEnableJavaScriptTest to true. |
| 118 | +* Extensions can use the RequestContextCreateSkin hook to override what skin is |
| 119 | + loaded in some contexts. |
118 | 120 | |
119 | 121 | === Bug fixes in 1.19 === |
120 | 122 | * $wgUploadNavigationUrl should be used for file redlinks if. |
— | — | @@ -152,7 +154,7 @@ |
153 | 155 | due to DST. |
154 | 156 | * (bug 31692) "summary" parameter now also work when undoing revisions. |
155 | 157 | * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was |
156 | | - suppressed. |
| 158 | + suppressed. |
157 | 159 | * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says |
158 | 160 | "create account" when the user cannot create an account. |
159 | 161 | * (bug 31818) 'usercreated' message now supports GENDER. |
— | — | @@ -181,41 +183,39 @@ |
182 | 184 | wgDigitTransformTable depend on page content language so the sort script |
183 | 185 | sorts correctly more often. |
184 | 186 | * (bug 32230) Expose wgRedirectedFrom in JavaScript. |
185 | | -* (bug 31212) History tab not collapsed when the screen is narrow |
| 187 | +* (bug 31212) History tab not collapsed when the screen is narrow. |
186 | 188 | * (bug 15521) Use new section summary when the action of adding a new section |
187 | 189 | also happens to create the page. |
188 | 190 | * (bug 32960) Remove EmailAuthenticationTimestamp from database when a |
189 | 191 | email address is removed. |
190 | 192 | * (bug 32414) Empty page get a empty bytes attribute in Export/Dump. |
191 | 193 | * (bug 33101) Viewing a User or User talk of username resembling IP ending |
192 | | - with .xxx causes Internal error |
| 194 | + with .xxx causes Internal error. |
193 | 195 | * Warning about undefined index in certain situations when $wgLogRestrictions |
194 | 196 | causes the first log type requested to be removed but not the others |
195 | 197 | * Use separate message ('prefixindex-namespace') for title of |
196 | | - Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace |
| 198 | + Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace. |
197 | 199 | * (bug 33156) Special:Block now allows you to confirm you want to block yourself |
198 | | - when using non-normalized username |
| 200 | + when using non-normalized username. |
199 | 201 | * (bug 33246) News icon shown for news:// URLs but not for news: URLs |
200 | 202 | * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting |
201 | 203 | cssText after DOM insertion. |
202 | 204 | * (bug 30711) When adding a new section to a page with section=new, the text is |
203 | | - now always added to the current version of the page |
| 205 | + now always added to the current version of the page. |
204 | 206 | * (bug 31719) Fix uploads of SVGs exported by Adobe Illustrator by expanding |
205 | 207 | XML entities correctly. |
206 | 208 | * (bug 30914) Embeddable ResourceLoader modules (user.options, user.tokens) |
207 | | - should be loaded in <head> for proper dependency resolution |
| 209 | + should be loaded in <head> for proper dependency resolution. |
208 | 210 | * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded |
209 | | - for backward compatibility |
| 211 | + for backward compatibility. |
210 | 212 | * (bug 31469) Make sure tracking category messages expand variables like |
211 | 213 | {{NAMESPACE}} relative to correct title. |
212 | 214 | * (bug 30485 and bug 33434) Style rules for wikitable are now more specific and |
213 | | - prevent inheritance to nested tables which caused various issues |
| 215 | + prevent inheritance to nested tables which caused various issues. |
214 | 216 | * (bug 33454) ISO-8601 week-based year number (format character 'o') is now |
215 | | - calculated correctly with respect to timezone |
| 217 | + calculated correctly with respect to timezone. |
216 | 218 | * (bug 32219) InstantCommons now fetches content from Wikimedia Commons using |
217 | | - HTTPS when the local wiki is served over HTTPS |
218 | | -* (bug 33482) - Api incorrectly calls ApiBase::parseMultiValue if allowed |
219 | | - values is given as an array |
| 219 | + HTTPS when the local wiki is served over HTTPS. |
220 | 220 | * (bug 33525) clearTagHooks doesn't clear function hooks. |
221 | 221 | * (bug 33523) Function tag hooks don't appear on Special:Version. |
222 | 222 | |
— | — | @@ -246,8 +246,8 @@ |
247 | 247 | * (bug 31759) Undefined property notice in querypages API. |
248 | 248 | * (bug 32495) API should allow purge by pageids. |
249 | 249 | * (bug 33147) API examples should explain what they do. |
250 | | -* Extensions can use the RequestContextCreateSkin hook to override what skin is |
251 | | - loaded in some contexts. |
| 250 | +* (bug 33482) Api incorrectly calls ApiBase::parseMultiValue if allowed |
| 251 | + values is given as an array. |
252 | 252 | |
253 | 253 | === Languages updated in 1.19 === |
254 | 254 | |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | * The $variant argument in the hooks for the Title::get{Local,Full,Link,Canonical}URL |
291 | 291 | methods have been removed, the variant is now part of the $query argument. |
292 | 292 | * Removed Title::isValidCssJsSubpage(), deprecated since 1.17 in favor of |
293 | | - using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage() |
| 293 | + using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage(). |
294 | 294 | |
295 | 295 | == Compatibility == |
296 | 296 | |