1 Mar 2011 01:00
SVN: [82988] branches/Maps0.8/includes
<jeroendedauw <at> svn.wikimedia.org>
2011-03-01 00:00:22 GMT
2011-03-01 00:00:22 GMT
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82988 Revision: 82988 Author: jeroendedauw Date: 2011-03-01 00:00:21 +0000 (Tue, 01 Mar 2011) Log Message: ----------- more cleanup and work on the google maps js Modified Paths: -------------- branches/Maps0.8/includes/features/Maps_BaseMap.php branches/Maps0.8/includes/features/Maps_BasePointMap.php branches/Maps0.8/includes/services/GoogleMaps/GoogleMaps.php branches/Maps0.8/includes/services/GoogleMaps/Maps_GoogleMaps.php branches/Maps0.8/includes/services/GoogleMaps/ext.maps.googlemaps2.js branches/Maps0.8/includes/services/OpenLayers/Maps_OpenLayers.php branches/Maps0.8/includes/services/OpenLayers/OpenLayers.php Modified: branches/Maps0.8/includes/features/Maps_BaseMap.php =================================================================== --- branches/Maps0.8/includes/features/Maps_BaseMap.php 2011-02-28 23:58:06 UTC (rev 82987) +++ branches/Maps0.8/includes/features/Maps_BaseMap.php 2011-03-01 00:00:21 UTC (rev 82988) <at> <at> -76,7 +76,7 <at> <at> $output = $this->getMapHTML( $params, $parser ) . $this->getJSON( $params, $parser ); global $wgTitle; - if ( $wgTitle->getNamespace() == NS_SPECIAL ) { + if ( $wgTitle->isSpecialPage() ) { global $wgOut;(Continue reading)
RSS Feed