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

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

rv_gmaps version 2.3.a + jquery version update

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