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

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