r97616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97615‎ | r97616 | r97617 >
Date:11:19, 20 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.6.2 rel
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
@@ -6,11 +6,11 @@
77 Released on September 20, 2011.
88
99 * Use of native MediaWiki sortable tables for the table formats.
10 -* Fixed separator and filename parameters for the DSV format.
1110 * Added definitions for missing params (sort, order, searchlabel) to the base query printer.
1211 * Added validation and manipulation of the format paremeter using Validator.
1312 * Added class parameter to the table format which allows setting the css class.
1413 * Added alpha version of native SMW Ask API with moudles ask and askargs.
 14+* Fixed separator and filename parameters for the DSV format.
1515 * Fixed display of properties of type URL (bug 30912).
1616 * Fixed hide query functionality on Special:Ask (bug 30768).
1717 * Fixed display of internal SMW helper constants in certain queries (bug 30969).
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6.2 RC light' );
 18+define( 'SMW_VERSION', '1.6.2 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 RC' );
 12+define( 'SMW_VERSION', '1.6.2' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );