Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -9,8 +9,15 @@ |
10 | 10 | |
11 | 11 | This is a beta release 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 | | -production. |
| 13 | +production. |
14 | 14 | |
| 15 | +=== Changes since 1.18 beta 1 === |
| 16 | +* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause |
| 17 | + 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 |
| 21 | + |
15 | 22 | === Configuration changes in 1.18 === |
16 | 23 | * The WantedPages::getSQL hook has been removed and replaced with |
17 | 24 | WantedPages::getQueryInfo. This may break older extensions. |
— | — | @@ -493,11 +500,6 @@ |
494 | 501 | * (bug 32086) Special:PermanentLink now show an error message when no subpage |
495 | 502 | was specified. |
496 | 503 | * (bug 31822) Error during upgrade due to output buffer reset in stdout |
497 | | -* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause |
498 | | - under Microsoft SQL. |
499 | | -* (bug 31990) justify paragraphs pref adds extra space to category listing |
500 | | -* (bug 29912) Unit tests break if parsertest tables are still present |
501 | | -* (bug 20148) Better title for [[Special:Disambiguations]] page |
502 | 504 | |
503 | 505 | === API changes in 1.18 === |
504 | 506 | * BREAKING CHANGE: action=watch now requires POST and token. |