http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89126
Revision: 89126
Author: jeroendedauw
Date: 2011-05-29 18:55:16 +0000 (Sun, 29 May 2011)
Log Message:
-----------
replace 0.8 with 1.0
Modified Paths:
--------------
trunk/extensions/Maps/includes/Maps_KMLFormatter.php
trunk/extensions/Maps/includes/Maps_Location.php
trunk/extensions/Maps/includes/Maps_Mapper.php
trunk/extensions/Maps/includes/Maps_MappingService.php
trunk/extensions/Maps/includes/ext.maps.coord.js
trunk/extensions/Maps/includes/features/Maps_BaseMap.php
trunk/extensions/Maps/includes/features/Maps_BasePointMap.php
trunk/extensions/Maps/includes/geocoders/Maps_GeonamesGeocoder.php
trunk/extensions/Maps/includes/iMappingService.php
trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php
trunk/extensions/Maps/includes/parserHooks/Maps_Coordinates.php
trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php
trunk/extensions/Maps/includes/parserHooks/Maps_DisplayPoint.php
trunk/extensions/Maps/includes/parserHooks/Maps_Distance.php
trunk/extensions/Maps/includes/parserHooks/Maps_Finddestination.php
trunk/extensions/Maps/includes/parserHooks/Maps_Geocode.php
trunk/extensions/Maps/includes/parserHooks/Maps_Geodistance.php
trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Typestyle.php
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Zoomstyle.php
trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php
Modified: trunk/extensions/Maps/includes/Maps_KMLFormatter.php
===================================================================
--- trunk/extensions/Maps/includes/Maps_KMLFormatter.php 2011-05-29
18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/Maps_KMLFormatter.php 2011-05-29
18:55:16 UTC (rev 89126)
@@ -13,7 +13,7 @@
class MapsKMLFormatter {
/**
- * @since 0.8
+ * @since 1.0
*
* @var array
*/
Modified: trunk/extensions/Maps/includes/Maps_Location.php
===================================================================
--- trunk/extensions/Maps/includes/Maps_Location.php 2011-05-29 18:45:57 UTC
(rev 89125)
+++ trunk/extensions/Maps/includes/Maps_Location.php 2011-05-29 18:55:16 UTC
(rev 89126)
@@ -312,7 +312,7 @@
/**
* Returns if there is any icon.
*
- * @since 0.8
+ * @since 1.0
*
* @return boolean
*/
@@ -334,7 +334,7 @@
/**
* Returns if there is any title.
*
- * @since 0.8
+ * @since 1.0
*
* @return boolean
*/
@@ -356,7 +356,7 @@
/**
* Returns if there is any text.
*
- * @since 0.8
+ * @since 1.0
*
* @return boolean
*/
@@ -389,7 +389,7 @@
/**
* Returns an object that can directly be converted to JS using
json_encode or similar.
*
- * @since 0.8
+ * @since 1.0
*
* @return object
*/
Modified: trunk/extensions/Maps/includes/Maps_Mapper.php
===================================================================
--- trunk/extensions/Maps/includes/Maps_Mapper.php 2011-05-29 18:45:57 UTC
(rev 89125)
+++ trunk/extensions/Maps/includes/Maps_Mapper.php 2011-05-29 18:55:16 UTC
(rev 89126)
@@ -139,7 +139,7 @@
/**
* Resolves the url of images provided as wiki page; leaves others
alone.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $file
*
@@ -159,7 +159,7 @@
/**
* Returns JS to init the vars to hold the map data when they are not
there already.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $serviceName
*/
Modified: trunk/extensions/Maps/includes/Maps_MappingService.php
===================================================================
--- trunk/extensions/Maps/includes/Maps_MappingService.php 2011-05-29
18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/Maps_MappingService.php 2011-05-29
18:55:16 UTC (rev 89126)
@@ -241,7 +241,7 @@
/**
* @see iMappingService::getEarthZoom
*
- * @since 0.8
+ * @since 1.0
*/
public function getEarthZoom() {
return 1;
Modified: trunk/extensions/Maps/includes/ext.maps.coord.js
===================================================================
--- trunk/extensions/Maps/includes/ext.maps.coord.js 2011-05-29 18:45:57 UTC
(rev 89125)
+++ trunk/extensions/Maps/includes/ext.maps.coord.js 2011-05-29 18:55:16 UTC
(rev 89126)
@@ -2,7 +2,7 @@
* JavasSript for coordinate handling in the Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup Laos
*
* @licence GNU GPL v3
Modified: trunk/extensions/Maps/includes/features/Maps_BaseMap.php
===================================================================
--- trunk/extensions/Maps/includes/features/Maps_BaseMap.php 2011-05-29
18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/features/Maps_BaseMap.php 2011-05-29
18:55:16 UTC (rev 89126)
@@ -45,7 +45,7 @@
* Handles the request from the parser hook by doing the work that's
common for all
* mapping services, calling the specific methods and finally returning
the resulting output.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -78,7 +78,7 @@
/**
* Returns the HTML to display the map.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -138,7 +138,7 @@
/**
* Translates the coordinates field to the centre field and makes sure
it's set to it's default when invalid.
*
- * @since 0.8
+ * @since 1.0
*
* @param array &$params
*/
Modified: trunk/extensions/Maps/includes/features/Maps_BasePointMap.php
===================================================================
--- trunk/extensions/Maps/includes/features/Maps_BasePointMap.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/features/Maps_BasePointMap.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -54,7 +54,7 @@
/**
* Returns the HTML to display the map.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -76,7 +76,7 @@
/**
* Returns the JSON with the maps data.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -100,7 +100,7 @@
/**
* Returns a PHP object to encode to JSON with the map data.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -115,7 +115,7 @@
* Converts the data in the coordinates parameter to JSON-ready objects.
* These get stored in the locations parameter, and the coordinates on
gets deleted.
*
- * @since 0.8
+ * @since 1.0
*
* @param array &$params
* @param Parser $parser
Modified: trunk/extensions/Maps/includes/geocoders/Maps_GeonamesGeocoder.php
===================================================================
--- trunk/extensions/Maps/includes/geocoders/Maps_GeonamesGeocoder.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/geocoders/Maps_GeonamesGeocoder.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -3,7 +3,7 @@
/**
* Class for geocoding requests with the GeoNames webservice.
*
- * @since 0.8
+ * @since 1.0
* @file Maps_GeonamesGeocoder.php
* @ingroup Maps
* @ingroup Geocoders
@@ -19,7 +19,7 @@
* No LSB in pre-5.3 PHP *sigh*.
* This is to be refactored as soon as php >=5.3 becomes acceptable.
*
- * @since 0.8
+ * @since 1.0
*/
public static function register() {
global $egMapsGeoNamesUser;
@@ -34,7 +34,7 @@
/**
* @see MapsGeocoder::getRequestUrl
*
- * @since 0.8
+ * @since 1.0
*
* @param string $address
*
@@ -48,7 +48,7 @@
/**
* @see MapsGeocoder::parseResponse
*
- * @since 0.8
+ * @since 1.0
*
* @param string $address
*
Modified: trunk/extensions/Maps/includes/iMappingService.php
===================================================================
--- trunk/extensions/Maps/includes/iMappingService.php 2011-05-29 18:45:57 UTC
(rev 89125)
+++ trunk/extensions/Maps/includes/iMappingService.php 2011-05-29 18:55:16 UTC
(rev 89126)
@@ -103,7 +103,7 @@
/**
* Returns the zoomlevel that shows the whole earth for the mapping
service.
*
- * @since 0.8
+ * @since 1.0
*
* @return integer
*/
Modified: trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php
===================================================================
--- trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -3,7 +3,7 @@
/**
* Parameter manipulation ensuring the value is an file url.
*
- * @since 0.8
+ * @since 1.0
*
* @file Maps_ParamFile.php
* @ingroup Maps
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_Coordinates.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_Coordinates.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_Coordinates.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -129,7 +129,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-coordinates-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -126,7 +126,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-displaymap-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_DisplayPoint.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_DisplayPoint.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_DisplayPoint.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -159,7 +159,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-displaypoint-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_Distance.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_Distance.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_Distance.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -111,7 +111,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-distance-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_Finddestination.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_Finddestination.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_Finddestination.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -180,7 +180,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-finddestination-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_Geocode.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_Geocode.php 2011-05-29
18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_Geocode.php 2011-05-29
18:55:16 UTC (rev 89126)
@@ -161,7 +161,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-geocode-description' );
Modified: trunk/extensions/Maps/includes/parserHooks/Maps_Geodistance.php
===================================================================
--- trunk/extensions/Maps/includes/parserHooks/Maps_Geodistance.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/parserHooks/Maps_Geodistance.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -170,7 +170,7 @@
/**
* @see ParserHook::getDescription()
*
- * @since 0.8
+ * @since 1.0
*/
public function getDescription() {
return wfMsg( 'maps-geodistance-description' );
Modified: trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
===================================================================
--- trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -143,7 +143,7 @@
/**
* @see MapsMappingService::getMapObject
*
- * @since 0.8
+ * @since 1.0
*/
public function getMapObject() {
@@ -259,7 +259,7 @@
/**
* @see MapsMappingService::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
Modified:
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php
===================================================================
--- trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -32,7 +32,7 @@
/**
* List of supported map layers.
*
- * @since 0.8
+ * @since 1.0
*
* @var array
*/
@@ -50,7 +50,7 @@
/**
* List of supported control names.
*
- * @since 0.8
+ * @since 1.0
*
* @var array
*/
@@ -177,7 +177,7 @@
/**
* Returns the names of all supported map layers.
*
- * @since 0.8
+ * @since 1.0
*
* @return array
*/
@@ -225,7 +225,7 @@
/**
* @see MapsMappingService::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
Modified:
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Typestyle.php
===================================================================
---
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Typestyle.php
2011-05-29 18:45:57 UTC (rev 89125)
+++
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Typestyle.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -3,7 +3,7 @@
/**
* Parameter manipulation ensuring the value is a Google Maps v3 type control
style.
*
- * @since 0.8
+ * @since 1.0
*
* @file Maps_ParamGMap3Typestyle.php
* @ingroup Maps
@@ -17,7 +17,7 @@
/**
* @see ItemParameterManipulation::doManipulation
*
- * @since 0.8
+ * @since 1.0
*/
public function doManipulation( &$value, Parameter $parameter, array
&$parameters ) {
$value = MapsGoogleMaps3::$tyepControlStyles[strtolower( $value
)];
Modified:
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Zoomstyle.php
===================================================================
---
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Zoomstyle.php
2011-05-29 18:45:57 UTC (rev 89125)
+++
trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_ParamGMap3Zoomstyle.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -3,7 +3,7 @@
/**
* Parameter manipulation ensuring the value is a Google Maps v3 zoom control
style.
*
- * @since 0.8
+ * @since 1.0
*
* @file Maps_ParamGMap3Zoomstyle.php
* @ingroup Maps
@@ -17,7 +17,7 @@
/**
* @see ItemParameterManipulation::doManipulation
*
- * @since 0.8
+ * @since 1.0
*/
public function doManipulation( &$value, Parameter $parameter, array
&$parameters ) {
$value = strtoupper( $value );
Modified: trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php
===================================================================
--- trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php
2011-05-29 18:45:57 UTC (rev 89125)
+++ trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php
2011-05-29 18:55:16 UTC (rev 89126)
@@ -106,7 +106,7 @@
/**
* @see iMappingService::getEarthZoom
*
- * @since 0.8
+ * @since 1.0
*/
public function getEarthZoom() {
return 17;
@@ -163,7 +163,7 @@
/**
* @see MapsMappingService::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs