r64411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64410‎ | r64411 | r64412 >
Date:22:29, 30 March 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Disabled OSM after failing to fix JS problem
Modified paths:
  • /trunk/extensions/SemanticMaps/SM_Settings.php (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SM_Settings.php
@@ -48,7 +48,7 @@
4949 include_once $smgDir . 'GoogleMaps/SM_GoogleMaps.php'; // Google Maps
5050 include_once $smgDir . 'OpenLayers/SM_OpenLayers.php'; // OpenLayers
5151 include_once $smgDir . 'YahooMaps/SM_YahooMaps.php'; // Yahoo! Maps
52 -include_once $smgDir . 'OpenStreetMap/SM_OSM.php'; // OpenLayers optimized for OSM
 52+// include_once $smgDir . 'OpenStreetMap/SM_OSM.php'; // OpenLayers optimized for OSM
5353
5454 # Array of String. The default mapping service for each feature, which will be used when no valid service is provided by the user.
5555 # Each service needs to be enabled, if not, the first one from the available services will be taken.
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 a6' );
 39+ define( 'SM_VERSION', '0.6 a7' );
4040
4141 $smgScriptPath = ( isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';
4242 $smgDir = dirname( __FILE__ ) . '/';

Status & tagging log