r92341 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92340‎ | r92341 | r92342 >
Date:23:18, 15 July 2011
Author:reedy
Status:deferred
Tags:
Comment:
sync up RELEASE-NOTES
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/ImageGallery.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -7,7 +7,7 @@
88
99 THIS IS NOT A RELEASE YET
1010
11 -MediaWiki 1.18 is an alpha-quality branch and is not recommended for use in
 11+MediaWiki 1.18 is an alpha-quality branch and is not recommended for use in
1212 production.
1313
1414 === Configuration changes in 1.18 ===
@@ -61,7 +61,7 @@
6262 * The spyc library is now no longer included in phase3.
6363 * (bug 28343) Unused preferences contextlines/contextchars have been removed
6464 * $wgSkinExtensionFunctions has been removed. Use $wgExtensionFunctions instead.
65 -* $wgProto has been removed. You now only need to set $wgServer to change the
 65+* $wgProto has been removed. You now only need to set $wgServer to change the
6666 URL protocol.
6767
6868 === New features in 1.18 ===
@@ -132,6 +132,7 @@
133133 * (bug 23495) Allow createAndPromote.php to create non-sysop users
134134
135135 === Bug fixes in 1.18 ===
 136+* mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)
136137 * (bug 23119) WikiError class and subclasses are now marked as deprecated.
137138 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
138139 treated as wikitext on preview.
@@ -248,6 +249,7 @@
249250 left-to-right.
250251 * (bug 28719) Do not call mLinkHolders __destruct explicitly
251252 * (bug 21196) Article::getContributors() no longer fails on PostgreSQL.
 253+* (bug 28752) XCache doesn't work in CLI mode.
