https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112990

Revision: 112990
Author:   jeroendedauw
Date:     2012-03-04 23:51:41 +0000 (Sun, 04 Mar 2012)
Log Message:
-----------
1.7.1

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/INSTALL
    trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
    trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php

Modified: trunk/extensions/SemanticMediaWiki/INSTALL
===================================================================
--- trunk/extensions/SemanticMediaWiki/INSTALL  2012-03-04 23:49:51 UTC (rev 
112989)
+++ trunk/extensions/SemanticMediaWiki/INSTALL  2012-03-04 23:51:41 UTC (rev 
112990)
@@ -1,4 +1,4 @@
-[[Semantic MediaWiki 1.6]]
+[[Semantic MediaWiki 1.7.1]]
 
 Install instructions for the latest SMW version are also online in a more
 convenient format for reading:

Modified: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2012-03-04 23:49:51 UTC 
(rev 112989)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2012-03-04 23:51:41 UTC 
(rev 112990)
@@ -3,18 +3,15 @@
 
 == SMW 1.7.1 ==
 
-THIS IS NOT A RELEASE YET 
+Released on March 5, 2012.
 
-Semantic MediaWiki 1.7.1 is currently in beta-quality and is not recommended 
for use in
-production until the actual release.
-
-* Added "Last editor is" and "Is a new page" special properties (bug 34359).
 * Added basic support for OpenLink Virtuoso RDF database. In addition to
   $smwgDefaultStore = 'SMWSparqlStore', users should set
   $smwgSparqlDatabase = 'SMWSparqlDatabaseVirtuoso' and use Virtuoso's SPARQL
   endpoint at ./sparql/ for query and update alike. for further remarks and 
known
   limitations, see the file ./includes/sparql/SMW_SparqlDatabaseVirtuoso.php .
 * Added ability to sort dates as dates in tables generated by SMW (bug 25768).
+* Added "Last editor is" and "Is a new page" special properties (bug 34359).
 * When there are only invalid query conditions, query answering is stopped 
(bug 33177).
 * Fixed display of nearby values on Special:SearchByProperty (bug 34178).
 * Fixed display of URL values (bug 34312, 34044).

Modified: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php    2012-03-04 
23:49:51 UTC (rev 112989)
+++ trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php    2012-03-04 
23:51:41 UTC (rev 112990)
@@ -34,7 +34,7 @@
 }
 
 // The SMW version number.
-define( 'SMW_VERSION', '1.7.1 beta 1' );
+define( 'SMW_VERSION', '1.7.1' );
 
 // Registration of the extension credits, see Special:Version.
 $wgExtensionCredits['semantic'][] = array(
@@ -50,6 +50,7 @@
 define( 'SEMANTIC_EXTENSION_TYPE', true );
 
 // A flag used to indicate SMW supports Validator style parameter definitions 
and validation in the SMWResultPrinter class.
+// @deprecated, removal in 1.9
 define( 'SMW_SUPPORTS_VALIDATOR', true );
 
 require_once dirname( __FILE__ ) . '/SMW_Settings.php';


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to