r66844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66843‎ | r66844 | r66845 >
Date:19:26, 24 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispMap.php (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispPoint.php (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php (modified) (history)
  • /trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispMap.php (modified) (history)
  • /trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispPoint.php (modified) (history)
  • /trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispMap.php (modified) (history)
  • /trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispPoint.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php
@@ -57,8 +57,7 @@
5858 'div',
5959 array(
6060 'id' => $mapName,
61 - 'width' => $this->width,
62 - 'height' => $this->height
 61+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;"
6362 ),
6463 null
6564 );
Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php
@@ -55,7 +55,7 @@
5656 'div',
5757 array(
5858 'id' => $mapName,
59 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;"
 59+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;"
6060 ),
6161 null
6262 );
Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispPoint.php
@@ -55,7 +55,7 @@
5656 'div',
5757 array(
5858 'id' => $mapName,
59 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 59+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
6060 ),
6161 wfMsg( 'maps-loading-map' )
6262 );
Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispMap.php
@@ -46,7 +46,7 @@
4747 'div',
4848 array(
4949 'id' => $mapName,
50 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 50+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
5151 ),
5252 wfMsg( 'maps-loading-map' )
5353 );
Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispPoint.php
@@ -55,7 +55,7 @@
5656 'div',
5757 array(
5858 'id' => $mapName,
59 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 59+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
6060 ),
6161 wfMsg( 'maps-loading-map' )
6262 );
Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispMap.php
@@ -48,7 +48,7 @@
4949 'div',
5050 array(
5151 'id' => $mapName,
52 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 52+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
5353 ),
5454 wfMsg( 'maps-loading-map' )
5555 );
Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispMap.php
@@ -69,7 +69,7 @@
7070 'div',
7171 array(
7272 'id' => $mapName,
73 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 73+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
7474 ),
7575 wfMsg( 'maps-loading-map' )
7676 );
Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispPoint.php
@@ -72,7 +72,7 @@
7373 'div',
7474 array(
7575 'id' => $mapName,
76 - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;",
 76+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;",
7777 ),
7878 wfMsg( 'maps-loading-map' )
7979 );

Status & tagging log