r77161 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77160‎ | r77161 | r77162 >
Date:15:41, 23 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Version number increment to 1.5.4 rc1
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/INSTALL (modified) (history)
  • /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)
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic MediaWiki 1.5.3]]
 2+[[Semantic MediaWiki 1.5.4]]
33
44 Install instructions for the latest SMW version are also online in a more
55 convenient format for reading:
Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -1,5 +1,11 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
 4+== SMW 1.5.4 ==
 5+
 6+* Fixed several bugs, including problems with #declare, the extra options
 7+ on Special:Ask and the style of the factbox when using MW 1.17.
 8+* Various style and documentation improvements and translation updates.
 9+
410 == SMW 1.5.3 ==
511
612 * Compatibility with MediaWiki 1.17
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.5.4-light alpha' );
 18+define( 'SMW_VERSION', '1.5.4-light rc1' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php
@@ -83,7 +83,7 @@
8484 * Return the next result row as an array of SMWResultArray objects, and
8585 * advance the internal pointer.
8686 *
87 - * @return SMWResultArray or false
 87+ * @return array of SMWResultArray or false
8888 */
8989 public function getNext() {
9090 $page = current( $this->mResults );
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -8,7 +8,7 @@
99 */
1010
1111 // The SMW version number.
12 -define( 'SMW_VERSION', '1.5.4 alpha' );
 12+define( 'SMW_VERSION', '1.5.4 rc1' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );

Status & tagging log