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

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

rv_gmaps for piwigo 2.6

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