r103318 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103317‎ | r103318 | r103319 >
Date:13:00, 16 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Fill up, and synchronise RELEASE-NOTES-1.18
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -7,16 +7,34 @@
88
99 THIS IS NOT A RELEASE YET
1010
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
1212 know what you think of it. Beta releases are not recommended for use in
1313 production.
1414
1515 === 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.
1618 * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
1719 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.
2139
2240 === Configuration changes in 1.18 ===
2341 * The WantedPages::getSQL hook has been removed and replaced with
@@ -499,7 +517,6 @@
500518 already set above 1024 bytes
501519 * (bug 32086) Special:PermanentLink now show an error message when no subpage
502520 was specified.
503 -* (bug 31822) Error during upgrade due to output buffer reset in stdout
504521
505522 === API changes in 1.18 ===
506523 * BREAKING CHANGE: action=watch now requires POST and token.
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -7,16 +7,34 @@
88
99 THIS IS NOT A RELEASE YET
1010
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
1212 know what you think of it. Beta releases are not recommended for use in
1313 production.
1414
1515 === 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.
1618 * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
1719 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.
2139
2240 === Configuration changes in 1.18 ===
2341 * The WantedPages::getSQL hook has been removed and replaced with
@@ -101,10 +119,7 @@
102120 * BREAKING CHANGE: Article class heirarchy split into WikiPage (backend)
103121 and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead
104122 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.
109124 * (bug 27860) Minor edit after clicking 'new section' tab
110125 Now the "This is a minor edit" checkbox is not available when you
111126 create a page or new section.
@@ -502,7 +517,6 @@
503518 already set above 1024 bytes
504519 * (bug 32086) Special:PermanentLink now show an error message when no subpage
505520 was specified.
506 -* (bug 31822) Error during upgrade due to output buffer reset in stdout
507521
508522 === API changes in 1.18 ===
509523 * BREAKING CHANGE: action=watch now requires POST and token.

Status & tagging log