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

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

rv_gmaps update v 2.2.b

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