/[drupal]/contributions/modules/gmap/gmap_settings_ui.inc
ViewVC logotype

Log of /contributions/modules/gmap/gmap_settings_ui.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 00:01:51 2009 UTC (9 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-RC1
Changes since 1.1.2.40: +172 -17 lines
Diff to previous 1.1.2.40 , to branch point 1.1 , to next main 1.12
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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 12 23:45:23 2009 UTC (9 months, 2 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-1-RC1, HEAD
Changes since 1.11: +172 -17 lines
Diff to previous 1.11
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.1.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 16:38:25 2009 UTC (9 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.39: +2 -2 lines
Diff to previous 1.1.2.39 , to branch point 1.1
Fix #365384 by attempting to explain the variable better.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 16:33:38 2009 UTC (9 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Fix #365384 by attempting to explain the variable better.

Revision 1.1.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 18:09:34 2008 UTC (12 months, 4 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.38: +1 -14 lines
Diff to previous 1.1.2.38 , to branch point 1.1
* 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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 17:39:41 2008 UTC (12 months, 4 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.9: +1 -14 lines
Diff to previous 1.9
* 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.1.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 18:45:34 2008 UTC (13 months, 1 week ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC2
Changes since 1.1.2.37: +10 -1 lines
Diff to previous 1.1.2.37 , to branch point 1.1
Fix #322106, reported by sjf: Allow gmap to work when the Private download method is enabled.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 18:40:26 2008 UTC (13 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.8: +10 -1 lines
Diff to previous 1.8
Fix #322106, reported by sjf: Allow gmap to work when the Private download method is enabled.

Revision 1.1.2.37 - (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
CVS Tags: DRUPAL-5--1-0-RC1
Changes since 1.1.2.36: +17 -1 lines
Diff to previous 1.1.2.36 , to branch point 1.1
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.8 - (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
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.7: +21 -1 lines
Diff to previous 1.7
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.1.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 20:21:24 2008 UTC (13 months, 4 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.35: +2 -2 lines
Diff to previous 1.1.2.35 , to branch point 1.1
#307864 reported by chasz: Change mousewheel.js OFF by default to fix some warnings.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 20:19:52 2008 UTC (13 months, 4 weeks ago) by bdragon
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#307864 reported by chasz: Change mousewheel.js OFF by default to fix some warnings.

Revision 1.1.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 18:46:15 2008 UTC (14 months ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA6
Changes since 1.1.2.34: +4 -4 lines
Diff to previous 1.1.2.34 , to branch point 1.1
Fix strict warnings.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 18:44:47 2008 UTC (14 months ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA6
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Fix warnings.
Make a slight change to how gmap element processing works. This should reduce warnings.
Add some tests.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 21:23:17 2008 UTC (16 months, 2 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5
Changes since 1.4: +6 -5 lines
Diff to previous 1.4
D6 porting

Revision 1.1.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 20:34:19 2008 UTC (16 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA4, DRUPAL-5--1-0-BETA5
Changes since 1.1.2.33: +2 -2 lines
Diff to previous 1.1.2.33 , to branch point 1.1
fix E_ALL compliance issue.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 20:32:51 2008 UTC (16 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fix E_ALL compliance issue.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 17:21:44 2008 UTC (16 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
D6 porting. (menu hook, cache api changes.)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 16:30:29 2008 UTC (16 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.1: +433 -0 lines
Diff to previous 1.1
Pull DRUPAL-5--1-0-BETA3 into HEAD.

Revision 1.1.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 16:43:53 2008 UTC (16 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA3
Changes since 1.1.2.32: +4 -1 lines
Diff to previous 1.1.2.32 , to branch point 1.1
Reset the icondata cache when visiting the settings page.

Revision 1.1.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 19:15:19 2008 UTC (17 months ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.1.2.31: +21 -1 lines
Diff to previous 1.1.2.31 , to branch point 1.1
Fix the rest of #264489.
Add validation to whine when the user doesn't choose any baselayers.

Revision 1.1.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 18:02:59 2008 UTC (17 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.30: +2 -2 lines
Diff to previous 1.1.2.30 , to branch point 1.1
#255231 by psletten: adding the small zoom-control and no pan-control as an option.
Patch modified by me.
Thanks for the great idea, psletten!

Revision 1.1.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 15:30:40 2008 UTC (17 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.29: +3 -1 lines
Diff to previous 1.1.2.29 , to branch point 1.1
Fix #274329 by setting #parents correctly for the default map type setting.

Revision 1.1.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 22:46:27 2008 UTC (17 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.1.2.28: +5 -3 lines
Diff to previous 1.1.2.28 , to branch point 1.1
Fix a couple of warnings introduced by the php4 fix.

Revision 1.1.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 21:47:37 2008 UTC (17 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.27: +16 -1 lines
Diff to previous 1.1.2.27 , to branch point 1.1
* Better handling of styles.
* Rewrite of overlayeditor to use the new feature editing tools Google provides in newer api versions.

Revision 1.1.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 10 16:55:15 2008 UTC (17 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.26: +1 -13 lines
Diff to previous 1.1.2.26 , to branch point 1.1
This is:

A) in the wrong place.
B) was never actually used.
C) confusing people, including myself.

Therefore,

***DELETED***

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 23:18:31 2008 UTC (18 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.25: +2 -2 lines
Diff to previous 1.1.2.25 , to branch point 1.1
Quick coder run.

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 21:38:08 2008 UTC (18 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.24: +1 -9 lines
Diff to previous 1.1.2.24 , to branch point 1.1
Nix more WMS references.

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 19:36:08 2008 UTC (18 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.23: +18 -10 lines
Diff to previous 1.1.2.23 , to branch point 1.1
Fix binding bug introduced in the init shuffling.
Fix map type control change, generalize.

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 15:38:33 2008 UTC (18 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.22: +51 -2 lines
Diff to previous 1.1.2.22 , to branch point 1.1
Bootstrap changes to allow for custom baselayers more easily.

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 14:56:50 2008 UTC (18 months, 1 week ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.21: +1 -9 lines
Diff to previous 1.1.2.21 , to branch point 1.1
Remove dead code, unused stuff.

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 14:34:40 2008 UTC (18 months, 1 week ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.20: +9 -10 lines
Diff to previous 1.1.2.20 , to branch point 1.1
whitespace, follow coding style document regarding file headers, some string changes from Bevan's patch.

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 19:25:11 2008 UTC (18 months, 4 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.19: +9 -1 lines
Diff to previous 1.1.2.19 , to branch point 1.1
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.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 23:00:29 2007 UTC (23 months, 1 week ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-9-BETA1, DRUPAL-5--1-0-ALPHA1
Changes since 1.1.2.18: +2 -2 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Reworded the documentation on disabled flags.

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 21:36:37 2007 UTC (2 years ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.17: +19 -9 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Modified version of #185750. If keys_api is enabled, delegate api key management to it.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 18 20:43:25 2007 UTC (2 years, 2 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.16: +26 -2 lines
Diff to previous 1.1.2.16 , to branch point 1.1
All marker managers should be at least somewhat operational again.

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 01:07:33 2007 UTC (2 years, 2 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.15: +2 -1 lines
Diff to previous 1.1.2.15 , to branch point 1.1
#142618 by geodaniel: Increase length of macro text box for default maps.

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 00:22:55 2007 UTC (2 years, 2 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.14: +3 -3 lines
Diff to previous 1.1.2.14 , to branch point 1.1
#79208: Add validation to the width and height widgets on the settings page.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 20:38:16 2007 UTC (2 years, 3 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.13: +18 -18 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Coder.module style review.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 17:00:03 2007 UTC (2 years, 3 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.12: +8 -9 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Stuff related to #163430.
Misc. width and height cleanup / fixes.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 4 16:01:52 2007 UTC (2 years, 4 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.11: +3 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Locpick is an internal behavior.
Make it internal and add code for repairing stuff like this.
See #152991.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 19:35:47 2007 UTC (2 years, 6 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.10: +12 -6 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Hello from my new laptop!
Quell warnings. (My new devsite is spitting out more warnings, yay.)

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 15:45:17 2007 UTC (2 years, 6 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.9: +27 -13 lines
Diff to previous 1.1.2.9 , to branch point 1.1
A) make settings page a tad more robust, add option to change clusterer.js filename.
B) Applied modified patch from #137387. Thanks, ray007!
Any bugs are my fault.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 16:48:15 2007 UTC (2 years, 6 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.8: +2 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Missing #default_value

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 28 15:58:24 2007 UTC (2 years, 7 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.7: +92 -84 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Another round of changes.
The marker manager settings on the settings page actually work now, and one million other things.
See http://drupal.org/node/139932

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 14:15:55 2007 UTC (2 years, 8 months ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-6
Changes since 1.1.2.6: +3 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Slight changes to ensure the mousewheel zooming gets disabled when the file is missing.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 14:11:54 2007 UTC (2 years, 8 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.5: +6 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Handle the missing mousewheel.js better.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 18:11:00 2007 UTC (2 years, 8 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.4: +19 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Mouse wheel zoom!

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 22:13:50 2007 UTC (2 years, 9 months ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-5
Changes since 1.1.2.3: +2 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Description bug pointed out by Benjamin Melançon.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 00:00:57 2007 UTC (2 years, 9 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
No comment.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 22 23:58:00 2007 UTC (2 years, 9 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.1: +3 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Whoops! How did this ever have a chance of working?
Hopefully fix php crashes by php5 users.
See #118600 for more...

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 20:32:03 2007 UTC (2 years, 9 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1: +267 -0 lines
Diff to previous 1.1
Split out and expand settings ui.

Revision 1.1
Tue Feb 6 20:32:03 2007 UTC (2 years, 9 months ago) by bdragon
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file gmap_settings_ui.inc was initially added on branch DRUPAL-5.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2