-
Fixing a couple minor bugs with filtering field descriptions, altering field forms, and not using _token_module() in field_tokens().
-
Issue #1344766: Fixed $account->name should not be modified in user_token_values().
-
Put hook_token_list() implementations before hook_token_values().
-
Issue #1557766: The list token types in entity API break the token browser because HTML characters weren't converted to dashes.
-
Fix testing failure in TokenUserTestCase with user pictures.
-
Add default token formatters for the core list field types.
-
Issue #1557766: The list token types in entity API break the token browser because HTML characters weren't converted to dashes.
-
Fix testing failure in TokenUserTestCase with user pictures.
-
Add default token formatters for the core list field types.
-
Fix some coding standard violations.