Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -354,7 +354,7 @@ |
355 | 355 | * (bug 22541) Support image redirects when using ForeignAPIRepo. |
356 | 356 | * (bug 22967) Make edit summary length cut-off behave correctly for |
357 | 357 | multibyte characters. |
358 | | -* (bug 8689) Long numeric lines no longer kill the parser. |
| 358 | +* (bug 8689) Long numeric lines no longer kill the parser. |
359 | 359 | * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if |
360 | 360 | the $noRedir parameter is set to true |
361 | 361 | * (bug 23688) Correct mime types for Office 2007 OpenXML documents. |
— | — | @@ -555,6 +555,10 @@ |
556 | 556 | (i.e. old one empty) in user preferences |
557 | 557 | * (bug 26458) Section edit links appear on pages that user does not have right to edit |
558 | 558 | * (bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition. |
| 559 | +* (bug 16886) Sister projects box moves down the extract of the first result |
| 560 | + in IE 7. |
| 561 | + * (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" |
| 562 | + parameter. |
559 | 563 | |
560 | 564 | === API changes in 1.17 === |
561 | 565 | * BREAKING CHANGE: action=patrol now requires POST |
— | — | @@ -563,7 +567,7 @@ |
564 | 568 | * (bug 24650) Fix API to work with categorylinks changes |
565 | 569 | * action=parse now correctly returns an error for nonexistent pages |
566 | 570 | * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs |
567 | | -* (bug 26560) On allusers if limit < total number of users, last user gets duplicate |
| 571 | +* (bug 26560) On allusers if limit < total number of users, last user gets duplicated |
568 | 572 | * (bug 27715) imageinfo didn't respect revdelete |
569 | 573 | * (bug 27479) API error when using both prop=pageprops and |
570 | 574 | prop=info&inprop=displaytitle |
— | — | @@ -600,8 +604,6 @@ |
601 | 605 | * (bug 23473) Give description of properties on all modules |
602 | 606 | * (bug 24136) unknownerror when adding new section without summary, but |
603 | 607 | forceditsummary |
604 | | -* (bug 16886) Sister projects box moves down the extract of the first result |
605 | | - in IE 7. |
606 | 608 | * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result |
607 | 609 | * (bug 24303) Added new &servedby parameter to all actions which adds the |
608 | 610 | hostname that served the request to the result. It is also added |
— | — | @@ -611,8 +613,6 @@ |
612 | 614 | to the local alias. |
613 | 615 | * (bug 24296) Added converttitles parameter to convert titles to their |
614 | 616 | canonical language variant. |
615 | | -* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" |
616 | | - parameter. |
617 | 617 | * (bug 23936) Add "displaytitle" to query/info API |
618 | 618 | * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and |
619 | 619 | iwtitle |