http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97616

Revision: 97616
Author:   jeroendedauw
Date:     2011-09-20 11:19:28 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
1.6.2 rel

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
    trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
    trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php

Modified: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-20 11:07:03 UTC 
(rev 97615)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-20 11:19:28 UTC 
(rev 97616)
@@ -6,11 +6,11 @@
 Released on September 20, 2011.
 
 * Use of native MediaWiki sortable tables for the table formats.
-* Fixed separator and filename parameters for the DSV format.
 * Added definitions for missing params (sort, order, searchlabel) to the base 
query printer.
 * Added validation and manipulation of the format paremeter using Validator.
 * Added class parameter to the table format which allows setting the css 
class. 
 * Added alpha version of native SMW Ask API with moudles ask and askargs.
+* Fixed separator and filename parameters for the DSV format.
 * Fixed display of properties of type URL (bug 30912).
 * Fixed hide query functionality on Special:Ask (bug 30768).
 * Fixed display of internal SMW helper constants in certain queries (bug 
30969).

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-20 
11:07:03 UTC (rev 97615)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-20 
11:19:28 UTC (rev 97616)
@@ -8,7 +8,7 @@
  */
 
 // The SMW version number.
-define( 'SMW_VERSION', '1.6.2 RC' );
+define( 'SMW_VERSION', '1.6.2' );
 
 // A flag used to indicate SMW defines a semantic extension type for extension 
crdits.
 define( 'SEMANTIC_EXTENSION_TYPE', true );

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-20 11:07:03 UTC (rev 97615)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-20 11:19:28 UTC (rev 97616)
@@ -14,7 +14,7 @@
  * @ingroup SMW
  */
 
-define( 'SMW_VERSION', '1.6.2 RC light' );
+define( 'SMW_VERSION', '1.6.2 light' );
 
 require_once( 'SMW_GlobalFunctions.php' );
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to