r97497 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97496‎ | r97497 | r97498 >
Date:14:38, 19 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r97493;
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -12,6 +12,7 @@
1313
1414 * Added compatibility with SMW 1.6.2 and later.
1515 * Removed compatibility with SMW 1.6.1 and earlier.
 16+* Improved default map format handling.
1617
1718 === Semantic Maps 1.0.3 ===
1819 (2011-09-14)
Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
@@ -71,7 +71,7 @@
7272 * @return true
7373 */
7474 public static function initGeoCoordsType() {
75 - SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', SMWDataItem::TYPE_GEO, 'Geographic coordinate' );
 75+ SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', SMWDataItem::TYPE_GEO );
7676 return true;
7777 }
7878

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97493fixed bug 30990 (also in comments); may need further care in some languagesmkroetzsch13:55, 19 September 2011