http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89127
Revision: 89127
Author: jeroendedauw
Date: 2011-05-29 18:55:30 +0000 (Sun, 29 May 2011)
Log Message:
-----------
replace 0.8 with 1.0
Modified Paths:
--------------
trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php
trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3FormInput.php
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3MultiInput.php
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
trunk/extensions/SemanticMaps/includes/services/YahooMaps/SM_YahooMapsFormInput.php
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
Modified: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -3,7 +3,7 @@
/**
* Implementation of datavalues that are geographic coordinates.
*
- * @since 0.8
+ * @since 1.0
*
* @file SM_GeoCoordsHooks.php
* @ingroup SemanticMaps
@@ -19,7 +19,7 @@
*
* TODO: have a setting to turn this off and have it off by default for
#show
*
- * @since 0.8
+ * @since 1.0
*
* @param $format Mixed: The format (string), or false when not set yet
* @param $printRequests Array: The print requests made
@@ -66,7 +66,7 @@
/**
* Adds support for the geographical coordinate data type to Semantic
MediaWiki.
*
- * @since 0.8
+ * @since 1.0
*
* TODO: i18n keys still need to be moved
*
@@ -80,7 +80,7 @@
/**
* Defines the layout for the smw_coords table which is used to store
value of the GeoCoords type.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $propertyTables The property tables defined by SMW,
passed by reference.
*/
Modified: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -20,7 +20,7 @@
/**
* @see SMWDataValue::setDataItem()
*
- * @since 0.8
+ * @since 1.0
*
* @param $dataitem SMWDataItem
*
Modified: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -12,7 +12,7 @@
class SMFormInput {
/**
- * @since 0.8
+ * @since 1.0
*
* @var iMappingService
*/
@@ -21,7 +21,7 @@
/**
* A character to separate multiple locations with.
*
- * @since 0.8
+ * @since 1.0
*
* @var char
*/
@@ -30,7 +30,7 @@
/**
* Constructor.
*
- * @since 0.8
+ * @since 1.0
*
* @param iMappingService $service
*/
@@ -41,7 +41,7 @@
/**
* Returns an array containing the parameter info.
*
- * @since 0.8
+ * @since 1.0
*
* @return array
*/
@@ -84,7 +84,7 @@
/**
*
*
- * @since 0.8
+ * @since 1.0
*
* @param string $coordinates
* @param string $input_name
@@ -150,7 +150,7 @@
/**
* Returns the HTML to display the map input.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -172,7 +172,7 @@
/**
* Returns the JSON with the maps data.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -196,7 +196,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
@@ -208,7 +208,7 @@
}
/**
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
Modified:
trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
===================================================================
--- trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -13,7 +13,7 @@
* @param {string} mapDivId
* @param {Object} options
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -20,14 +20,14 @@
protected $service;
/**
- * @since 0.8
+ * @since 1.0
*
* @var false or string
*/
protected $fatalErrorMsg = false;
/**
- * @since 0.8
+ * @since 1.0
*
* @var array
*/
@@ -74,7 +74,7 @@
/**
* Returns an array containing the parameter info.
*
- * @since 0.8
+ * @since 1.0
*
* @return array
*/
@@ -215,7 +215,7 @@
/**
* Returns the HTML to display the map.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -237,7 +237,7 @@
/**
* Returns the JSON with the maps data.
*
- * @since 0.8
+ * @since 1.0
*
* @param array $params
* @param Parser $parser
@@ -261,7 +261,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
@@ -276,7 +276,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 array $queryLocations
@@ -386,7 +386,7 @@
/**
* Takes in an element of the Parameter::TYPE_ enum and turns it into an
SMW type (string) indicator.
*
- * @since 0.8
+ * @since 1.0
*
* @param Parameter::TYPE_ $type
*
Modified: trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -20,7 +20,7 @@
protected $queryPrinter;
/**
- * @since 0.8
+ * @since 1.0
*
* @var boolean
*/
@@ -52,7 +52,7 @@
/**
* Intercept calls to getName, so special behaviour for the map format
can be implemented.
*
- * @since 0.8
+ * @since 1.0
*
* @return string
*/
@@ -65,7 +65,7 @@
*
* @see SMWResultPrinter::getParameters
*
- * @since 0.8
+ * @since 1.0
*/
public function getParameters() {
return $this->queryPrinter->getParameters();
@@ -75,7 +75,7 @@
* SMW thinks this class is a SMWResultPrinter, and calls methods that
should
* be forewarded to $this->queryPrinter on it.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $name
* @param array $arguments
Modified:
trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php
2011-05-29 18:55:16 UTC (rev 89126)
+++ trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -38,7 +38,7 @@
/**
* The global text.
*
- * @since 0.8
+ * @since 1.0
*
* @var string
*/
@@ -47,7 +47,7 @@
/**
* The global title.
*
- * @since 0.8
+ * @since 1.0
*
* @var string
*/
@@ -65,7 +65,7 @@
/**
* Should link targets be made absolute (instead of relative)?
*
- * @since 0.8
+ * @since 1.0
*
* @var boolean
*/
@@ -74,7 +74,7 @@
/**
* The text used for the link to the page (if it's created). $1 will be
replaced by the page name.
*
- * @since 0.8
+ * @since 1.0
*
* @var string
*/
@@ -83,7 +83,7 @@
/**
* A separator to use beteen the subject and properties in the text
field.
*
- * @since 0.8
+ * @since 1.0
*
* @var string
*/
@@ -92,7 +92,7 @@
/**
* Make the subject in the text bold or not?
*
- * @since 0.8
+ * @since 1.0
*
* @var boolean
*/
@@ -101,7 +101,7 @@
/**
* Show the subject in the text or not?
*
- * @since 0.8
+ * @since 1.0
*
* @var boolean
*/
@@ -127,7 +127,7 @@
/**
* Sets the template.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $template
*/
@@ -138,7 +138,7 @@
/**
* Sets the global icon.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $icon
*/
@@ -149,7 +149,7 @@
/**
* Sets the global title.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $title
*/
@@ -160,7 +160,7 @@
/**
* Sets the global text.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $text
*/
@@ -171,7 +171,7 @@
/**
* Sets the subject separator.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $subjectSeparator
*/
@@ -182,7 +182,7 @@
/**
* Sets if the subject should be made bold in the text.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $boldSubject
*/
@@ -193,7 +193,7 @@
/**
* Sets if the subject should shown in the text.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $showSubject
*/
@@ -204,7 +204,7 @@
/**
* Sets the text for the link to the page when separate from the title.
*
- * @since 0.8
+ * @since 1.0
*
* @param string $text
*/
@@ -298,7 +298,7 @@
* Handles a SMWDataValue subject value.
* Gets the plain text title and creates the HTML text with headers and
the like.
*
- * @since 0.8
+ * @since 1.0
*
* @param SMWDataValue $object
*
@@ -346,7 +346,7 @@
/**
* Handles a single property (SMWPrintRequest) to be displayed for a
record (SMWDataValue).
*
- * @since 0.8
+ * @since 1.0
*
* @param SMWDataValue $object
* @param SMWPrintRequest $printRequest
@@ -411,7 +411,7 @@
/**
* Builds a set of locations with the provided title, text and icon.
*
- * @since 0.8
+ * @since 1.0
*
* @param array of MapsLocation $locations
* @param string $title
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -10,7 +10,7 @@
/**
* This file holds the general information for the Google Maps v3 service.
*
- * @since 0.8
+ * @since 1.0
*
* @file SM_GoogleMaps3.php
* @ingroup SMGoogleMaps3
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3FormInput.php
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3FormInput.php
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3FormInput.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -3,7 +3,7 @@
/**
* Google Maps v3 form input class.
*
- * @since 0.8
+ * @since 1.0
* @file SM_GoogleMaps3FormInput.php
* @ingroup SemanticMaps
*
@@ -15,7 +15,7 @@
/**
* @see SMFormInput::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3MultiInput.php
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3MultiInput.php
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3MultiInput.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -3,7 +3,7 @@
/**
* Google Maps v3 form input class for multiple locations.
*
- * @since 0.8
+ * @since 1.0
* @file SM_GoogleMaps3MultiInput.php
* @ingroup SemanticMaps
*
@@ -15,7 +15,7 @@
/**
* @see SMFormInput::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
@@ -31,7 +31,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
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the Google Maps v3 form input in the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the Google Maps v3 form input of the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the Google Maps v3 form input of the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -13,7 +13,7 @@
/**
* @see SMFormInput::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
@@ -24,7 +24,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
Modified:
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the OpenLayers form input in the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the OpenLayers form input of the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/YahooMaps/SM_YahooMapsFormInput.php
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/YahooMaps/SM_YahooMapsFormInput.php
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/YahooMaps/SM_YahooMapsFormInput.php
2011-05-29 18:55:30 UTC (rev 89127)
@@ -14,7 +14,7 @@
/**
* @see SMFormInput::getResourceModules
*
- * @since 0.8
+ * @since 1.0
*
* @return array of string
*/
Modified:
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the Yahoo! Maps form input in the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
Modified:
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
===================================================================
---
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
2011-05-29 18:55:16 UTC (rev 89126)
+++
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
2011-05-29 18:55:30 UTC (rev 89127)
@@ -2,7 +2,7 @@
* JavasSript for the Yahoo! Maps form input of the Semantic Maps extension.
* @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
*
- * @since 0.8
+ * @since 1.0
* @ingroup SemanticMaps
*
* @licence GNU GPL v3
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs