r61256 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61255‎ | r61256 | r61257 >
Date:17:20, 19 January 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.5.2.
Modified paths:
  • /trunk/extensions/Maps/INSTALL (modified) (history)
  • /trunk/extensions/Maps/Maps.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.2 rc2');
 37+ define('Maps_VERSION', '0.5.2');
3838
3939 $egMapsScriptPath = $wgScriptPath . '/extensions/Maps';
4040 $egMapsIP = $IP . '/extensions/Maps';
Index: trunk/extensions/Maps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Maps 0.5.1]]
 2+[[Maps 0.5.2]]
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,6 +6,23 @@
77 http://www.mediawiki.org/wiki/Extension:Maps/Version_history#Maps_change_log
88
99
 10+=== Maps 0.5.2 ===
 11+(2010-01-20)
 12+
 13+==== New features ====
 14+
 15+* Added icon parameter to display_point(s), allowing you to set the icon for all markers that do not have a specific icon assigned.
 16+
 17+==== Refactoring ====
 18+
 19+* Usage of Validator 0.2 features for the static map specific parameters.
 20+
 21+==== Bug fixes ====
 22+
 23+* Fixed escaping issue causing wikitext in the title and label parameters not to be displayed correctly.
 24+
 25+* Fixed file path for location specific icons.
 26+
1027 === Maps 0.5.1 ===
1128 (2009-12-25)
1229

Status & tagging log