Closed (fixed)
Project:
GMap Module
Version:
6.x-1.1-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2009 at 17:18 UTC
Updated:
27 Mar 2009 at 17:20 UTC
The permission names used by gmap_location are very non-Drupalish.
- "show node map" and "show user map" should be "view node map" and "view user map".
- "user locations" is unclear; I didn't know what it meant until I looked it up in the code. I guess this should be renamed to something like "view user location details".
Comments
Comment #1
gaele commentedJust noticed that "set user location" isn't used at all. So this permission can be removed.
Comment #2
bdragon commentedHmm, you're right, 'set user location' is a leftover bit from the bad old days where GMap used to be the one responsible for user locations.
http://drupal.org/cvs?commit=183000
Looking into the feasibility of the other changes...
Comment #3
bdragon commentedOK, grepped through contrib and did the rest.
http://drupal.org/cvs?commit=183034
http://drupal.org/cvs?commit=183042