r74878 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74877‎ | r74878 | r74879 >
Date:04:24, 17 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.7.1 - Follow up to r74876 - images-as-layers!!!
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersQP.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.7]]
 2+[[Semantic Maps 0.7.1]]
33
44 Make sure you have Semantic MediaWiki, Maps and Validator successfully installed before proceeding
55 withthe installation. Semantic Maps and Maps are always released together. This means you should
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -7,6 +7,11 @@
88 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
99
1010
 11+=== Semantic Maps 0.7.1 ===
 12+(2010-1x-xx)
 13+
 14+*
 15+
1116 === Semantic Maps 0.7 ===
1217 (2010-10-15)
1318
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersQP.php
@@ -34,7 +34,7 @@
3535 wfMsg( 'maps-loading-map' )
3636 );
3737
38 - $layerItems = $this->service->createLayersStringAndLoadDependencies( $this->layers );
 38+ $this->service->addLayerDependencies( $this->layers[1] );
3939
4040 $langCode = $wgLang->getCode();
4141
@@ -44,7 +44,7 @@
4545 $this->centreLat,
4646 $this->centreLon,
4747 $this->zoom,
48 - [$layerItems],
 48+ {$this->layers[0]},
4949 [$this->controls],
5050 $this->markerJs,
5151 "$langCode"
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
@@ -59,7 +59,7 @@
6060 wfMsg( 'maps-loading-map' )
6161 );
6262
63 - $layerItems = $this->service->createLayersStringAndLoadDependencies( $this->layers );
 63+ $this->service->addLayerDependencies( $this->layers[1] );
6464
6565 $langCode = $wgLang->getCode();
6666
@@ -72,7 +72,7 @@
7373 $this->zoom,
7474 {$this->markerCoords['lat']},
7575 {$this->markerCoords['lon']},
76 - [$layerItems],
 76+ {$this->layers[0]},
7777 [$this->controls],
7878 "$langCode"
7979 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74876Changes for 0.7.1 - images as layers... it only took one and a half year :Djeroendedauw04:22, 17 October 2010

Status & tagging log