Log of /contributions/modules/gmap/gmap_location.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 13 17:10:45 2009 UTC
(8 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.57: +14 -10 lines
Diff to
previous 1.57
The remainder of #392130, reported by gaele:
Rename permissions:
"show node map" -> "view node map"
"show user map" -> "view user map"
"user locations" -> "view user location details"
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 13 15:53:22 2009 UTC
(8 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.56: +2 -2 lines
Diff to
previous 1.56
Part of #392130, reported by gaele:
Remove 'set user location' permission, it's a leftover from the days that GMap used to be responsible for user locations.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 5 21:37:48 2009 UTC
(9 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.53: +4 -4 lines
Diff to
previous 1.53
Fix variable usage bug. It hasn't caused problems because the backwards compatibility variables are still being used as a fallback.
Revision
1.26.2.85 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 22 17:02:02 2009 UTC
(10 months ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.26.2.84: +41 -31 lines
Diff to
previous 1.26.2.84
, to
branch point 1.26
Fix several block issues.
* Allow multiple locations for users and nodes.
* Fix marker titles and give them sane values.
* Add offset to make markers with multiple images work as expected.
* Rewrite gmap_location_author_block_view() to work similar to gmap_location_block_view().
* Remove hardcoded 'gmap_location_authorblock' mapid to match the behavior of the node block. (Reassign it in the macro if you need it.)
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 22 16:35:48 2009 UTC
(10 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.47: +41 -26 lines
Diff to
previous 1.47
Fix several block issues.
* Allow multiple locations for users and nodes.
* Fix marker titles and give them sane values.
* Add offset to make markers with multiple images work as expected.
* Rewrite gmap_location_author_block_view() to work similar to gmap_location_block_view().
* Remove hardcoded 'gmap_location_authorblock' mapid to match the behavior of the node block. (Reassign it in the macro if you need it.)
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 10 15:40:23 2008 UTC
(11 months, 2 weeks ago)
by
bdragon
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0
Changes since
1.46: +1 -1 lines
Diff to
previous 1.46
Fix #345269, noticed while helping George2 in IRC: Call node_view() instead of theme('node') to make stuff like CCK fields get output correctly in node markers.
Revision
1.26.2.80 -
(
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-RC1,
DRUPAL-5--1-0-RC2
Changes since
1.26.2.79: +3 -3 lines
Diff to
previous 1.26.2.79
, to
branch point 1.26
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.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 30 18:05:51 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.39: +9 -1 lines
Diff to
previous 1.39
#279049 reported by tormi: Use a valid variable for the author map marker. (You can now choose a marker by going to "configure" for the author map block.)
Revision
1.26.2.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 30 18:01:13 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.26.2.76: +4 -4 lines
Diff to
previous 1.26.2.76
, to
branch point 1.26
Fix minor issue with node type names. (This technically prevents XSS with content type names, but if you're giving out the ability to create / edit content types to people you don't trust, you have much bigger problems.)
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 30 17:59:24 2008 UTC
(13 months, 3 weeks ago)
by
bdragon
Branch:
MAIN
Changes since
1.38: +3 -3 lines
Diff to
previous 1.38
Fix minor issue with node type names. (This technically prevents XSS with content type names, but if you're giving out the ability to create / edit content types to people you don't trust, you have much bigger problems.)
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 18 18:25:46 2008 UTC
(14 months, 1 week ago)
by
bdragon
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA5
Changes since
1.35: +1 -5 lines
Diff to
previous 1.35
#310357 reported by bobchristenson: Remove code that makes map/node 404 if there weren't any results.
#310365 reported by bobchristenson: Fix "map/nodes" typo in fieldset title.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 15 16:57:38 2008 UTC
(14 months, 1 week ago)
by
bdragon
Branch:
MAIN
Changes since
1.33: +47 -36 lines
Diff to
previous 1.33
* Standardize the block macros, and make them easier to upgrade in the future.
* Reduce the number of variables used by the location map block.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 15 18:45:37 2008 UTC
(16 months, 1 week ago)
by
bdragon
Branch:
MAIN
Changes since
1.29: +66 -53 lines
Diff to
previous 1.29
More 6.x porting.
Did some theme function renaming for gmap_location to be more in line with the 6.x way of doing it.
Revision
1.26.2.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 24 17:55:27 2007 UTC
(2 years, 5 months ago)
by
bdragon
Branch:
DRUPAL-5
Changes since
1.26.2.29: +16 -4 lines
Diff to
previous 1.26.2.29
, to
branch point 1.26
* Add some comments to gmap.js.
* Add the ability to defer changes.
* Add the ability for a marker to click itself on load.
* General fixes to the gmap_location node map.
Fixes for: #144536, #153705
Revision
1.27
Fri Apr 27 21:23:47 2007 UTC
(2 years, 7 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.26: +1 -1 lines
FILE REMOVED
HEAD is now empty. What was here is now DRUPAL-4-7--2.
Revision
1.24.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.24: +17 -16 lines
Diff to
previous 1.24
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.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 16 08:32:54 2006 UTC
(3 years, 5 months ago)
by
webgeer
Branch:
MAIN
Changes since
1.11: +1 -1 lines
Diff to
previous 1.11
Fix geocoding. Still not really right. For it to work, the map id has to be nodemap for nodes and usermap for users.
Will fix so it can be any arbitrary map name later
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.