r88356 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88355‎ | r88356 | r88357 >
Date:22:14, 17 May 2011
Author:krinkle
Status:ok (Comments)
Tags:
Comment:
Adding release notes for recent bug fixes and functionality added by me during the Berlin Hackathon 2011 (and the days afterwards)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -31,14 +31,16 @@
3232 * Three new hooks in Special:Undelete, 'UndeleteForm::showHistory',
3333 'UndeleteForm::showRevision' and 'UndeleteForm::undelete', so that extensions
3434 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.
3638
3739 === Bug fixes in 1.19 ===
3840 * (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge.
3941 * (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.
4143 * (bug 28883) Message names for different compression types commonly
42 -used in Tiff files.
 44+ used in Tiff files.
4345 * When translcuding a special page, do not let it interpret url parameters.
4446 * (bug 28887) Special page classes are no longer re-used during 1 request.
4547 * New title field of Special:MovePage is now length limited on client side.
@@ -60,6 +62,10 @@
6163 LTR/RTL screen layout.
6264 * (bug 28992) Revision numbers in the patrol log are transformed in the user
6365 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.
6470
6571 === API changes in 1.19 ===
6672 * (bug 27790) add query type for querymodules to action=paraminfo

Follow-up revisions

RevisionCommit summaryAuthorDate
r90722Release-note fixes...krinkle17:32, 24 June 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   02:47, 24 June 2011

Please reword in terms of how the behavior was fixed or changed. Adding things like "After dom ready event, using mediawiki.loader.using will call callback too early" is confusing or odd at the least.

Status & tagging log