r61790 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61789‎ | r61790 | r61791 >
Date:14:57, 1 February 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.5.3
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/QueryPrinters/SM_MapPrinter.php (modified) (history)
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.5.2]]
 2+[[Semantic Maps 0.5.3]]
33
44 Make sure you have Semantic MediaWiki and Maps successfully installed before
55 proceeding with the installation. Once you have downloaded the code, place
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -6,6 +6,19 @@
77 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
88
99
 10+=== Semantic Maps 0.5.3 ===
 11+(2010-02-01)
 12+
 13+==== Bug fixes ====
 14+
 15+* Fixed issue with the type and types parameters in the Yahoo! Maps form input.
 16+
 17+* Fixed OpenLayers form input projection bug, causing the the coordinates to be wrongly interpreted.
 18+
 19+* Fixed marker display for the OpenLayers form inputs.
 20+
 21+* Fixed issue causing a fatal error when executing a query on Special:Ask with the "map" format.
 22+
1023 === Semantic Maps 0.5.2 ===
1124 (2010-01-20)
1225
@@ -13,6 +26,8 @@
1427
1528 * Added support for template= parameter to the result printers.
1629
 30+* Added support for showtitle= parameter to the result printers.
 31+
1732 * Added icon parameter to the query printers, allowing you to set the icon for all markers that do not have a specific icon assigned via a compound query.
1833
1934 ==== Bug fixes ====
Index: trunk/extensions/SemanticMaps/QueryPrinters/SM_MapPrinter.php
@@ -91,9 +91,9 @@
9292 }
9393 else {
9494 // TODO: add warning when level high enough and append to error list?
95 - }
 95+ }
9696 }
97 -
 97+
9898 return array($this->output . $this->errorList, 'noparse' => 'true', 'isHTML' => 'true');
9999 }
100100

Status & tagging log