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

Last change on this file since 25792 was 25792, checked in by rvelices, 10 years ago

rv_gmaps improvements on mobile/tablets

File size: 5.2 KB
Line 
12.6.a
2- piwigo 2.6
3- mobile/tablet improvement
4
52.5.d
6- avoid mixed content warnings when used over https
7
82.5.c
9- admin can choose default map type (roadmap, satellite, ...)
10- auto center and zoom when viewing map for the entire gallery
11- fix kml namespace
12- attempt to fix uage with https on the photo page (need test)
13
142.5.b
15- more forgiving about some wrong exif gps formatting
16
172.5.a
18- piwigo 2.5
19
202.4.g
21- added missing trigger on category name translation...
22
232.4.e
24- removed earth icon from index pages
25- map icon text localized (for themes without icons)
26- minor javascript changes for maps api v3.9
27- code optimization
28- use colorbox instead of nyroModal
29
302.4.d
31- edit position in batch manager unit
32
332.4.c
34- photos are now geotagged in the batch manager instead of a special plugin page
35- fix some language keys
36
372.4.b
38- language updates
39
402.4.a
41-compatible with piwigo 2.4
42
432.3.b
44- search for places / location uses now google auto complete
45- fix some bad markers not showing (google removed some images from their servers)
46- added some new marker icons
47- markers can have different shape depending on the number of pictures
48- full migration to maps api v3
49
502.3.a
51- fix jquery version
52- compatible with piwigo core 2.3
53
542.2.c
55- fix jquery version
56
572.2.b
58- fix admin issue while editing coordinates
59- new language ru, no
60
612.2.a
62- compatible with piwigo core 2.2
63
642.1.c
65- do not use prototype anymore (replaced by jQuery + jQuery nyromodal)
66
672.1.b
68- allow gps exif metadata synchronisation with high resolution images
69- fixed admin navigation bar
70- compatible with extended description
71- upgrade prototype
72- language updates
73
742.1.a
75- compatibility with piwigo 2.1
76- rolled back dirty fix in previos version (google corrected the issue)
77       
782.0.d
79  - hungarian translation thanks to external contributors
80  - the map uses now the 3D Large map control as on google maps website
81  - 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
82
832.0.c
84  - google maps api is loaded using the same language as piwigo
85  - polish and italian languages thanks to external contributors
86
872.0.b
88  - remove some unused/unnecessary php code
89  - added Czech translation (thanks to Pavel B.)
90  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
91
922.0.a
93  - new PWG version compatible
94  - fix issue on the map page when left side longitude > right side longitude
95 
961.7.h
97  - fix issue when zlib.output_compression was set in php.ini
98  - update prototype javascript to version 1.6.0.2
99  - better navigation in map list (categories & tags)
100  - compatible with pwg 1.7.2 (issue on searches with previous version)
101
1021.7.g
103  - bug - map on recent pictures had a mysql error
104  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
105  - added new physical map type
106  - replaced the old map type control with the new hierarchical type
107
1081.7.f
109  - localhost do not require a google api key
110  - updated calls to new version of google maps apis
111  - improved click/double click behaviour on markers
112  - update prototype javascript to version 1.5.1.1
113  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
114 
1151.7.e
116  - include french language (thanks dmaille)
117  - 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
118  - output map data using the zip compression (if available)
119  - removed a sleep in the code that was used for debugging
120 
1211.7.d
122  - added some rel nofollow and meta robots noindex,nofollow
123  - attempt to remove a php warning from the admin config page on some ISPs
124
1251.7.c
126  - the map page opened from the picture page is not on google anymore
127  - the picture map page has a link "More photos near this location"
128  - allow custom markers instead of the default one
129  - 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)
130  - improved link to this page for different map types
131  - security: checks for guests for galleries that do not allow visits as guest
132  - security: checks for adivser administrators
133  - javascript improvements to avoid memory leaks in IE
134
1351.7.b
136 - added an input to search for an address/city/country on the map page
137 - double click on a marker zooms to that location
138 - the info window automatically shows a vertical scroll bar if required
139 - performance: ability to limit the number of images shown in the info window per marker
140 - performance: do not destroy/create the markers in the browser, but reuse existing ones
141 - bug fix and improvement of the clustering algorithm
142 - added .kml extension to the file name when opening the kml file
143 - fix: kml from map page is always in flat mode (categories not structured)
144 - fix: kml from map page takes into account the current map viewport
145
1461.7.a
147 - initial release
Note: See TracBrowser for help on using the repository browser.