http://www.mediawiki.org/wiki/Special:Code/MediaWiki/67267

Revision: 67267
Author:   jeroendedauw
Date:     2010-06-03 02:22:49 +0000 (Thu, 03 Jun 2010)

Log Message:
-----------
Fixed bug in the form script and updated version

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/Features/FormInputs/SM_FormInput.php
    trunk/extensions/SemanticMaps/SemanticMaps.php

Modified: trunk/extensions/SemanticMaps/Features/FormInputs/SM_FormInput.php
===================================================================
--- trunk/extensions/SemanticMaps/Features/FormInputs/SM_FormInput.php  
2010-06-03 00:43:45 UTC (rev 67266)
+++ trunk/extensions/SemanticMaps/Features/FormInputs/SM_FormInput.php  
2010-06-03 02:22:49 UTC (rev 67267)
@@ -167,7 +167,7 @@
                        $n = Xml::escapeJsString( wfMsgForContent( 
'maps-abb-north' ) );
                        $e = Xml::escapeJsString( wfMsgForContent( 
'maps-abb-east' ) );
                        $s = Xml::escapeJsString( wfMsgForContent( 
'maps-abb-south' ) );
-                       $w = Xml::escapeJsString( wfMsgForContent( 
'maps-abb-south' ) );
+                       $w = Xml::escapeJsString( wfMsgForContent( 
'maps-abb-west' ) );
                        $deg = Xml::escapeJsString( Maps_GEO_DEG );
                        
                        $wgOut->addInlineScript(

Modified: trunk/extensions/SemanticMaps/SemanticMaps.php
===================================================================
--- trunk/extensions/SemanticMaps/SemanticMaps.php      2010-06-03 00:43:45 UTC 
(rev 67266)
+++ trunk/extensions/SemanticMaps/SemanticMaps.php      2010-06-03 02:22:49 UTC 
(rev 67267)
@@ -35,7 +35,7 @@
 
 // Only initialize the extension when all dependencies are present.
 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
-       define( 'SM_VERSION', '0.6' );
+       define( 'SM_VERSION', '0.6.1 alpha' );
 
        $smgScriptPath  = ( isset( $wgExtensionAssetsPath ) && 
$wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' 
) . '/SemanticMaps';
        $smgDir                 = dirname( __FILE__ ) . '/';



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to