Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download token-7.x-1.0.tar.gztar.gz 41.27 KB
MD5: 21709598974906287ea5bd68f2b94815
SHA-1: 651c6e78741884b18d9ff8ba861e008fbea74d98
SHA-256: 175777e2c5419a3cf9f1e5214f477770ea3bc33b90fe660973907c4e0ea91633
Download token-7.x-1.0.zipzip 45.26 KB
MD5: 9aabf6ee234b7e5a925ed77ff5cf2e6e
SHA-1: 42a60412fa26e23d40d5a1546adea4d32bbe7c86
SHA-256: 2b4ad87469bacced7e82c05ce014ce0e01ecc948009ff82410894977bc073463

Release notes

Notes from Dave Reid

This is the first stable release of the Token module for Drupal 7. I recognize that we still have a bit of work to go with regards to field tokens and performance/accessibility of the token browser, but I have decided that none of those issues are able to block a 1.0 release, so I just did it. Hopefully we'll get more momentum on solving those more difficult problems soon and fixed in minor 1.1 or 1.2 releases.

Changes since 7.x-1.0-rc1:

  • #1438512: Fixed extra closing brace in token_update_token_text().
  • #1512934: Added workaround for core bug #1477932 in which the cache_token table does not exist but drupal_flush_all_caches() is called.
  • #1515978: Added support for token replacement in block titles.
  • #1508404 by arpieb, jec006: Fixed token fields not rendered properly if replacement called from inside field_attach_view() and the fields' display were set to hidden.
  • #1515864: Added a [file:basename] token.
  • #1515776: Add an [entity:original] token.
  • #1464928: Fixed token_update_7000() shouldn't attempt to create the cache_token table if it already exists.
  • #1468766: Fixed inaccurate warning for missing token name and/or description.
  • #1427212: Fixed field labels were not properly escaped before using as token names.
Created by: Dave Reid
Created on: 6 Apr 2012 at 00:33 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure

Other releases