Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 30.43 KB
MD5: 0c597a7a17a7a27a725cf076bbae25e4
SHA-1: 7c5814137803783cc6ff879b324a984c5a045f69
SHA-256: 994c3b84e86723ba30b5d3b0f20b65245cc5d74197f7bd6ea0234c477db12efa
Download zip 35.14 KB
MD5: 90dae3d5e4306e564e3f8f899d2a9cd3
SHA-1: 22c81f2c5f085b9d6ed31d29a6384c2d92112551
SHA-256: 447765302e92bc489d94a0e4f21cd023a954a3edd34d1dd14f883730adcd1ebd

Release notes

Changes since DRUPAL-7--1-0-ALPHA3:

  • by Dave Reid: Added [term:edit-url], [vocabulary:machine-name], and [vocabulary:edit-url] tokens.
  • #943028 by Dave Reid: Fixed the 'date' token type is ambiguous by adding a 'current-date' token type.
  • by Dave Reid: Added the [file:extension] token.
  • by Dave Reid: Fixed 'extension' spelling error.
  • by Dave Reid: Deprecated token_element_validate_token_context() and added token_element_validate() for more general validation.
  • by Dave Reid: Fixed regression with the [entity:path] token.
  • by Dave Reid: Added vocabulary token tests.
  • by Dave Reid: Added tests for the entity and token type mappings.
  • by Dave Reid: Added tests for entity and token type mis-matched token replacement.
  • #125640 by recidive, Dave Reid, smk-ka, MGN, marcushenningsen, orb: Added support for profile module tokens.
  • #967136 by Dave Reid: Added support for content type tokens. The [node:type] and [node:type-name] tokens are now deprecatd.
  • #333590 by Dave Reid: Fixed menu links without access cause problems with tokens by using alternate token_menu_link_load(). Added a menu token type and cleaned up menu token handling.
  • by Dave Reid: Added [menu:menu-link-count] token.
  • by Dave Reid: Fixed formatting for profile field list-type tokens.
  • by Dave Reid: Added [content-type:edit-url], [menu-link:edit-url], and [menu:edit-rul] tokens.
  • #972912 by Dave Reid: Added tests for the current page tokens.
  • #273893 by MGN, colin_young, Dave Reid, greggles, a_c_m | Summit: Added [current-page:arg;*] tokens.
  • by Dave Reid: Removed obsolete code from _token_menu_link_translate().
  • #974946 by Dave Reid: Deprecated and removed the token_actions.module.
  • #978212 by Dave Reid: Added the [user:picture] chained 'file' token.
  • #984470 by Dave Reid: Provide a token tree for the File and Image fields' instance settings form.
  • by Dave Reid: Merged token_get_token_info() into token_get_info().
  • #991646 by Dave Reid | the_phi: Fixed token validation failed for sub-type tokens.
  • #987834 by kiamlaluno: Fixed hook_requirements() is using t() rather than $t().
  • by Dave Reid: Menu link static caches should default to an array, not NULL.
  • #975112 by Dave Reid: Allow token types that extend base token types to have their own tokens not shared with the base token type (e.g. [current-user:ip-address] should work while [user:ip-address] should not).
  • #1010822 by Dave Reid: Added an [url:*] token type.
  • #1020032 by Dave Reid: Fixed notice in token_element_validate() if element has no title.
  • #1020032 follow-up by Dave Reid: Fixed notice in token_element_validate() if element has no title.
  • #1020100 by Dave Reid: Fixed token validation doesn't work property if #token_types => array('all').
Created by: dave reid
Created on: 12 Jan 2011 at 04:14 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases