r76030 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76029‎ | r76030 | r76031 >
Date:19:43, 4 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.5.3 release
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.5.3-light rc4' );
 18+define( 'SMW_VERSION', '1.5.3-light' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
@@ -140,7 +140,7 @@
141141 $wgAutoloadClasses['SMWSQLStore2Table'] = $smwgIP . 'includes/storage/SMW_SQLStore2Table.php';
142142 $wgAutoloadClasses['SMWSQLHelpers'] = $smwgIP . 'includes/storage/SMW_SQLHelpers.php';
143143
144 - // To ensure Maps remains compatible with pre 1.16.
 144+ // To ensure SMW remains compatible with pre 1.16.
145145 if ( !array_key_exists( 'Html', $wgAutoloadClasses ) ) {
146146 $wgAutoloadClasses['Html'] = $smwgIP . 'compat/Html.php';
147147 }
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.3 rc4' );
 12+define( 'SMW_VERSION', '1.5.3' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );
@@ -164,7 +164,7 @@
165165 $wgAutoloadClasses['SMWSQLStore2Table'] = $stoDir . 'SMW_SQLStore2Table.php';
166166 $wgAutoloadClasses['SMWSQLHelpers'] = $stoDir . 'SMW_SQLHelpers.php';
167167
168 - // To ensure Maps remains compatible with pre 1.16.
 168+ // To ensure SMW remains compatible with pre 1.16.
169169 if ( !array_key_exists( 'Html', $wgAutoloadClasses ) ) {
170170 $wgAutoloadClasses['Html'] = $smwgIP . 'compat/Html.php';
171171 }

Status & tagging log