Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -31,14 +31,16 @@ |
32 | 32 | * Three new hooks in Special:Undelete, 'UndeleteForm::showHistory', |
33 | 33 | 'UndeleteForm::showRevision' and 'UndeleteForm::undelete', so that extensions |
34 | 34 | may override the usage of PageArchive class and replace it with their own |
35 | | - class that extends PageArchive |
| 35 | + class that extends PageArchive. |
| 36 | +* (bug 28915) Implement QUnit test suite for MediaWiki JavaScript. |
| 37 | + Also built-in support for distribution through a TestSwarm instance. |
36 | 38 | |
37 | 39 | === Bug fixes in 1.19 === |
38 | 40 | * (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge. |
39 | 41 | * (bug 28868) Show total pages in the subtitle of an image on the |
40 | | -file description page for multi-paged documents. |
| 42 | + file description page for multi-paged documents. |
41 | 43 | * (bug 28883) Message names for different compression types commonly |
42 | | -used in Tiff files. |
| 44 | + used in Tiff files. |
43 | 45 | * When translcuding a special page, do not let it interpret url parameters. |
44 | 46 | * (bug 28887) Special page classes are no longer re-used during 1 request. |
45 | 47 | * New title field of Special:MovePage is now length limited on client side. |
— | — | @@ -60,6 +62,10 @@ |
61 | 63 | LTR/RTL screen layout. |
62 | 64 | * (bug 28992) Revision numbers in the patrol log are transformed in the user |
63 | 65 | language. |
| 66 | +* (bug 27073) ResourceLoaderDynamicStyles should be dynamically appended to |
| 67 | + the document if it doesn't exist. |
| 68 | +* (bug 27023) After dom ready event, using mediawiki.loader.using will |
| 69 | + call callback too early. |
64 | 70 | |
65 | 71 | === API changes in 1.19 === |
66 | 72 | * (bug 27790) add query type for querymodules to action=paraminfo |