diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2011-05-02 16:23:37 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2011-05-02 16:23:37 +0000 |
commit | 02cee91b50a58a26afb260111353aadb63b91298 (patch) | |
tree | a0e5553da3a5fb0e02d237e152653f0219770623 | |
parent | f060a8849ec7920e3e040a26a8a61fd892899d35 (diff) | |
download | mediawikicore-02cee91b50a58a26afb260111353aadb63b91298.tar.gz mediawikicore-02cee91b50a58a26afb260111353aadb63b91298.zip |
Move 2 bugs, fix inline double space
Fix typo
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87252
-rw-r--r-- | RELEASE-NOTES | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 04f508b1f672..9313cc9d6fd2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -354,7 +354,7 @@ files are used instead. * (bug 22541) Support image redirects when using ForeignAPIRepo. * (bug 22967) Make edit summary length cut-off behave correctly for multibyte characters. -* (bug 8689) Long numeric lines no longer kill the parser. +* (bug 8689) Long numeric lines no longer kill the parser. * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the $noRedir parameter is set to true * (bug 23688) Correct mime types for Office 2007 OpenXML documents. @@ -555,6 +555,10 @@ files are used instead. (i.e. old one empty) in user preferences * (bug 26458) Section edit links appear on pages that user does not have right to edit * (bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition. +* (bug 16886) Sister projects box moves down the extract of the first result + in IE 7. + * (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" + parameter. === API changes in 1.17 === * BREAKING CHANGE: action=patrol now requires POST @@ -563,7 +567,7 @@ files are used instead. * (bug 24650) Fix API to work with categorylinks changes * action=parse now correctly returns an error for nonexistent pages * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs -* (bug 26560) On allusers if limit < total number of users, last user gets duplicate +* (bug 26560) On allusers if limit < total number of users, last user gets duplicated * (bug 27715) imageinfo didn't respect revdelete * (bug 27479) API error when using both prop=pageprops and prop=info&inprop=displaytitle @@ -600,8 +604,6 @@ files are used instead. * (bug 23473) Give description of properties on all modules * (bug 24136) unknownerror when adding new section without summary, but forceditsummary -* (bug 16886) Sister projects box moves down the extract of the first result - in IE 7. * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result * (bug 24303) Added new &servedby parameter to all actions which adds the hostname that served the request to the result. It is also added @@ -611,8 +613,6 @@ files are used instead. to the local alias. * (bug 24296) Added converttitles parameter to convert titles to their canonical language variant. -* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" - parameter. * (bug 23936) Add "displaytitle" to query/info API * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and iwtitle |