Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -370,11 +370,6 @@ |
371 | 371 | return str; |
372 | 372 | }; |
373 | 373 | |
374 | | -/* Dummy for deprecated function */ |
375 | | -window.ta = []; |
376 | | -window.akeytt = function( doId ) { |
377 | | -}; |
378 | | - |
379 | 374 | window.checkboxes = undefined; |
380 | 375 | window.lastCheckbox = undefined; |
381 | 376 | |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -233,7 +233,7 @@ |
234 | 234 | changes to languages because of Bugzilla reports. |
235 | 235 | |
236 | 236 | * Canadian English (en-ca) (new). |
237 | | -* Norwegian (bokmål) (nb) (renamed from no). |
| 237 | +* Norwegian (bokmål) (nb) (renamed from no). |
238 | 238 | * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language. |
239 | 239 | * (bug 30217) Make pt-br a fallback of pt. |
240 | 240 | * (bug 31193) Set fallback language of Assamese from Bengali to English. |
— | — | @@ -245,6 +245,8 @@ |
246 | 246 | * (bug 33367) Gendered namespaces for Czech |
247 | 247 | |
248 | 248 | === Other changes in 1.19 === |
| 249 | +* BREAKING CHANGE: Legacy global array 'ta' and global function 'akeytt' have |
| 250 | + been removed from wikibits.js |
249 | 251 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |
250 | 252 | * The maintenance script populateSha1.php was renamed to the more concise |
251 | 253 | populateImageSha1.php |
— | — | @@ -284,6 +286,10 @@ |
285 | 287 | 1.19 has several database changes since 1.18, and will not work without schema |
286 | 288 | updates. |
287 | 289 | |
| 290 | +As of 1.19 several JavaScript interfaces that were deprecated or superseeded in |
| 291 | +MediaWiki 1.17, MediaWiki 1.16 or even earlier have been removed. They are |
| 292 | +listed at the top of the "Other changes" list as a "BREAKING CHANGE". |
| 293 | + |
288 | 294 | If upgrading from before 1.11, and you are using a wiki as a commons |
289 | 295 | repository, make sure that it is updated as well. Otherwise, errors may arise |
290 | 296 | due to database schema changes. |