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

Last change on this file since 8304 was 8304, checked in by rvelices, 13 years ago

rv_gmaps co;patible with piwigo trunk (future 2.2)

File size: 3.9 KB
Line 
12.2.a
2- compatible with piwigo core 2.2
3
42.1.c
5- do not use prototype anymore (replaced by jQuery + jQuery nyromodal)
6
72.1.b
8- allow gps exif metadata synchronisation with high resolution images
9- fixed admin navigation bar
10- compatible with extended description
11- upgrade prototype
12- language updates
13
142.1.a
15- compatibility with piwigo 2.1
16- rolled back dirty fix in previos version (google corrected the issue)
17       
182.0.d
19  - hungarian translation thanks to external contributors
20  - the map uses now the 3D Large map control as on google maps website
21  - 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
22
232.0.c
24  - google maps api is loaded using the same language as piwigo
25  - polish and italian languages thanks to external contributors
26
272.0.b
28  - remove some unused/unnecessary php code
29  - added Czech translation (thanks to Pavel B.)
30  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
31
322.0.a
33  - new PWG version compatible
34  - fix issue on the map page when left side longitude > right side longitude
35 
361.7.h
37  - fix issue when zlib.output_compression was set in php.ini
38  - update prototype javascript to version 1.6.0.2
39  - better navigation in map list (categories & tags)
40  - compatible with pwg 1.7.2 (issue on searches with previous version)
41
421.7.g
43  - bug - map on recent pictures had a mysql error
44  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
45  - added new physical map type
46  - replaced the old map type control with the new hierarchical type
47
481.7.f
49  - localhost do not require a google api key
50  - updated calls to new version of google maps apis
51  - improved click/double click behaviour on markers
52  - update prototype javascript to version 1.5.1.1
53  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
54 
551.7.e
56  - include french language (thanks dmaille)
57  - 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
58  - output map data using the zip compression (if available)
59  - removed a sleep in the code that was used for debugging
60 
611.7.d
62  - added some rel nofollow and meta robots noindex,nofollow
63  - attempt to remove a php warning from the admin config page on some ISPs
64
651.7.c
66  - the map page opened from the picture page is not on google anymore
67  - the picture map page has a link "More pictures near this location"
68  - allow custom markers instead of the default one
69  - 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)
70  - improved link to this page for different map types
71  - security: checks for guests for galleries that do not allow visits as guest
72  - security: checks for adivser administrators
73  - javascript improvements to avoid memory leaks in IE
74
751.7.b
76 - added an input to search for an address/city/country on the map page
77 - double click on a marker zooms to that location
78 - the info window automatically shows a vertical scroll bar if required
79 - performance: ability to limit the number of images shown in the info window per marker
80 - performance: do not destroy/create the markers in the browser, but reuse existing ones
81 - bug fix and improvement of the clustering algorithm
82 - added .kml extension to the file name when opening the kml file
83 - fix: kml from map page is always in flat mode (categories not structured)
84 - fix: kml from map page takes into account the current map viewport
85
861.7.a
87 - initial release
Note: See TracBrowser for help on using the repository browser.