r106576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106575‎ | r106576 | r106577 >
Date:18:35, 18 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
1.7 rc1
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -5,7 +5,7 @@
66
77 THIS IS NOT A RELEASE YET
88
9 -Semantic MediaWiki 1.7 is currently in beta-quality and is not recommended for use in
 9+Semantic MediaWiki 1.7 is currently at release candidate stage and is not recommended for use in
1010 production until the actual release.
1111
1212 * Added native "internal objects" that can be set using #setobject.
@@ -37,6 +37,9 @@
3838 * Fixed display of images to old behavior after a recent regression.
3939 * Fixed several more issues not listed here.
4040 * Fixed fatal error in the concept cache maintenance script (bug 32592).
 41+* Fixed factbox links to Special:SearchByProperty containing numerical numbers for
 42+ wikis in languages with the comma as decimal separator instead of a dot.
 43+* Fixed the "hide incoming properties" link on Special:Browse.
4144 * Dropped compatibility with MediaWiki 1.15.x (and earlier).
4245 * Dropped compatibility with old-style (SMW < 1.6) query printers.
4346 * Full compatibility with MediaWiki 1.18 and foreward-compatibility with 1.19.
Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php
@@ -34,7 +34,7 @@
3535 }
3636
3737 // The SMW version number.
38 -define( 'SMW_VERSION', '1.7 beta 2' );
 38+define( 'SMW_VERSION', '1.7 rc 1' );
3939
4040 // Registration of the extension credits, see Special:Version.
4141 $wgExtensionCredits['semantic'][] = array(

Status & tagging log