r99746 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99745‎ | r99746 | r99747 >
Date:23:39, 13 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
change version nr and rel notes, will be 1.7, not 1.6.3
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
@@ -1,20 +1,11 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
44
5 -== SMW 1.6.3 ==
 5+== SMW 1.7 ==
66
77 * Added native "internal objects" that can be set using #setobject.
88 * Added support for selecting a default graph when using RDF stores,
99 configuration called $smwgSparqlDefaultGraph
10 -* Fixed the default result format for #show.
11 -* Fixed display of table headers when they are all empty.
12 -* Migrated all query printers to use the new param handling,
13 - which fixes some issues introduced in 1.6.2.
14 -
15 -== SMW 1.6.2 ==
16 -
17 -Released on September 20, 2011.
18 -
1910 * Use of native MediaWiki sortable tables for the table formats.
2011 * Added definitions for missing params (sort, order, searchlabel) to the base query printer.
2112 * Added validation and manipulation of the format paremeter using Validator.
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6.3 alpha light' );
 18+define( 'SMW_VERSION', '1.7 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.3 alpha' );
 12+define( 'SMW_VERSION', '1.7 alpha' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );