Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -7,16 +7,34 @@ |
8 | 8 | |
9 | 9 | THIS IS NOT A RELEASE YET |
10 | 10 | |
11 | | -This is a beta release of the MediaWiki 1.18 branch. Please test it and let us |
| 11 | +This is a release candidate of the MediaWiki 1.18 branch. Please test it and let us |
12 | 12 | know what you think of it. Beta releases are not recommended for use in |
13 | 13 | production. |
14 | 14 | |
15 | 15 | === Changes since 1.18 beta 1 === |
| 16 | +* (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment. |
| 17 | +* (bug 32051) Fix description for wlprop=sizes. |
16 | 18 | * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause |
17 | 19 | under Microsoft SQL. |
18 | | -* (bug 29912) Unit tests break if parsertest tables are still present |
19 | | -* (bug 31990) justify paragraphs pref adds extra space to category listing |
20 | | -* (bug 20148) Better title for [[Special:Disambiguations]] page |
| 20 | +* (bug 32100) installer complains about suhosin GET limit. |
| 21 | +* (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between portlets |
| 22 | + on IE 7 and IE 8/9 in compatibility view. |
| 23 | +* (bug 32126) Fix 1.18 regression in watchlist editor when items already removed |
| 24 | + from watchlist. |
| 25 | +* (bug 32183) remove the client-* classes added from user-agent-sniffing onto |
| 26 | + the <html> element. |
| 27 | +* (bug 29912) Unit tests break if parsertest tables are still present. |
| 28 | +* (bug 31694) During installation, tabbing order (cursor focus) goes to logo |
| 29 | + instead of 'continue'. |
| 30 | +* (bug 29102) Upgrade fails "Unknown character set: 'mysql4". |
| 31 | +* (bug 31990) justify paragraphs pref adds extra space to category listing. |
| 32 | +* (bug 20148) Better title for [[Special:Disambiguations]] page. |
| 33 | +* (bug 31502) TOC is missing on Special:EditWatchlist. |
| 34 | +* (bug 32256) API list=search stops at first invalid result. |
| 35 | +* (bug 32047) jquery.tablesorter.js: thead is before caption. |
| 36 | +* (bug 29854) Store protocol-relative links twice in the externallinks table, |
| 37 | + one with http: in el_index and once with https. |
| 38 | +* (bug 31822) Error during upgrade due to output buffer reset in stdout. |
21 | 39 | |
22 | 40 | === Configuration changes in 1.18 === |
23 | 41 | * The WantedPages::getSQL hook has been removed and replaced with |
— | — | @@ -499,7 +517,6 @@ |
500 | 518 | already set above 1024 bytes |
501 | 519 | * (bug 32086) Special:PermanentLink now show an error message when no subpage |
502 | 520 | was specified. |
503 | | -* (bug 31822) Error during upgrade due to output buffer reset in stdout |
504 | 521 | |
505 | 522 | === API changes in 1.18 === |
506 | 523 | * BREAKING CHANGE: action=watch now requires POST and token. |
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -7,16 +7,34 @@ |
8 | 8 | |
9 | 9 | THIS IS NOT A RELEASE YET |
10 | 10 | |
11 | | -This is a beta release of the MediaWiki 1.18 branch. Please test it and let us |
| 11 | +This is a release candidate of the MediaWiki 1.18 branch. Please test it and let us |
12 | 12 | know what you think of it. Beta releases are not recommended for use in |
13 | 13 | production. |
14 | 14 | |
15 | 15 | === Changes since 1.18 beta 1 === |
| 16 | +* (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment. |
| 17 | +* (bug 32051) Fix description for wlprop=sizes. |
16 | 18 | * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause |
17 | 19 | under Microsoft SQL. |
18 | | -* (bug 29912) Unit tests break if parsertest tables are still present |
19 | | -* (bug 31990) justify paragraphs pref adds extra space to category listing |
20 | | -* (bug 20148) Better title for [[Special:Disambiguations]] page |
| 20 | +* (bug 32100) installer complains about suhosin GET limit. |
| 21 | +* (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between portlets |
| 22 | + on IE 7 and IE 8/9 in compatibility view. |
| 23 | +* (bug 32126) Fix 1.18 regression in watchlist editor when items already removed |
| 24 | + from watchlist. |
| 25 | +* (bug 32183) remove the client-* classes added from user-agent-sniffing onto |
| 26 | + the <html> element. |
| 27 | +* (bug 29912) Unit tests break if parsertest tables are still present. |
| 28 | +* (bug 31694) During installation, tabbing order (cursor focus) goes to logo |
| 29 | + instead of 'continue'. |
| 30 | +* (bug 29102) Upgrade fails "Unknown character set: 'mysql4". |
| 31 | +* (bug 31990) justify paragraphs pref adds extra space to category listing. |
| 32 | +* (bug 20148) Better title for [[Special:Disambiguations]] page. |
| 33 | +* (bug 31502) TOC is missing on Special:EditWatchlist. |
| 34 | +* (bug 32256) API list=search stops at first invalid result. |
| 35 | +* (bug 32047) jquery.tablesorter.js: thead is before caption. |
| 36 | +* (bug 29854) Store protocol-relative links twice in the externallinks table, |
| 37 | + one with http: in el_index and once with https. |
| 38 | +* (bug 31822) Error during upgrade due to output buffer reset in stdout. |
21 | 39 | |
22 | 40 | === Configuration changes in 1.18 === |
23 | 41 | * The WantedPages::getSQL hook has been removed and replaced with |
— | — | @@ -101,10 +119,7 @@ |
102 | 120 | * BREAKING CHANGE: Article class heirarchy split into WikiPage (backend) |
103 | 121 | and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead |
104 | 122 | of an Article object. These hooks all use an $article paramater as documented in hooks.txt. |
105 | | - Extensions must be updated to account for this, though most won't require any changes. |
106 | | - Callers using $article->fetchContent() or $article->getContent(), that only want the |
107 | | - current version article text, should use $article->getText() instead. If the Article class |
108 | | - functions are required, an article object can be created using Article::newFromWikiPage(). |
| 123 | + Extensions should be updated to account for this, though most won't require any changes. |
109 | 124 | * (bug 27860) Minor edit after clicking 'new section' tab |
110 | 125 | Now the "This is a minor edit" checkbox is not available when you |
111 | 126 | create a page or new section. |
— | — | @@ -502,7 +517,6 @@ |
503 | 518 | already set above 1024 bytes |
504 | 519 | * (bug 32086) Special:PermanentLink now show an error message when no subpage |
505 | 520 | was specified. |
506 | | -* (bug 31822) Error during upgrade due to output buffer reset in stdout |
507 | 521 | |
508 | 522 | === API changes in 1.18 === |
509 | 523 | * BREAKING CHANGE: action=watch now requires POST and token. |