r71701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71700‎ | r71701 | r71702 >
Date:15:21, 26 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Clean-up for 0.6.6 rc2
Modified paths:
  • /trunk/extensions/SemanticMaps/Features/QueryPrinters/SM_QueryPrinters.php (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -35,7 +35,7 @@
3636
3737 // Only initialize the extension when all dependencies are present.
3838 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
39 - define( 'SM_VERSION', '0.6.6 rc1' );
 39+ define( 'SM_VERSION', '0.6.6 rc2' );
4040
4141 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4242 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';
Index: trunk/extensions/SemanticMaps/Features/QueryPrinters/SM_QueryPrinters.php
@@ -81,6 +81,7 @@
8282 ),
8383 'centre' => array(
8484 'aliases' => array( 'center' ),
 85+ 'tolower' => false,
8586 ),
8687 'forceshow' => array(
8788 'type' => 'boolean',

Status & tagging log