Index: trunk/extensions/Maps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Maps 0.3]] |
| 2 | +[[Maps 0.3.2]] |
3 | 3 | |
4 | 4 | Once you have downloaded the code, place the 'Maps' directory within your MediaWiki 'extensions' directory. |
5 | 5 | Then add the following code to your LocalSettings.php file after the line that installs Semantic MediaWiki: |
— | — | @@ -12,4 +12,4 @@ |
13 | 13 | display_address with a Yahoo! Map). Also note that use of the Google Maps API is free only if your site is |
14 | 14 | accessible to the public; otherwise it costs money - read the Google Maps terms of service for further details. |
15 | 15 | |
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 @@ |
4 | 4 | ==Maps change log== |
5 | 5 | This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Maps. |
6 | 6 | |
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=== |
8 | 21 | (2009-08-14) |
9 | 22 | |
10 | 23 | Changes in 0.3 discussed on the authors blog: |