r104192 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104191‎ | r104192 | r104193 >
Date:20:19, 24 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Bump $wgVersion to 1.18.0

Update RELEASE-NOTES-1.18 and add a summary of selected changes
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /branches/REL1_18/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -4,14 +4,33 @@
55 setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
66
77 == MediaWiki 1.18 ==
 8+2011-11-24
89
9 -THIS IS NOT A RELEASE YET
 10+This is the first stable release of the MediaWiki 1.18 branch.
1011
11 -This is a release candidate of the MediaWiki 1.18 branch. Please test it and let us
12 -know what you think of it. Beta releases are not recommended for use in
13 -production.
 12+=== Summary of selected changes in 1.18 ===
1413
15 -=== Changes since 1.18 RC1 ===
 14+Selected changes since MediaWiki 1.17 that may be of interest:
 15+
 16+* Some of the more commonly used MediaWiki extensions are now included in the
 17+ release tarball. These extensions are ConfirmEdit, Gadgets, Nuke, ParserFunctions,
 18+ Renameuser, Vector and WikiEditor.
 19+
 20+* Gender support has been improved, meaning user pages can display the correct gender
 21+ variant of "User" can now be used.
 22+
 23+* MediaWiki can now detect the camera orientation of an image from the Exif metadata, and
 24+ can rotate the image thumbnail appropriately. Metadata support has been generally
 25+ improved, and can now extract IPTC and XMP metadata.
 26+
 27+* Improved directionality support in 1.18 means that MediaWiki is better to use for
 28+ RTL users.
 29+
 30+* MediaWiki now supports protocol - relative URLs in links, interwiki targets and $wgServer
 31+
 32+* Math support has been removed from core
 33+
 34+=== Changes since 1.18.0rc1 ===
1635 * (bug 32228) regression in Special:Search which did not conserve profile on new search
1736 * (bug 32460) Categories were improperly aligned in Simple and CologneBlue
1837 * (bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsets
Index: branches/REL1_18/phase3/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
3434 /** @endcond */
3535
3636 /** MediaWiki version number */
37 -$wgVersion = '1.18.0rc1';
 37+$wgVersion = '1.18.0';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';

Status & tagging log