/[drupal]/contributions/modules/gmap/gmap_taxonomy.module
ViewVC logotype

Log of /contributions/modules/gmap/gmap_taxonomy.module

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 20:47:16 2009 UTC (9 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-RC1
Changes since 1.1.2.6: +32 -7 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.7
gmap_taxonomy fixes:
* Clarify what the first option for the marker does.
* Fix unsetting a marker deliberately
* Fix several bugs with updating marker associations after changing a term.
* Fix SQL error when setting a marker on existing terms.
* Add function to recompute markers after changing a term.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 20:34:18 2009 UTC (9 months, 3 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-1-RC1, HEAD
Changes since 1.6: +32 -7 lines
Diff to previous 1.6
gmap_taxonomy fixes:
* Clarify what the first option for the marker does.
* Fix unsetting a marker deliberately
* Fix several bugs with updating marker associations after changing a term.
* Fix SQL error when setting a marker on existing terms.
* Add function to recompute markers after changing a term.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 22:31:59 2008 UTC (12 months ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.5: +5 -21 lines
Diff to previous 1.5
Fix taxonomy markers in views. Part of #327053.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 18:01:37 2008 UTC (13 months, 3 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Changes since 1.4: +6 -3 lines
Diff to previous 1.4
Some work on gmap_taxonomy to attempt to resolve issues noted in [#295775].
* Delete marker associations properly.
* Join to {node_revisions} properly.
* Handle upgrading from a 5.x version after the changed I just made in that branch.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 17:32:45 2008 UTC (13 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC1, DRUPAL-5--1-0-RC2
Changes since 1.1.2.5: +19 -9 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Some work on gmap_taxonomy to attempt to resolve issues noted in [#295775].
* Remove revision tracking, it doesn't work in D5 as taxonomy associations are NOT revisioned. Update required.
* Delete marker associations properly.
* Add a canary function so other modules can adapt to this change.
* Views note: You *may* have to resave your location-related views. I had to change the join conditions slightly.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 20:58:09 2008 UTC (16 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA6
Changes since 1.3: +23 -9 lines
Diff to previous 1.3
Get gmap_taxonomy up and running on 6.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 18:09:12 2008 UTC (16 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
D6 porting

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

Revision 1.1.2.5 - (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
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA3, DRUPAL-5--1-0-BETA4, DRUPAL-5--1-0-BETA5, DRUPAL-5--1-0-BETA6
Changes since 1.1.2.4: +1 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
whitespace, follow coding style document regarding file headers, some string changes from Bevan's patch.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 21:11:50 2008 UTC (18 months, 4 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.3: +3 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Quick coder run.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 01:55:42 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.2: +22 -15 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#205944 : Allow for updating markers when changing terms. Add an update to kick things off.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 30 16:21:45 2007 UTC (22 months, 4 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.1: +26 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Finish gmap_taxonomy support.
gmap_views support added.
gmap_location block support added.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 05:33:06 2007 UTC (23 months ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1: +131 -0 lines
Diff to previous 1.1
One hour and thirty minutes of furious hacking later...

Taxonomy markers!

Works on map/node.
Theoretically easy to get working on gmap_views, but I don't wish to test that theory this evening.

Revision 1.1
Sat Dec 29 05:33:06 2007 UTC (23 months ago) by bdragon
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file gmap_taxonomy.module 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