From 93c56b2dc8f61c511f0c528ecf25305c497a3e0d Mon Sep 17 00:00:00 2001 From: Krinkle Date: Tue, 17 May 2011 22:14:00 +0000 Subject: [PATCH] Adding release notes for recent bug fixes and functionality added by me during the Berlin Hackathon 2011 (and the days afterwards) --- RELEASE-NOTES-1.19 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 9e09a71a6d..b1268eae70 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -31,14 +31,16 @@ production. * Three new hooks in Special:Undelete, 'UndeleteForm::showHistory', 'UndeleteForm::showRevision' and 'UndeleteForm::undelete', so that extensions may override the usage of PageArchive class and replace it with their own - class that extends PageArchive + class that extends PageArchive. +* (bug 28915) Implement QUnit test suite for MediaWiki JavaScript. + Also built-in support for distribution through a TestSwarm instance. === Bug fixes in 1.19 === * (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge. * (bug 28868) Show total pages in the subtitle of an image on the -file description page for multi-paged documents. + file description page for multi-paged documents. * (bug 28883) Message names for different compression types commonly -used in Tiff files. + used in Tiff files. * When translcuding a special page, do not let it interpret url parameters. * (bug 28887) Special page classes are no longer re-used during 1 request. * New title field of Special:MovePage is now length limited on client side. @@ -60,6 +62,10 @@ used in Tiff files. LTR/RTL screen layout. * (bug 28992) Revision numbers in the patrol log are transformed in the user language. +* (bug 27073) ResourceLoaderDynamicStyles should be dynamically appended to + the document if it doesn't exist. +* (bug 27023) After dom ready event, using mediawiki.loader.using will + call callback too early. === API changes in 1.19 === * (bug 27790) add query type for querymodules to action=paraminfo -- 2.20.1