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

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

rv_gmaps compatible with core version 2.4

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