Log of /contributions/modules/gmap/gmap.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.101 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 17 18:31:59 2009 UTC
(7 months, 1 week ago)
by
bdragon
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.100: +7 -1 lines
Diff to
previous 1.100
Usability: Don't show a JS error when attempting to display a map before the API key has been configured.
This should help when visiting the settings page for the first time, etc. The immediate JS error isn't very nice.
Revision
1.100 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 11 16:43:02 2009 UTC
(8 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.99: +2 -2 lines
Diff to
previous 1.99
#397986, reported by VeryMisunderstood: Fixing php notice / serious performance issue in marker titles.
Revision
1.51.2.178 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 13 00:01:51 2009 UTC
(9 months, 1 week ago)
by
bdragon
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-1-RC1
Changes since
1.51.2.177: +11 -8 lines
Diff to
previous 1.51.2.177
, to
branch point 1.51
Add support for ClusterMarker and MarkerManager (without the G) marker managers.
Fix #155104 by Scott Falconer: Add "Zoom to cluster area" support.
Allow falling back to the default Clusterer marker if desired.
Allow entering larger numbers in some marker manager settings.
Allow choosing between the original and the new "zoom to marker area" behavior on Clusterer.
Revision
1.99 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 12 23:45:23 2009 UTC
(9 months, 1 week ago)
by
bdragon
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-1-RC1
Changes since
1.98: +11 -8 lines
Diff to
previous 1.98
Add support for ClusterMarker and MarkerManager (without the G) marker managers.
Fix #155104 by Scott Falconer: Add "Zoom to cluster area" support.
Allow falling back to the default Clusterer marker if desired.
Allow entering larger numbers in some marker manager settings.
Allow choosing between the original and the new "zoom to marker area" behavior on Clusterer.
Revision
1.96 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 31 00:16:23 2009 UTC
(9 months, 3 weeks ago)
by
bec
Branch:
MAIN
Changes since
1.95: +6 -1 lines
Diff to
previous 1.95
add a class around map bubble contents. you can now set width and height on .gmap-popup in your css and map bubbles will grow to fit it.
Revision
1.51.2.173 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 29 19:08:41 2008 UTC
(10 months, 3 weeks ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.172: +18 -11 lines
Diff to
previous 1.51.2.172
, to
branch point 1.51
#350408 by pillarsdotnet: Selecting "Regenerate marker cache" does not reliably clear and rebuild the marker cache.
Changes:
gmap_regenerate_markers()
* Pass TRUE to the gmap_get_icondata() function
* Pass TRUE to the gmap_set_marker_titles() function
gmap_set_marker_titles()
* Simplify and correct the caching logic
Revision
1.94 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 29 18:59:41 2008 UTC
(10 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.93: +26 -12 lines
Diff to
previous 1.93
#350408 by pillarsdotnet: Selecting "Regenerate marker cache" does not reliably clear and rebuild the marker cache.
Changes:
gmap_regenerate_markers()
* Pass TRUE to the gmap_get_icondata() function
* Pass TRUE to the gmap_set_marker_titles() function
gmap_set_marker_titles()
* Simplify and correct the caching logic
gmap_flush_caches()
* Add an implementation of hook_flush_caches to ensure that clicking on the "Clear cached data" button from the /admin/settings/performance page also rebuilds the marker cache.
Revision
1.85 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 5 21:07:58 2008 UTC
(12 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.84: +1 -1 lines
Diff to
previous 1.84
#330343, reported by fabio84 and also by epimeth in irc: Make script url valid again, I forgot that url() returns raw ampersands.
Revision
1.84 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 5 21:02:27 2008 UTC
(12 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.83: +7 -0 lines
Diff to
previous 1.83
Let people pass map arrays to theme('gmap') without wrapping them in array('#settings' => ...). In theory.
Revision
1.51.2.163 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 18:09:33 2008 UTC
(12 months, 3 weeks ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.162: +6 -4 lines
Diff to
previous 1.51.2.162
, to
branch point 1.51
* Remove my mousewheel zooming code and rely on google's, it's worked properly since 2.102!
* Remove references to mousewheel.js, clean up variable.
* Add support for Continuous Zoom, enabled by default.
* Add behavior flag for disabling Continuous Zoom.
* Remove workaround from may 2007 (rev 1.1.2.15) that was causing zooming problems.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 17:39:41 2008 UTC
(12 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.82: +6 -4 lines
Diff to
previous 1.82
* Remove my mousewheel zooming code and rely on google's, it's worked properly since 2.102!
* Remove references to mousewheel.js, clean up variable.
* Add support for Continuous Zoom, enabled by default.
* Add behavior flag for disabling Continuous Zoom.
* Remove workaround from may 2007 (rev 1.1.2.15) that was causing zooming problems.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 20 21:05:08 2008 UTC
(13 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.81: +24 -3 lines
Diff to
previous 1.81
Finish implementing styles support.
* Add style keyword to the macro layer.
* Add code to merge styles in properly.
* Allow using references to styles in lines / polys.
Revision
1.51.2.158 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 1 17:10:19 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.157: +20 -47 lines
Diff to
previous 1.51.2.157
, to
branch point 1.51
Remove the old unused json callback.
Remove the markerdata hack.
Add a marker file generator and fix markers once and for all.
Add a button to the settings page to regenerate the marker cache. (Please note that the Drupal 5 version submits the form as well. In D5 it's harder to make buttons that only do one thing.)
Revision
1.78 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 1 16:59:32 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.77: +19 -38 lines
Diff to
previous 1.77
Remove the old unused json callback.
Remove the markerdata hack.
Add a marker file generator and fix markers once and for all.
Add a button to the settings page to regenerate the marker cache.
Revision
1.75 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 30 15:06:28 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.74: +3 -3 lines
Diff to
previous 1.74
Fixing align brokenness noted in comment 66 of #266595. I was treating a string as an array and accidentally stomping some css classes.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 23 18:44:47 2008 UTC
(14 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.73: +51 -39 lines
Diff to
previous 1.73
Fix warnings.
Make a slight change to how gmap element processing works. This should reduce warnings.
Add some tests.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 15 16:46:32 2008 UTC
(14 months, 1 week ago)
by
bdragon
Branch:
MAIN
Changes since
1.65: +8 -2 lines
Diff to
previous 1.65
Since I keep making the mistake of using comma delimited behaviors in macros, we might as well support the syntax.
Revision
1.51.2.110 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 30 19:25:11 2008 UTC
(18 months, 3 weeks ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.109: +2 -1 lines
Diff to
previous 1.51.2.109
, to
branch point 1.51
My solution to #224857.
Let's add a maximum initial zoom that anything that changes zoom automatically isn't allowed to go over. This makes using autozoom on the location blocks work much better.
Revision
1.51.2.99 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 4 00:36:59 2007 UTC
(2 years, 2 months ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.98: +1 -300 lines
Diff to
previous 1.51.2.98
, to
branch point 1.51
Goodbye, gmap_draw_map. Your time is up.
<code>
,____
|---.\
___ | `
/ .-\ ./=)
| |"|_/\/|
; |-;| /_|
/ \_| |/ \ |
/ \/\( |
| / |` ) |
/ \ _/ |
/--._/ \ |
`/|) | /
/ | |
.' | |
jgs / \ |
(_.-.__.__./ /
</code>
Revision
1.51.2.89 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 24 04:13:25 2007 UTC
(2 years, 3 months ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.51.2.88: +34 -9 lines
Diff to
previous 1.51.2.88
, to
branch point 1.51
Yay! Lots of macro fixage!
Circles should be FLAWLESS now.
Part of #124061.
Also: Wrap inline js in CDATA blocks to prevent XHTML validation errors.
Also also: Make clearshapes actually just clear shapes and not everything else...
Revision
1.52
Fri Apr 27 21:23:47 2007 UTC
(2 years, 6 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.51: +1 -1 lines
FILE REMOVED
HEAD is now empty. What was here is now DRUPAL-4-7--2.
Revision
1.49.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 12 23:37:55 2007 UTC
(2 years, 10 months ago)
by
bdragon
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-0
Changes since
1.49: +51 -8 lines
Diff to
previous 1.49
Ok, here's the deal. I rebranched DRUPAL-4-6 and DRUPAL-4-7 due to some of the files being tagged wrong and screwing up the release system.
This commit contains all changes between the DRUPAL-4-7 branch point and the (removed for retagging) DRUPAL-4-7--1-0 tag.
DRUPAL-4-6 and DRUPAL-4-7 are no longer in limbo.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 7 05:33:33 2006 UTC
(3 years, 6 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.21: +40 -21 lines
Diff to
previous 1.21
Many changes, probably still has bugs, but I think it is better that everyone start using this than the version that is currently tagged as 4.7 as that is not as future compatible...
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 28 08:17:33 2006 UTC
(3 years, 7 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.11: +334 -603 lines
Diff to
previous 1.11
Significant changes to the gmap module. Most notably in the API function names and in the gmapmacro creator.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 28 07:53:20 2006 UTC
(3 years, 9 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.8: +4 -4 lines
Diff to
previous 1.8
Fixed bug 46316 (I think) and fixed error checking problem for manual entry of lat or long in gmap_user
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 5 08:10:14 2006 UTC
(3 years, 10 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.6: +109 -89 lines
Diff to
previous 1.6
A few bug fixes, optimizations and a relatively minor change to the macro creator that makes it way more useful.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 20 06:10:44 2005 UTC
(3 years, 11 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.4: +618 -92 lines
Diff to
previous 1.4
Major revision. Includes using xmaps library, map of users, and major improvements to API (for more generalized use) Compatible with Drupal 4.7 only.