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

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

rv_gmaps:

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