source: extensions/rv_gmaps/trunk/changelog.txt @ 12706

Last change on this file since 12706 was 12706, checked in by rvelices, 12 years ago

rv_gmaps use places autocomplete + added new markers + better algo for displaying markers

File size: 4.3 KB
Line 
12.3.b
2- search for places / location uses now google auto complete
3- fix some bad markers not showing (google removed some images from their servers)
4- added some new marker icons
5- full migration to maps api v3
6
72.3.a
8- fix jquery version
9- compatible with piwigo core 2.3
10
112.2.c
12- fix jquery version
13
142.2.b
15- fix admin issue while editing coordinates
16- new language ru, no
17
182.2.a
19- compatible with piwigo core 2.2
20
212.1.c
22- do not use prototype anymore (replaced by jQuery + jQuery nyromodal)
23
242.1.b
25- allow gps exif metadata synchronisation with high resolution images
26- fixed admin navigation bar
27- compatible with extended description
28- upgrade prototype
29- language updates
30
312.1.a
32- compatibility with piwigo 2.1
33- rolled back dirty fix in previos version (google corrected the issue)
34       
352.0.d
36  - hungarian translation thanks to external contributors
37  - the map uses now the 3D Large map control as on google maps website
38  - dirty fix for bug inroduced in api version 2.185 (and up to 2.193 as of now online) - http://code.google.com/p/gmaps-api-issues/issues/detail?id=2009&q=apitype%3AJavascript&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars
39
402.0.c
41  - google maps api is loaded using the same language as piwigo
42  - polish and italian languages thanks to external contributors
43
442.0.b
45  - remove some unused/unnecessary php code
46  - added Czech translation (thanks to Pavel B.)
47  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
48
492.0.a
50  - new PWG version compatible
51  - fix issue on the map page when left side longitude > right side longitude
52 
531.7.h
54  - fix issue when zlib.output_compression was set in php.ini
55  - update prototype javascript to version 1.6.0.2
56  - better navigation in map list (categories & tags)
57  - compatible with pwg 1.7.2 (issue on searches with previous version)
58
591.7.g
60  - bug - map on recent pictures had a mysql error
61  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
62  - added new physical map type
63  - replaced the old map type control with the new hierarchical type
64
651.7.f
66  - localhost do not require a google api key
67  - updated calls to new version of google maps apis
68  - improved click/double click behaviour on markers
69  - update prototype javascript to version 1.5.1.1
70  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
71 
721.7.e
73  - include french language (thanks dmaille)
74  - the marker title was not correctly set when marker recycled (used undocumented code that changed with api version); now we still use undocumented features but we "discover" the right function names at runtime
75  - output map data using the zip compression (if available)
76  - removed a sleep in the code that was used for debugging
77 
781.7.d
79  - added some rel nofollow and meta robots noindex,nofollow
80  - attempt to remove a php warning from the admin config page on some ISPs
81
821.7.c
83  - the map page opened from the picture page is not on google anymore
84  - the picture map page has a link "More photos near this location"
85  - allow custom markers instead of the default one
86  - on startup, the map page is automatically centered and zoomed to the images (all cases except when viewing the entire gallery or when an url generated by Link to this page is used)
87  - improved link to this page for different map types
88  - security: checks for guests for galleries that do not allow visits as guest
89  - security: checks for adivser administrators
90  - javascript improvements to avoid memory leaks in IE
91
921.7.b
93 - added an input to search for an address/city/country on the map page
94 - double click on a marker zooms to that location
95 - the info window automatically shows a vertical scroll bar if required
96 - performance: ability to limit the number of images shown in the info window per marker
97 - performance: do not destroy/create the markers in the browser, but reuse existing ones
98 - bug fix and improvement of the clustering algorithm
99 - added .kml extension to the file name when opening the kml file
100 - fix: kml from map page is always in flat mode (categories not structured)
101 - fix: kml from map page takes into account the current map viewport
102
1031.7.a
104 - initial release
Note: See TracBrowser for help on using the repository browser.