r55235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55234‎ | r55235 | r55236 >
Date:16:00, 18 August 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.3.2.
Modified paths:
  • /trunk/extensions/Maps/INSTALL (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Maps 0.3]]
 2+[[Maps 0.3.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:
@@ -12,4 +12,4 @@
1313 display_address with a Yahoo! Map). Also note that use of the Google Maps API is free only if your site is
1414 accessible to the public; otherwise it costs money - read the Google Maps terms of service for further details.
1515
16 -More information can be found at http://www.mediawiki.org/wiki/Extension:Maps#Download_and_installation
\ No newline at end of file
 16+More information can be found at http://www.mediawiki.org/wiki/Extension:Maps#Setup
\ No newline at end of file
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -3,7 +3,20 @@
44 ==Maps change log==
55 This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Maps.
66
7 -===Maps 0.3===
 7+===Maps 0.3.1===
 8+(2009-08-18)
 9+
 10+====Refactoring====
 11+
 12+* Added check to see if the classes array is present in a mapping service info array.
 13+
 14+* Added check to see if a mapping service has handling for parser functions. In 0.3, Maps assumed it had, preventing the adding of mapping services that only have a form input or/and query printer.
 15+
 16+* The getValidService function now holds into account that not every service has support for both parser functions, query printers and form inputs.
 17+
 18+====Bug fixes====
 19+
 20+* Added path to extension directory to non local class item in a service's info array, since adding the path is impossible in the declaration.===Maps 0.3===
821 (2009-08-14)
922
1023 Changes in 0.3 discussed on the authors blog:

Status & tagging log