Downloads
Download tar.gz
34.85 KB
MD5: 481fe5abb63b56be5289c35d07eec1f3
SHA-1: d5864f2edfeda6b99051bcc9bba0ceffc75e877d
SHA-256: 32217d096c069567b413033cc2688423f93486e5c13973023afcb6a8f3143346
Download zip
42.56 KB
MD5: 44b933291b9516536720748d8ee6285c
SHA-1: 387477a88c6a1ba1cb856d05de17ff75f808d0b8
SHA-256: dc859606760b0ed7a14a0cf50d446993f3f8507c76c04d22faa3d7e799d98be7
Release notes
Changes since 6.x-1.15:
- #1067268: Fixed token groups not bold if JavaScript is diabled.
- #932460: Fixed global tokens are missing in rules.
- #1147452: Improved validation of wildcard tokens.
- #733192: Added regression test for tokens inclosed in brackets are not recognized from Drupal 7.
- Backport latest version of TokenTestHelper::assertTokens().
- Removing translation directories
- Stripping CVS keywords
- #1020100 by Dave Reid: Fixed token validation doesn't work property if #token_types => array('all').
- #1020032 follow-up by Dave Reid: Fixed notice in token_element_validate() if element has no title.
- #1020032 by Dave Reid: Fixed notice in token_element_validate() if element has no title.
- #709978 by Magnus: Imported translation to localization server and removed CVS file.
- #991500 by Dave Reid: Added optimizations for token_format_date().
- #289630 by xjm, Dave Reid: Added the [node-menu-parent-path] and [node-menu-parent-path-raw] tokens for the URL alias of a parent menu link of a node.
- #972912 by Dave Reid: Added tests for the current page tokens.
- #333590 by Dave Reid | Frank Steiner, redndahead: Fixed menu link loading is overly sensitive for tokens, provide alternate menu link load functions for token purposes.
- #991500 by Dave Reid | WildBill: Fixed date and time tokens not displayed in current user's timezone.
- #987834 by kiamlaluno: Fixed hook_requirements() is using t() rather than $t().
- #987428 by Dave Reid: Could not use email tokens in the 'Send tokenized e-mail' action's recipient field.
- by Dave Reid: Updated tests for latest SimpleTest backport.
- #983176 by linclark: Fixed tokenSTARTER_token_values() was missing the $options parameter.
- #975364 backport by Dave Reid: Fixed date token titles should use the current date as examples.
- #522494 follow-up by Dave Reid: Backported system_send_email_action_validate() to token_actions_send_email_action_validate().
- #522494 by kenorb, Dave Reid: The recipient and message fields should be required for the token e-mail action.
- #635570 by yan, Dave Reid | Hawkcode: Fixed user tokens do not work in most triggers.
- by Dave Reid: Removed the token_menu_get_mid() function as it was left over from the Drupal 5 version.
- #957942 by DamienMcKenna: Fixed redundant line in token_node.inc.
- by Dave Reid: Added vocabulary token tests.
- by Dave Reid: Added taxonomy vocabulary tokens.
- #958586 by Dave Reid: Backported $options['clear'] from the D7 token API.
- #957934 by DamienMcKenna: Fixed [current-page-path] and [current-page-path-raw] were opposite.
- #957942 by DamienMcKenna: Fixed redundant line in token_node.inc.
- by Dave Reid: Deprecated token_element_validate_token_context() and added token_element_validate() for more general validation.
- by Dave Reid: Sort tokens in token_get_list().