Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -25,6 +25,8 @@ |
26 | 26 | * (bug 31417) New ID mw-content-text around the actual page text, without categories, |
27 | 27 | contentSub, ... The same div often also contains the class mw-content-ltr/rtl. |
28 | 28 | * (bug 35303) Proxy and DNS blacklist blocking works again |
| 29 | +* (bug 35294) jquery.byteLimit shouldn't set element specific variables outside |
| 30 | + the "return this.each" loop. |
29 | 31 | |
30 | 32 | === Configuration changes in 1.19 === |
31 | 33 | * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. |
— | — | @@ -282,8 +284,6 @@ |
283 | 285 | * (bug 12262) Indents and lists are now aligned |
284 | 286 | * (bug 34972) An error occurred while changing your watchlist settings for |
285 | 287 | [[Special:WhatLinksHere/Example]] |
286 | | -* (bug 35294) jquery.byteLimit shouldn't set element specific variables outside |
287 | | - the "return this.each" loop. |
288 | 288 | |
289 | 289 | === API changes in 1.19 === |
290 | 290 | * Made action=edit less likely to return "unknownerror", by returning the actual error |