252254 * (bug 28076) Thumbnail height limited to 360 pixels on Special:Listfiles
253255 * (bug 22227) Special:Listfiles no longer throws an error on bogus file entries
254256 * (bug 19408) user_properties.up_property: 32 bytes is not enough.
@@ -255,11 +257,12 @@
256258 * (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text
257259 such as SQL queries shown in dberrortext and similar messages in RTL
258260 environments
259 -* (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used
 261+* (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used
260262 as the server name.
261263 * (bug 19725) Do not list suppressed edits in the "View X deleted edits" link
262264 if user cannot view suppressed edits.
263265 * The View X deleted revisions is now shown again on Special:Upload.
 266+* (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
264267
265268 === API changes in 1.18 ===
266269 * (bug 26339) Throw warning when truncating an overlarge API result.
@@ -405,7 +408,7 @@
406409
407410 MediaWiki 1.18 requires PHP 5.2.3. PHP 4 is no longer supported.
408411
409 -MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
 412+MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
410413 support for them is somewhat less mature. There is experimental support for IBM
411414 DB2 and Microsoft SQL Server.
412415
@@ -421,8 +424,8 @@
422425 1.18 has several database changes since 1.17, and will not work without schema
423426 updates.
424427
425 -If upgrading from before 1.11, and you are using a wiki as a commons
426 -repository, make sure that it is updated as well. Otherwise, errors may arise
 428+If upgrading from before 1.11, and you are using a wiki as a commons
 429+repository, make sure that it is updated as well. Otherwise, errors may arise
427430 due to database schema changes.
428431
429432 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
@@ -438,8 +441,8 @@
439442
440443 == Online documentation ==
441444
442 -Documentation for both end-users and site administrators is available on
443 -MediaWiki.org, and is covered under the GNU Free Documentation License (except
 445+Documentation for both end-users and site administrators is available on
 446+MediaWiki.org, and is covered under the GNU Free Documentation License (except
444447 for pages that explicitly state that their contents are in the public domain):
445448
446449 http://www.mediawiki.org/wiki/Documentation
Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -111,7 +111,6 @@
112112 even in RTL text.
113113 * (bug 29055) Make "don't send email on minor edits" preference apply to
114114 changes to talk page in addition to watchlist edits.
115 -* (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
116115 * (bug 28272) Special:AllMessages should have only one "Go" button.
117116 * (bug 29101) Special:FileDuplicateSearch no longer shows silly message.
118117 * (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same
Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -296,7 +296,6 @@
297297
298298 $conds[] = 'rc_timestamp >= ' . $dbr->addQuotes( $cutoff );
299299
300 -
301300 $hidePatrol = $this->getUser()->useRCPatrol() && $opts['hidepatrolled'];
302301 $hideLoggedInUsers = $opts['hideliu'] && !$forcebot;
303302 $hideAnonymousUsers = $opts['hideanons'] && !$forcebot;
Index: trunk/phase3/includes/ImageGallery.php
@@ -221,7 +221,7 @@
222222
223223 if ( $this->mPerRow > 0 ) {
224224 $maxwidth = $this->mPerRow * ( $this->mWidths + self::THUMB_PADDING + self::GB_PADDING + self::GB_BORDERS );
225 - $oldStyle = isset( $this->mAttribs['style'] ) ? $this->mAttribs['style'] : '';
 225+ $oldStyle = isset( $this->mAttribs['style'] ) ? $this->mAttribs['style'] : '';
226226 # _width is ignored by any sane browser. IE6 doesn't know max-width so it uses _width instead
227227 $this->mAttribs['style'] = "max-width: {$maxwidth}px;_width: {$maxwidth}px;" . $oldStyle;
228228 }
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -7,7 +7,7 @@
88
99 THIS IS NOT A RELEASE YET
1010
11 -MediaWiki 1.18 is an alpha-quality branch and is not recommended for use in
 11+MediaWiki 1.18 is an alpha-quality branch and is not recommended for use in
1212 production.
1313
1414 === Configuration changes in 1.18 ===
@@ -61,6 +61,8 @@
6262 * The spyc library is now no longer included in phase3.
6363 * (bug 28343) Unused preferences contextlines/contextchars have been removed
6464 * $wgSkinExtensionFunctions has been removed. Use $wgExtensionFunctions instead.
 65+* $wgProto has been removed. You now only need to set $wgServer to change the
 66+ URL protocol.
6567
6668 === New features in 1.18 ===
6769 * (bug 8130) Query pages should limit to content namespaces, not just main
@@ -89,8 +91,8 @@
9092 (maintenance/fixDoubleRedirects.php).
9193 * (bug 23315) New body classes to allow easier styling of special pages.
9294 * (bug 27159) Make email confirmation code expiration time configurable.
93 -* CSS/JS for each user group is imported from MediaWiki:Sysop.js,
94 - MediaWiki:Autoconfirmed.css, etc.
 95+* CSS/JS for each user group is imported from MediaWiki:Group-sysop.js,
 96+ MediaWiki:Group-autoconfirmed.css, etc.
9597 * (bug 24230) Uploads of ZIP types, such as MS Office or OpenOffice can now be
9698 safely enabled. A ZIP file reader was added which can scan a ZIP file for
9799 potentially dangerous Java applets. This allows applets to be blocked
@@ -128,9 +130,9 @@
129131 * (bug 16956) IPTC and XMP metadata now extracted from images.
130132 * (bug 23816) A tracking category is now added for any pages with broken images.
131133 * (bug 23495) Allow createAndPromote.php to create non-sysop users
132 -* mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)
133134
134135 === Bug fixes in 1.18 ===
 136+* mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)
135137 * (bug 23119) WikiError class and subclasses are now marked as deprecated.
136138 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
137139 treated as wikitext on preview.
@@ -252,7 +254,15 @@
253255 * (bug 22227) Special:Listfiles no longer throws an error on bogus file entries
254256 * (bug 19408) user_properties.up_property: 32 bytes is not enough.
255257 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS
256 -+* (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
 258+* (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text
 259+ such as SQL queries shown in dberrortext and similar messages in RTL
 260+ environments
 261+* (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used
 262+ as the server name.
 263+* (bug 19725) Do not list suppressed edits in the "View X deleted edits" link
 264+ if user cannot view suppressed edits.
 265+* The View X deleted revisions is now shown again on Special:Upload.
 266+* (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
257267
258268 === API changes in 1.18 ===
259269 * (bug 26339) Throw warning when truncating an overlarge API result.
@@ -308,7 +318,7 @@
309319 * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit
310320 groups if a user doesn't have explicit groups.
311321 * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear
312 - in auto generated document, as it is on mw.org.
 322+ in auto generated document, as it is on mediawiki.org.
313323 * (bug 27182) API: Add filter by prefix for meta=allmessages.
314324 * (bug 27183) API: Add filter by customisation state for meta=allmessages.
315325 * (bug 27340) API: Allow listing of "small" categories.
@@ -398,23 +408,24 @@
399409
400410 MediaWiki 1.18 requires PHP 5.2.3. PHP 4 is no longer supported.
401411
402 -MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
 412+MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
403413 support for them is somewhat less mature. There is experimental support for IBM
404 -DB2, Oracle and Microsoft SQL Server.
 414+DB2 and Microsoft SQL Server.
405415
406416 The supported versions are:
407417
408418 * MySQL 4.0 or later
409419 * PostgreSQL 8.3 or later
410420 * SQLite 3
 421+* Oracle 9.0.1 or later
411422
412423 == Upgrading ==
413424
414425 1.18 has several database changes since 1.17, and will not work without schema
415426 updates.
416427
417 -If upgrading from before 1.11, and you are using a wiki as a commons
418 -repository, make sure that it is updated as well. Otherwise, errors may arise
 428+If upgrading from before 1.11, and you are using a wiki as a commons
 429+repository, make sure that it is updated as well. Otherwise, errors may arise
419430 due to database schema changes.
420431
421432 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
@@ -430,8 +441,8 @@
431442
432443 == Online documentation ==
433444
434 -Documentation for both end-users and site administrators is available on
435 -MediaWiki.org, and is covered under the GNU Free Documentation License (except
 445+Documentation for both end-users and site administrators is available on
 446+MediaWiki.org, and is covered under the GNU Free Documentation License (except
436447 for pages that explicitly state that their contents are in the public domain):
437448
438449 http://www.mediawiki.org/wiki/Documentation

Status & tagging log