Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -248,6 +248,7 @@ |
249 | 249 | * The name attribute of HTMLForm fields can now be overridden by passing a |
250 | 250 | 'name' key in the descriptor array. Hidden field names are now treated |
251 | 251 | consistently with other fields and, by default, prefixed with 'wp'. |
| 252 | +* (bug 27402) Add support for disabling MWSuggest |
252 | 253 | |
253 | 254 | === Bug fixes in 1.17 === |
254 | 255 | * (bug 17560) Half-broken deletion moved image files to deletion archive |
— | — | @@ -530,6 +531,24 @@ |
531 | 532 | * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if intl installed. |
532 | 533 | * (bug 26729) Category pages should return 404 if they do not exist and have no |
533 | 534 | members. |
| 535 | +* (bug 28214) When page not found, sends malformed HTTP/1.x instead of HTTP/1.1 in header |
| 536 | + of response |
| 537 | +* (bug 27634) TOC title appears in wrong language |
| 538 | +* (bug 27761) Fix regression: pages with Esperanto titles containing convertible character |
| 539 | + sequences became unreachable |
| 540 | +* (bug 27508) SVGMetadataExtractor takes too much resources on huge svg's |
| 541 | +* (bug 27465) SVG thumbnail generation |
| 542 | +* (bug 27467) preload can leave UNIQ |
| 543 | +* (bug 27539) Allow attributes beginning with a digit in wiktext tag parameters |
| 544 | +* (bug 27328) using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17 |
| 545 | +* (bug 27333) Fix repetitive last-seen time queries on page history |
| 546 | +* (bug 26250, bug 23817) Fix wfObjectToArray() to descend into arrays; fixes processing of |
| 547 | + JSON return values for ForeignAPIRepo when native json module not present |
| 548 | +* (bug 25675) Fix search suggestions for Special: pages with spaces |
| 549 | +* (bug 25571) Xml::encodeJsVar now passes floats natively instead of converting to strings |
| 550 | +* (bug 27338) Gallery in 1.17 breaks for audio/video + ogghandler |
| 551 | +* (bug 27302) Don't append the current timestamp for user/site modules when no user/site JS/CSS |
| 552 | + is present |
534 | 553 | |
535 | 554 | === API changes in 1.17 === |
536 | 555 | * BREAKING CHANGE: action=patrol now requires POST |
— | — | @@ -647,6 +666,7 @@ |
648 | 667 | * (bug 26219) Show API limits for multi values in description |
649 | 668 | * (bug 28070) Fix watchlist RSS for databases that store timestamps in a |
650 | 669 | real timestamp field. |
| 670 | +* (bug 27722) list=filearchive now supports revdel |
651 | 671 | |
652 | 672 | === Languages updated in 1.17 === |
653 | 673 | |
— | — | @@ -666,7 +686,6 @@ |
667 | 687 | * Rusyn (rue) (new) |
668 | 688 | * Link trail added for sl and sh |
669 | 689 | * (bug 27633) Add characters to linkTrail for Potuguese (pt and pt-br) |
670 | | - |
671 | 690 | * (bug 23156) Commafy and search normalization updated for Belarusian |
672 | 691 | (Taraškievica). |
673 | 692 | * (bug 23283) Native name for Old English -> Ænglisc. |
— | — | @@ -676,6 +695,9 @@ |
677 | 696 | * (bug 24917) Polish as fallback for Kashubia. |
678 | 697 | * (bug 24794) Tatar link trail updated. |
679 | 698 | * Esperanto date format corrected. |
| 699 | +* (bug 28159) Change interwiki name of language kbd to Къэбэрдеибзэ / |
| 700 | + Qabardjajəbza |
| 701 | +* (bug 28184) Namespaces for the Latgalian Wikipedia |
680 | 702 | |
681 | 703 | == Compatibility == |
682 | 704 | |