Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -37,6 +37,7 @@ |
38 | 38 | * (bug 29036) For cascade-protected pages, the mw-textarea-cprotected class is |
39 | 39 | added to the textarea on the edit form. |
40 | 40 | * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) |
| 41 | +* (bug 29067) Creating "user.tokens" module (like user.options) in ResourceLoader. |
41 | 42 | * (bug 28904) Update jQuery version from 1.4.4 to 1.5.2 (the latest update to 1.5) |
42 | 43 | |
43 | 44 | === Bug fixes in 1.19 === |
— | — | @@ -77,6 +78,8 @@ |
78 | 79 | * (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API. |
79 | 80 | * (bug 28272) Special:Allmessages should have only one "Go" button |
80 | 81 | * (bug 29101) Special:FileDuplicateSearch shows silly message |
| 82 | +* (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same |
| 83 | + as lastTabIndex(). |
81 | 84 | |
82 | 85 | === API changes in 1.19 === |
83 | 86 | * BREAKING CHANGE: action=watch now requires POST and token. |
— | — | @@ -97,6 +100,9 @@ |
98 | 101 | * Bhojpuri (bho) (renamed from "bh"). |
99 | 102 | * (bug 29031) When translating block log entries, indefinite, infinite, and |
100 | 103 | infinity are now considered the same. |
| 104 | + |
| 105 | +=== Other changes in 1.19 === |
| 106 | +* Removed legacy wgAjaxWatch javascript global object, no longer in use. |
101 | 107 | |
102 | 108 | == Compatibility == |
103 | 109 | |