r66845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66844‎ | r66845 | r66846 >
Date:19:27, 24 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php
@@ -59,7 +59,7 @@
6060 'div',
6161 array(
6262 'id' => $this->mapName,
63 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 63+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
6464 ),
6565 wfMsg( 'maps-loading-map' )
6666 );
Index: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php
@@ -74,7 +74,7 @@
7575 'div',
7676 array(
7777 'id' => $this->mapName,
78 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 78+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
7979 ),
8080 wfMsg( 'maps-loading-map' )
8181 );
Index: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php
@@ -62,7 +62,7 @@
6363 'div',
6464 array(
6565 'id' => $this->mapName,
66 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 66+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
6767 ),
6868 wfMsg( 'maps-loading-map' )
6969 );
Index: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php
@@ -73,7 +73,7 @@
7474 'div',
7575 array(
7676 'id' => $this->mapName,
77 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 77+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
7878 ),
7979 wfMsg( 'maps-loading-map' )
8080 );
Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php
@@ -78,7 +78,7 @@
7979 'div',
8080 array(
8181 'id' => $this->mapName,
82 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 82+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
8383 ),
8484 wfMsg( 'maps-loading-map' )
8585 );
Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php
@@ -82,7 +82,7 @@
8383 'div',
8484 array(
8585 'id' => $this->mapName,
86 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 86+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
8787 ),
8888 wfMsg( 'maps-loading-map' )
8989 );
Index: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php
@@ -161,7 +161,7 @@
162162 }
163163 else {
164164 $this->mCoordinateSet['lat'] = $args[0];
165 - $this->mCoordinateSet['lon'] = $args[1];
 165+ $this->mCoordinateSet['lon'] = $args[1];
166166 }
167167
168168 $this->m_caption = MapsCoordinateParser::formatCoordinates(

Status & tagging log