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

Revision: 88976
Author:   jeroendedauw
Date:     2011-05-27 16:22:48 +0000 (Fri, 27 May 2011)
Log Message:
-----------
0.7.7 rc

Modified Paths:
--------------
    branches/SemanticMaps0.7.x/RELEASE-NOTES
    branches/SemanticMaps0.7.x/SemanticMaps.php
    branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php

Modified: branches/SemanticMaps0.7.x/RELEASE-NOTES
===================================================================
--- branches/SemanticMaps0.7.x/RELEASE-NOTES    2011-05-27 16:22:34 UTC (rev 
88975)
+++ branches/SemanticMaps0.7.x/RELEASE-NOTES    2011-05-27 16:22:48 UTC (rev 
88976)
@@ -7,7 +7,15 @@
 
http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
 
 
+=== Semantic Maps 0.7.7 ===
+(2011-06-xx)
 
+* Fixed handling of parameters in form inputs.
+
+* Fixed latitude/longitude mixup for the OpenLayers centre parameter in 
queries.
+
+* Removed dead code (initial code to support the RL, now used in SM 1.0 and 
later).
+
 === Semantic Maps 0.7.6 ===
 (2011-03-21)
 

Modified: branches/SemanticMaps0.7.x/SemanticMaps.php
===================================================================
--- branches/SemanticMaps0.7.x/SemanticMaps.php 2011-05-27 16:22:34 UTC (rev 
88975)
+++ branches/SemanticMaps0.7.x/SemanticMaps.php 2011-05-27 16:22:48 UTC (rev 
88976)
@@ -40,7 +40,7 @@
        die( '<b>Error:</b> This version of Semantic Maps requires Semantic 
MediaWiki 1.5.x; use Semantic Maps 1.0 or above for SMW 1.6 or later.' );
 }
 
-define( 'SM_VERSION', '0.7.6.1' );
+define( 'SM_VERSION', '0.7.7 rc' );
 
 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 
'other'][] = array(
        'path' => __FILE__,

Modified: 
branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php
===================================================================
--- branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php 
2011-05-27 16:22:34 UTC (rev 88975)
+++ branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php 
2011-05-27 16:22:48 UTC (rev 88976)
@@ -39,8 +39,8 @@
                MapsMapper::addInlineScript( $this->service, <<<EOT
                initOpenLayer(
                        "$mapName",
+                       $this->centreLon,
                        $this->centreLat,
-                       $this->centreLon,
                        $this->zoom,
                        {$this->layers},
                        [$this->controls],


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to