r88976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88975‎ | r88976 | r88977 >
Date:16:22, 27 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7.7 rc
Modified paths:
  • /branches/SemanticMaps0.7.x/RELEASE-NOTES (modified) (history)
  • /branches/SemanticMaps0.7.x/SemanticMaps.php (modified) (history)
  • /branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php (modified) (history)

Diff [purge]

Index: branches/SemanticMaps0.7.x/RELEASE-NOTES
@@ -7,7 +7,15 @@
88 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
99
1010
 11+=== Semantic Maps 0.7.7 ===
 12+(2011-06-xx)
1113
 14+* Fixed handling of parameters in form inputs.
 15+
 16+* Fixed latitude/longitude mixup for the OpenLayers centre parameter in queries.
 17+
 18+* Removed dead code (initial code to support the RL, now used in SM 1.0 and later).
 19+
1220 === Semantic Maps 0.7.6 ===
1321 (2011-03-21)
1422
Index: branches/SemanticMaps0.7.x/includes/services/OpenLayers/SM_OpenLayersQP.php
@@ -39,8 +39,8 @@
4040 MapsMapper::addInlineScript( $this->service, <<<EOT
4141 initOpenLayer(
4242 "$mapName",
 43+ $this->centreLon,
4344 $this->centreLat,
44 - $this->centreLon,
4545 $this->zoom,
4646 {$this->layers},
4747 [$this->controls],
Index: branches/SemanticMaps0.7.x/SemanticMaps.php
@@ -40,7 +40,7 @@
4141 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.' );
4242 }
4343
44 -define( 'SM_VERSION', '0.7.6.1' );
 44+define( 'SM_VERSION', '0.7.7 rc' );
4545
4646 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
4747 'path' => __FILE__,

Status & tagging log