Skip to content
This repository was archived by the owner on Nov 19, 2017. It is now read-only.

Commit 9760f79

Browse files
author
j.bartels
committed
Import from github
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/wec_map/trunk@68877 735d13b6-9817-0410-8766-e36946ffe9aa
1 parent 7bc44d2 commit 9760f79

File tree

80 files changed

+13148
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+13148
-0
lines changed

CHANGELOG

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
2.3.6-dev
2+
[FIX] !!! change defaulttitle to COA to make it more consistent. This will break a customized defaulttitle, so be sure to adjust accordingly.
3+
[FIX] Use core content object methods to ensure correct display. This fixes a bug that would display content objects out of order.
4+
[FIX] Change grey to gray in some inline CSS to appease the CSS validator
5+
[FIX] Update API section in the docs with all the arguments for the addMarker* methods
6+
7+
2.3.5
8+
[FIX] German localization fixes.
9+
[FIX] Custom icons can now be used for Simple Maps that are setup in the Flexform only.
10+
[FIX] Enable Show Info on Load again. Behavior for maps with more than on marker is undefined.
11+
[FIX] Google Maps now shows correctly in Javascript tabs. Thanks to Michael Waider for the fix!
12+
13+
2.3.4
14+
[FIX] Only use relative height for the map height when it is a static HTML map.
15+
[FIX] Enable Show Info on Load again. Behavior for maps with more than on marker is undefined.
16+
17+
2.3.3
18+
[NEW] New icons
19+
[FIX] Restore TYPO3 4.2 compatibility
20+
21+
2.3.2
22+
[NEW] enable static maps/failover. See TS reference in docs for more info (experimental)
23+
[FIX] Fatal Error when a required class wasn't included in some situations
24+
[FIX] urlencode everything sent to the geocoders instead of manually replacing certain characters
25+
[FIX] little default CSS tweak to be more specific
26+
27+
2.3.1
28+
[FIX] subdomain API key handling was broken
29+
30+
2.3.0
31+
[NEW] move JS into an external file. Should improve load time and multiple maps on one page. Thanks to Benni Mack!
32+
[NEW] add French localization. Thanks to Patrick Gaumond!
33+
[NEW] add Google Earth API view; browser plugin required.
34+
[NEW] make the API URL configurable. Needed for Premier API keys.
35+
[NEW] added syslog logging for better error visibility.
36+
[NEW] change plugins to USER_INT, improving caching and speed. Thanks to Benni Mack!
37+
[NEW] make city and country groups in the WEC FE User Map hidable. Thanks to Benni Mack!
38+
[FIX] fix a typo responsible for not allowing customized icons to show up.
39+
[FIX] fix from-here-to (written) directions. Locations were flipped.
40+
[FIX] replace some deprecated TYPO3 methods with newer ones.
41+
[FIX] small bug in API key domain matching. Thanks to Steffen Kamper!
42+
43+
2.2.1
44+
[NEW] WEC Table Map now allows for custom SELECT phrase in addition to the JOIN and WHERE.
45+
[FIX] add workaround for Google Maps API bug #881
46+
[FIX] minor documentation fixes
47+
[FIX] better error handling in worldkit geocoder
48+
[FIX] a few small HTML validation fixes
49+
50+
2.2.0
51+
[NEW] Allow the Google Maps API version to be chosen from the Extension Manager
52+
[NEW] Use Hierarchical Map Type control for more map space
53+
[NEW] Add Terrain view to map type selector and map flexforms as initial setting
54+
[NEW] Add new hook to set center coordinates and zoom level
55+
[FIXED] More solid error handling with Geocoder.us
56+
[FIXED] Google API key signup link updated
57+
58+
2.1.2
59+
[FIXED] revert to old method of loading modules due to lots of path errors in BE modules.
60+
[FIXED] minor label changes
61+
62+
2.1.1
63+
[NEW] API and TS Setting to set the maximum auto zoom
64+
[FIXED] use correct sidebar title field for pi2 and pi3 by default
65+
[FIXED] change TS wraps to only show if there is actually content
66+
67+
2.1.0
68+
[NEW] !!!IMPORTANT WEC Simple Map marker bubble TS changed significantly. "title" was formerly defined as TEXT and is now COA
69+
[NEW] WEC Table Map TS adds a join option to be included in the custom SQL query
70+
[NEW] Change module inclusion to the new preferred way that gets rid of the relative paths in conf.php
71+
[FIXED] Pass title through htmlspecialchars to prevent js errors in case it contained quotes
72+
73+
2.0.1
74+
[FIXED] Properly pass groups by reference. Fixes problems in PHP4 with maps not showing up.
75+
[FIXED] "Show info bubble on load" now works again.
76+
[FIXED] Update API documentation with missing methods.
77+
[FIXED] Error messages from the API are now properly shown.
78+
[FIXED] Added another layer to geocoding to make country detection more reliable.
79+
[FIXED] Tweak what we send to the Yahoo geocoder to get more accurate information back.
80+
[FIXED] Changed how low-level zoom markers are shown in FE User Map both in the FE plugin and BE module.
81+
[FIXED] Checks for template inclusion in WEC Table Map work better now.
82+
83+
2.0.0
84+
[NEW] !IMPORTANT Optimize TS by requiring an extra static template which needs to be added to the template before the map will work
85+
[NEW] Add new plugin that will map records from any record configured for WEC Map, by default fe_users, tt_address, and cal.
86+
[NEW] Improved WEC FE User map TS config options. See docs.
87+
[NEW] Add radius search to map. Only markers within given radius around given address will show.
88+
[NEW] Ability to add custom marker icons, thanks to Andreas Hupfau
89+
[NEW] Add ability to overlay any kml file to map via backend records
90+
[NEW] Add context sensitive help to plugin flexforms (TYPO3 4.2+ only)
91+
[NEW] Add new method setCenterByAddress() to API
92+
[NEW] New new method addTab() to API, used to add a new tab to a marker
93+
[NEW] Add title and desc setters for marker objects
94+
[NEW] Add error messages in the plugins if static templates are missing.
95+
[NEW] Add hook to pi3 for marker preprocessing
96+
[NEW] Add sidebar with links to markers
97+
[NEW] Directions are now shown on the first tab below the content, similar to maps.google.com
98+
[NEW] Significantly cleaned up javascript output
99+
[NEW] Add option to set default country for address lookup
100+
[FIXED] Really large info bubbles are now smaller
101+
[FIXED] Pass all the marker objects by reference now
102+
[FIXED] Keep wec_map at the bottom of the ext list for correct TCA inclusion
103+
[FIXED] Remove dependency on our prototype and use TYPO3's instead.
104+
[FIXED] Remove unneeded javascript helper methods
105+
[FIXED] Remove API key from FlexForms and TypoScript; all API key management is done through the Map Domain Manager
106+
[FIXED] Fixed divide by zero error in batch geocoder
107+
108+
1.3.6
109+
[FIXED] Regression bug: Filtering the FE Map by usergroup now works correctly if users are in more than one group
110+
111+
1.3.5
112+
[FIXED] wrong function call in the Batch Geocoder
113+
114+
1.3.4
115+
[FIXED] Google Geocoder works correctly again
116+
117+
1.3.3
118+
[FIXED] Filtering the FE Map by usergroup now works correctly if users are in more than one group
119+
120+
1.3.2
121+
[NEW] Localize Google Maps error messages
122+
[NEW] Add a conflicting extension
123+
[FIXED] Bug when addresses are normalized in some places (_cache) and not in others (_backend)
124+
[FIXED] Incorrect API key usage when geocoding from the backend
125+
[FIXED] Add more descriptive error message for directions
126+
[FIXED] Update docs with
127+
1.3.1 changelog and fix wrong CSS reference
128+
[FIXED] Map now zooms properly when only a manual center is given
129+
130+
1.3.1
131+
[NEW] Add German translation thanks to Christoph Kuhn
132+
[FIXED] Direction "to here from" were flipped around
133+
[FIXED] Deleting domains in the API Key Settings works now
134+
[FIXED] Missing inclusion of the install tool class caused bug in TYPO3 versions < 4.1
135+
136+
1.3.0
137+
[NEW] Domain management for API keys so the extension can be used on multidomain setups.
138+
[NEW] Add map controls to the FE User Map in the BE.
139+
[NEW] Directions are now built into the map, complete with written driving directions.
140+
[NEW] Add method that adds a marker based on just a table and uid. The address info is taken out of the TCA. See documentation for more details.
141+
[NEW] If there is only one marker on the map it's now possible to open the info bubble on load.
142+
[FIXED] potential bug that could cause funky errors due to clearing of cache when it wasn't necessary.
143+
[FIXED] "cannot redeclare $this" error message in PHP in a TYPO3 hook declaration.
144+
[FIXED] In some instances the geocoder would override manually changed coordinates.
145+
[FIXED] Make the map independent of the Prototype JS library. This fixes possible compatibility problems with other JS libraries and saves several hundred kb of files to be loaded.
146+
[FIXED] Don't include Google's API and other files more than once in the header if there is more than one map on a page.
147+
[FIXED] Some improvements to the geocoders.
148+
149+
1.2.0
150+
[NEW] More than one map can now be put on one page.
151+
!!! To make this possible, the id of the containing div had to be made unique. That means if you used it in your CSS to style the map you will have to change it from the id “map” to the class “tx-wecmap-map”. There is also a way to manually specify the id, see the TS reference for both plugins for more information. !!!
152+
[NEW] Initial center and zoom level can now be set via TS. See TS reference for more information.
153+
[FIX] Unescaped quotes causing the map to not show in certain cases
154+
155+
1.1.2
156+
[FIX] Path error resulting in Prototype not being included properly in the BE
157+
[FIX] Extension can now be installed globally without errors
158+
159+
1.1.1
160+
[NEW] Add status indicator image when saving a cache record
161+
[FIX] Improve rendering of record table with long coordinates
162+
[FIX] Bug that caused the current cache record's buttons to freeze
163+
164+
1.1.0
165+
[NEW] Improved WEC Admin Geocode Admin including record filter, inline editing of records, sortable tables columns, speed improvements and overall design improvements, all using AJAX
166+
[NEW] API now supports tabs for marker info windows. See “Using the WEC Map API” for more information
167+
[NEW] API and plugins now support directions
168+
[FIX] Several bugs with geocode status in BE records not saving correctly
169+
[FIX] Deleted records are no longer geocoded and displayed
170+
[FIX] Geocode status now shows the right amount of significant digits
171+
[FIX] Variable name typo causing addresses in the FE User Map Plugin to not be mapped
172+
173+
1.0.1
174+
[NEW] Add ability to set initial map type
175+
[NEW] Address fields are now read from the TCA
176+
[FIX] Some typos in localization
177+
[FIX] Replace short open tag with full open tag
178+
[FIX] Progress bar in Batch Geocoder now renders correctly
179+
180+
1.0.0
181+
Initial release.

0 commit comments

Comments
 (0)