r97500 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97499‎ | r97500 | r97501 >
Date:14:56, 19 September 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
up rel notes and increment version to 1.6.2 RC
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -3,13 +3,17 @@
44
55 == SMW 1.6.2 ==
66
 7+Released on September 20, 2011.
 8+
79 * Use of native MediaWiki sortable tables for the table formats.
810 * Fixed separator and filename parameters for the DSV format.
9 -* Fixed display of properties of type URL (bug 30912).
1011 * Added definitions for missing params (sort, order, searchlabel) to the base query printer.
1112 * Added validation and manipulation of the format paremeter using Validator.
1213 * Added class parameter to the table format which allows setting the css class.
13 -* Added alpha version of native SMW Ask API with moudles ask and askargs.
 14+* Added alpha version of native SMW Ask API with moudles ask and askargs.
 15+* Fixed display of properties of type URL (bug 30912).
 16+* Fixed hide query functionality on Special:Ask (bug 30768).
 17+* Fixed display of internal SMW helper constants in certain queries (bug 30969).
1418
1519 == SMW 1.6.1 ==
1620
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6.2 alpha light' );
 18+define( 'SMW_VERSION', '1.6.2 RC light' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -8,7 +8,7 @@
99 */
1010
1111 // The SMW version number.
12 -define( 'SMW_VERSION', '1.6.2 alpha' );
 12+define( 'SMW_VERSION', '1.6.2 RC' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );

Status & tagging log