https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103318
Revision: 103318
Author: reedy
Date: 2011-11-16 13:00:56 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
Fill up, and synchronise RELEASE-NOTES-1.18
Modified Paths:
--------------
branches/REL1_18/phase3/RELEASE-NOTES-1.18
trunk/phase3/RELEASE-NOTES-1.18
Modified: branches/REL1_18/phase3/RELEASE-NOTES-1.18
===================================================================
--- branches/REL1_18/phase3/RELEASE-NOTES-1.18 2011-11-16 12:51:31 UTC (rev
103317)
+++ branches/REL1_18/phase3/RELEASE-NOTES-1.18 2011-11-16 13:00:56 UTC (rev
103318)
@@ -7,16 +7,34 @@
THIS IS NOT A RELEASE YET
-This is a beta release of the MediaWiki 1.18 branch. Please test it and let us
+This is a release candidate of the MediaWiki 1.18 branch. Please test it and
let us
know what you think of it. Beta releases are not recommended for use in
production.
=== Changes since 1.18 beta 1 ===
+* (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18
deployment.
+* (bug 32051) Fix description for wlprop=sizes.
* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
under Microsoft SQL.
-* (bug 29912) Unit tests break if parsertest tables are still present
-* (bug 31990) justify paragraphs pref adds extra space to category listing
-* (bug 20148) Better title for [[Special:Disambiguations]] page
+* (bug 32100) installer complains about suhosin GET limit.
+* (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between
portlets
+ on IE 7 and IE 8/9 in compatibility view.
+* (bug 32126) Fix 1.18 regression in watchlist editor when items already
removed
+ from watchlist.
+* (bug 32183) remove the client-* classes added from user-agent-sniffing onto
+ the <html> element.
+* (bug 29912) Unit tests break if parsertest tables are still present.
+* (bug 31694) During installation, tabbing order (cursor focus) goes to logo
+ instead of 'continue'.
+* (bug 29102) Upgrade fails "Unknown character set: 'mysql4".
+* (bug 31990) justify paragraphs pref adds extra space to category listing.
+* (bug 20148) Better title for [[Special:Disambiguations]] page.
+* (bug 31502) TOC is missing on Special:EditWatchlist.
+* (bug 32256) API list=search stops at first invalid result.
+* (bug 32047) jquery.tablesorter.js: thead is before caption.
+* (bug 29854) Store protocol-relative links twice in the externallinks table,
+ one with http: in el_index and once with https.
+* (bug 31822) Error during upgrade due to output buffer reset in stdout.
=== Configuration changes in 1.18 ===
* The WantedPages::getSQL hook has been removed and replaced with
@@ -101,10 +119,7 @@
* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend)
and Article (frontend) hierarchies. Several hooks now pass a WikiPage object
instead
of an Article object. These hooks all use an $article paramater as
documented in hooks.txt.
- Extensions must be updated to account for this, though most won't require
any changes.
- Callers using $article->fetchContent() or $article->getContent(), that only
want the
- current version article text, should use $article->getText() instead. If the
Article class
- functions are required, an article object can be created using
Article::newFromWikiPage().
+ Extensions should be updated to account for this, though most won't require
any changes.
* (bug 27860) Minor edit after clicking 'new section' tab
Now the "This is a minor edit" checkbox is not available when you
create a page or new section.
@@ -502,7 +517,6 @@
already set above 1024 bytes
* (bug 32086) Special:PermanentLink now show an error message when no subpage
was specified.
-* (bug 31822) Error during upgrade due to output buffer reset in stdout
=== API changes in 1.18 ===
* BREAKING CHANGE: action=watch now requires POST and token.
Modified: trunk/phase3/RELEASE-NOTES-1.18
===================================================================
--- trunk/phase3/RELEASE-NOTES-1.18 2011-11-16 12:51:31 UTC (rev 103317)
+++ trunk/phase3/RELEASE-NOTES-1.18 2011-11-16 13:00:56 UTC (rev 103318)
@@ -7,16 +7,34 @@
THIS IS NOT A RELEASE YET
-This is a beta release of the MediaWiki 1.18 branch. Please test it and let us
+This is a release candidate of the MediaWiki 1.18 branch. Please test it and
let us
know what you think of it. Beta releases are not recommended for use in
production.
=== Changes since 1.18 beta 1 ===
+* (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18
deployment.
+* (bug 32051) Fix description for wlprop=sizes.
* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
under Microsoft SQL.
-* (bug 29912) Unit tests break if parsertest tables are still present
-* (bug 31990) justify paragraphs pref adds extra space to category listing
-* (bug 20148) Better title for [[Special:Disambiguations]] page
+* (bug 32100) installer complains about suhosin GET limit.
+* (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between
portlets
+ on IE 7 and IE 8/9 in compatibility view.
+* (bug 32126) Fix 1.18 regression in watchlist editor when items already
removed
+ from watchlist.
+* (bug 32183) remove the client-* classes added from user-agent-sniffing onto
+ the <html> element.
+* (bug 29912) Unit tests break if parsertest tables are still present.
+* (bug 31694) During installation, tabbing order (cursor focus) goes to logo
+ instead of 'continue'.
+* (bug 29102) Upgrade fails "Unknown character set: 'mysql4".
+* (bug 31990) justify paragraphs pref adds extra space to category listing.
+* (bug 20148) Better title for [[Special:Disambiguations]] page.
+* (bug 31502) TOC is missing on Special:EditWatchlist.
+* (bug 32256) API list=search stops at first invalid result.
+* (bug 32047) jquery.tablesorter.js: thead is before caption.
+* (bug 29854) Store protocol-relative links twice in the externallinks table,
+ one with http: in el_index and once with https.
+* (bug 31822) Error during upgrade due to output buffer reset in stdout.
=== Configuration changes in 1.18 ===
* The WantedPages::getSQL hook has been removed and replaced with
@@ -499,7 +517,6 @@
already set above 1024 bytes
* (bug 32086) Special:PermanentLink now show an error message when no subpage
was specified.
-* (bug 31822) Error during upgrade due to output buffer reset in stdout
=== API changes in 1.18 ===
* BREAKING CHANGE: action=watch now requires POST and token.
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs