r60389 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60388‎ | r60389 | r60390 >
Date:12:41, 25 December 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Semantic Maps 0.5.1 rc1
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.5]]
 2+[[Semantic Maps 0.5.1]]
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,27 @@
77 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
88
99
 10+=== Semantic Maps 0.5.1 ===
 11+(2009-12-25)
 12+
 13+==== New features ====
 14+
 15+* Added parameter support for the 'map' format on Special:Ask.
 16+
 17+* Added forceshow parameter to the result formats to allow users to force showing a map, even when there are no geographical coordinate results from a query.
 18+
 19+==== Refactoring ====
 20+
 21+* Modified the parameter definitions to work with Validator 0.2.
 22+
 23+* Removed redundant (because of Validator 0.2) utility function calls from the mapping classes.
 24+
 25+* Ensured none of the form input classes get loaded when SF is not present.
 26+
 27+==== Bug fixes ====
 28+
 29+* Fixed issue with the query printers causing error messages to be shown for ask specific parameters.
 30+
1031 === Semantic Maps 0.5 ===
1132 (2009-12-17)
1233
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -35,7 +35,7 @@
3636
3737 // Only initialize the extension when all dependencies are present.
3838 if (defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' )) {
39 - define('SM_VERSION', '0.5.1 a8');
 39+ define('SM_VERSION', '0.5.1 rc1');
4040
4141 $smgScriptPath = $wgScriptPath . '/extensions/SemanticMaps';
4242 $smgIP = $IP . '/extensions/SemanticMaps';

Status & tagging log