r92415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92414‎ | r92415 | r92416 >
Date:21:14, 17 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.6 RC1
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
@@ -42,6 +42,10 @@
4343 * Fixed PostGres SQL issues with the installation and upgrade code.
4444 * Added API module (smwinfo) via which statistics about the semantic data can
4545 be obtained.
 46+* Added second parameter to #info that allows chosing either the info or warning
 47+ icon.
 48+* Added #smwdoc parser hook that displays a table with parameter documentation for
 49+ a single specified result format.
4650
4751 == SMW 1.5.6 ==
4852
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6-light alpha' );
 18+define( 'SMW_VERSION', '1.6-light RC1' );
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 alpha' );
 12+define( 'SMW_VERSION', '1.6 RC1' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );