http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74049
Revision: 74049
Author: jeroendedauw
Date: 2010-10-01 01:51:22 +0000 (Fri, 01 Oct 2010)
Log Message:
-----------
Changes for 0.7 - fixed some settings and incremented version number to match
the one of Maps
Modified Paths:
--------------
trunk/extensions/SemanticMaps/SM_Settings.php
trunk/extensions/SemanticMaps/SemanticMaps.php
Modified: trunk/extensions/SemanticMaps/SM_Settings.php
===================================================================
--- trunk/extensions/SemanticMaps/SM_Settings.php 2010-10-01 01:50:46 UTC
(rev 74048)
+++ trunk/extensions/SemanticMaps/SM_Settings.php 2010-10-01 01:51:22 UTC
(rev 74049)
@@ -46,8 +46,8 @@
# Array of String. The default mapping service for each feature, which
will be used when no valid service is provided by the user.
# Each service needs to be enabled, if not, the first one from the
available services will be taken.
# Note: The default service needs to be available for the feature you
set it for, since it's used as a fallback mechanism.
- $egMapsDefaultServices['qp'] = 'googlemaps2';
- $egMapsDefaultServices['fi'] = 'googlemaps2';
+ $egMapsDefaultServices['qp'] = $egMapsDefaultService;
+ $egMapsDefaultServices['fi'] = $egMapsDefaultService;
Modified: trunk/extensions/SemanticMaps/SemanticMaps.php
===================================================================
--- trunk/extensions/SemanticMaps/SemanticMaps.php 2010-10-01 01:50:46 UTC
(rev 74048)
+++ trunk/extensions/SemanticMaps/SemanticMaps.php 2010-10-01 01:51:22 UTC
(rev 74049)
@@ -35,7 +35,7 @@
// Only initialize the extension when all dependencies are present.
if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
- define( 'SM_VERSION', '0.7 alpha-2' );
+ define( 'SM_VERSION', '0.7 alpha-6' );
$useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) &&
isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
$smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath :
$wgScriptPath . '/extensions' ) . '/SemanticMaps';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs