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

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

rv_gmaps can show now different markers based on number of photos at the location

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- markers can have different shape depending on the number of pictures
6- full migration to maps api v3
7
82.3.a
9- fix jquery version
10- compatible with piwigo core 2.3
11
122.2.c
13- fix jquery version
14
152.2.b
16- fix admin issue while editing coordinates
17- new language ru, no
18
192.2.a
20- compatible with piwigo core 2.2
21
222.1.c
23- do not use prototype anymore (replaced by jQuery + jQuery nyromodal)
24
252.1.b
26- allow gps exif metadata synchronisation with high resolution images
27- fixed admin navigation bar
28- compatible with extended description
29- upgrade prototype
30- language updates
31
322.1.a
33- compatibility with piwigo 2.1
34- rolled back dirty fix in previos version (google corrected the issue)
35       
362.0.d
37  - hungarian translation thanks to external contributors
38  - the map uses now the 3D Large map control as on google maps website
39  - 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
40
412.0.c
42  - google maps api is loaded using the same language as piwigo
43  - polish and italian languages thanks to external contributors
44
452.0.b
46  - remove some unused/unnecessary php code
47  - added Czech translation (thanks to Pavel B.)
48  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
49
502.0.a
51  - new PWG version compatible
52  - fix issue on the map page when left side longitude > right side longitude
53 
541.7.h
55  - fix issue when zlib.output_compression was set in php.ini
56  - update prototype javascript to version 1.6.0.2
57  - better navigation in map list (categories & tags)
58  - compatible with pwg 1.7.2 (issue on searches with previous version)
59
601.7.g
61  - bug - map on recent pictures had a mysql error
62  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
63  - added new physical map type
64  - replaced the old map type control with the new hierarchical type
65
661.7.f
67  - localhost do not require a google api key
68  - updated calls to new version of google maps apis
69  - improved click/double click behaviour on markers
70  - update prototype javascript to version 1.5.1.1
71  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
72 
731.7.e
74  - include french language (thanks dmaille)
75  - 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
76  - output map data using the zip compression (if available)
77  - removed a sleep in the code that was used for debugging
78 
791.7.d
80  - added some rel nofollow and meta robots noindex,nofollow
81  - attempt to remove a php warning from the admin config page on some ISPs
82
831.7.c
84  - the map page opened from the picture page is not on google anymore
85  - the picture map page has a link "More photos near this location"
86  - allow custom markers instead of the default one
87  - 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)
88  - improved link to this page for different map types
89  - security: checks for guests for galleries that do not allow visits as guest
90  - security: checks for adivser administrators
91  - javascript improvements to avoid memory leaks in IE
92
931.7.b
94 - added an input to search for an address/city/country on the map page
95 - double click on a marker zooms to that location
96 - the info window automatically shows a vertical scroll bar if required
97 - performance: ability to limit the number of images shown in the info window per marker
98 - performance: do not destroy/create the markers in the browser, but reuse existing ones
99 - bug fix and improvement of the clustering algorithm
100 - added .kml extension to the file name when opening the kml file
101 - fix: kml from map page is always in flat mode (categories not structured)
102 - fix: kml from map page takes into account the current map viewport
103
1041.7.a
105 - initial release
Note: See TracBrowser for help on using the repository browser.