Tokens should be grouped together into certain categories like "url-safe" and "user-specific" so that modules which consume tokens can filter out which tokens to use.

Possible implementation:

$tokens['token'] = array('group' => blah, 'description' => blah', 'url-safe' => TRUE, 'plain-text' => TRUE')

or something like that...

Comments

dave reid’s picture

Status: Active » Closed (won't fix)

I think this is probably a won't fix after almost three years. :) We do now have the tree browser in D6 and D7.

greggles’s picture

This is more about how they are used, but yes it was more or less handled in the "token in core" issue.

I still think this has merit but am not motivated to work on it.