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

Last change on this file since 4070 was 4070, checked in by rvelices, 15 years ago

google maps api is loaded using the same language as piwigo

File size: 3.1 KB
Line 
12.0.c
2  - google maps api is loaded using the same language as piwigo
3  - polish and italian languages thanks to external contributors
4
52.0.b
6  - remove some unused/unnecessary php code
7  - added Czech translation (thanks to Pavel B.)
8  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
9
102.0.a
11  - new PWG version compatible
12  - fix issue on the map page when left side longitude > right side longitude
13 
141.7.h
15  - fix issue when zlib.output_compression was set in php.ini
16  - update prototype javascript to version 1.6.0.2
17  - better navigation in map list (categories & tags)
18  - compatible with pwg 1.7.2 (issue on searches with previous version)
19
201.7.g
21  - bug - map on recent pictures had a mysql error
22  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
23  - added new physical map type
24  - replaced the old map type control with the new hierarchical type
25
261.7.f
27  - localhost do not require a google api key
28  - updated calls to new version of google maps apis
29  - improved click/double click behaviour on markers
30  - update prototype javascript to version 1.5.1.1
31  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
32 
331.7.e
34  - include french language (thanks dmaille)
35  - 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
36  - output map data using the zip compression (if available)
37  - removed a sleep in the code that was used for debugging
38 
391.7.d
40  - added some rel nofollow and meta robots noindex,nofollow
41  - attempt to remove a php warning from the admin config page on some ISPs
42
431.7.c
44  - the map page opened from the picture page is not on google anymore
45  - the picture map page has a link "More pictures near this location"
46  - allow custom markers instead of the default one
47  - 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)
48  - improved link to this page for different map types
49  - security: checks for guests for galleries that do not allow visits as guest
50  - security: checks for adivser administrators
51  - javascript improvements to avoid memory leaks in IE
52
531.7.b
54 - added an input to search for an address/city/country on the map page
55 - double click on a marker zooms to that location
56 - the info window automatically shows a vertical scroll bar if required
57 - performance: ability to limit the number of images shown in the info window per marker
58 - performance: do not destroy/create the markers in the browser, but reuse existing ones
59 - bug fix and improvement of the clustering algorithm
60 - added .kml extension to the file name when opening the kml file
61 - fix: kml from map page is always in flat mode (categories not structured)
62 - fix: kml from map page takes into account the current map viewport
63
641.7.a
65 - initial release
Note: See TracBrowser for help on using the repository browser.