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

Last change on this file since 23186 was 23186, checked in by rvelices, 11 years ago

avoid mixed content warnings when used over https

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