r60388 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -33,7 +33,7 @@
3434 echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.';
3535 }
3636 else {
37 - define('Maps_VERSION', '0.5.1 a8');
 37+ define('Maps_VERSION', '0.5.1 rc1');
3838
3939 $egMapsScriptPath = $wgScriptPath . '/extensions/Maps';
4040 $egMapsIP = $IP . '/extensions/Maps';
Index: trunk/extensions/Maps/Maps_Mapper.php
@@ -48,7 +48,6 @@
4949 ),
5050 'default' => $egMapsMapHeight
5151 ),
52 - 'controls' => array(),
5352 );
5453 }
5554
Index: trunk/extensions/Maps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Maps 0.5]]
 2+[[Maps 0.5.1]]
33
44 Once you have downloaded the code, place the 'Maps' directory within your MediaWiki 'extensions' directory.
55 Then add the following code to your LocalSettings.php file after the line that installs Semantic MediaWiki:
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -6,7 +6,29 @@
77 http://www.mediawiki.org/wiki/Extension:Maps/Version_history#Maps_change_log
88
99
 10+=== Maps 0.5.1 ===
 11+(2009-12-25)
1012
 13+==== New features ====
 14+
 15+* Integrated further with Validator by holding into account the error level for coordinate validation in the display_ parser functions.
 16+
 17+* Added activatable= parameter to the static map support.
 18+
 19+==== Refactoring ====
 20+
 21+* Cleaned up the static map code for OSM display_map.
 22+
 23+* Modified the parameter definitions to work with Validator 0.2
 24+
 25+* Removed redundant (because of Validator 0.2) utility function calls from the mapping classes.
 26+
 27+* Removed redundant (because of Validator 0.2) utility functions from the mapping service files.
 28+
 29+==== Bug fixes ====
 30+
 31+* Fixed issue with the hook system that caused code to get executed when it shouldn't.
 32+
1133 === Maps 0.5 ===
1234 (2009-12-17)
1335

Status & tagging log