r71708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71707‎ | r71708 | r71709 >
Date:17:11, 26 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Updated release notes for 0.6.6
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -121,6 +121,8 @@
122122 # one from the available services will be taken.
123123 $egMapsDefaultGeoService = 'geonames';
124124
 125+ # Boolean. Indicates if geocoders can override the default geoservice based on
 126+ # the used mapping service.
125127 $egMapsUserGeoOverrides = true;
126128
127129
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -3,17 +3,19 @@
44
55 == Maps change log ==
66 This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every
7 -version of Maps. You can find the most upt-do-date version at
 7+version of Maps. You can find the most up-do-date version at
88 http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log
99
1010
1111 === Maps 0.6.6 ===
12 -(2010-08-xx)
 12+(2010-08-26)
1313
1414 ==== New features ====
1515
1616 * Support for geocoding over proxies.
1717
 18+* Added $egMapsInternatDirectionLabels settings, allowing users to disable internationalization of direction labels.
 19+
1820 ==== Refactoring ====
1921
2022 * Added MapsMappingServices, which serves as factory for MapsPappingService objects and does away with all the globals previously needed for this.
@@ -22,10 +24,14 @@
2325
2426 ==== Bug fixes ====
2527
26 -* Fixed issue that cuased popup contents to render incorrectly when it contained wiki markup.
 28+* Fixed issue that caused pop-up contents to render incorrectly when it contained wiki markup.
2729
 30+* Fixed coordinate parsing bug (direction labels did not get recognized) that was introduced in 0.6.4.
 31+
 32+* Fixed spacing issues with several parser functions.
 33+
2834 === Maps 0.6.5 ===
29 -(2010-07-26)
 35+(2010-07-27)
3036
3137 ==== Refactoring ====
3238
@@ -47,7 +53,7 @@
4854
4955 * Fixed several small coordinate parsing and formatting issues.
5056
51 -* Fixed a few small distance arsing issues.
 57+* Fixed a few small distance parsing issues.
5258
5359 === Maps 0.6.4 ===
5460 (2010-07-08)

Status & tagging log