r71974 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71973‎ | r71974 | r71975 >
Date:20:28, 30 August 2010
Author:mkroetzsch
Status:ok
Tags:
Comment:
Updated version to SMW 1.5.2, will release soon
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/INSTALL (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/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic MediaWiki 1.5.1]]
 2+[[Semantic MediaWiki 1.5.2]]
33
44 Install instructions for the latest SMW version are also online in a more
55 convenient format for reading:
@@ -143,14 +143,14 @@
144144
145145 (Please read all of this before upgrading)
146146
147 -Installations of SMW 1.5.0 can be upgraded by just replacing the files, but it
148 -must be noted that not all SMW extensions may already be available in versions
149 -compatible to SMW 1.5.1. If problems occur, it is possible to go back to 1.5.0
150 -by simply using the old files, waiting with the upgrade until the relevant
151 -extensions provide updates.
 147+Installations of SMW 1.5.* can be upgraded by just replacing the files, and all
 148+extensions compatible with SMW 1.5.1 should work without modification. If
 149+problems occur, it is possible to go back to 1.5.1 by simply using the old
 150+files, waiting with the upgrade until the relevant extensions provide updates.
152151
153 -It is suggested to change the inclusion of SMW in LocalSettings.php to the
154 -following as described in the installation instructions above:
 152+If not done already, it is suggested to change the inclusion of SMW in
 153+LocalSettings.php to the following as described in the installation
 154+instructions above:
155155
156156 include_once("$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php");
157157
@@ -329,4 +329,4 @@
330330 You can join this mailing list at
331331 http://sourceforge.net/mail/?group_id=147937
332332
333 -Please report bugs to MediaZilla, http://bugzilla.wikimedia.org
\ No newline at end of file
 333+Please report bugs to MediaZilla, http://bugzilla.wikimedia.org
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.5.2-light rc1' );
 18+define( 'SMW_VERSION', '1.5.2-light' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -5,7 +5,7 @@
66 * @ingroup SMW
77 */
88
9 -define( 'SMW_VERSION', '1.5.2 rc1' );
 9+define( 'SMW_VERSION', '1.5.2' );
1010 define( 'SEMANTIC_EXTENSION_TYPE', true );
1111
1212 require_once( 'SMW_GlobalFunctions.php' );

Status & tagging log