Token

Subscribe to Token feed
Updated: 6 hours 58 min ago

token 7.x-1.0-rc1

Tue, 01/31/2012 - 10:04
Last updated: January 31, 2012 - 15:06View usage statistics for this release Download Size md5 hash token-7.x-1.0-rc1.tar.gz 40.13 KB b63435f4a943cb013aa34339f5ce8bb0 token-7.x-1.0-rc1.zip 44.04 KB ab6d4d780b024fcd38f9ee09e0deebf2 Official release from tag: 7.x-1.0-rc1
Last updated: January 31, 2012 - 15:06View usage statistics for this release

Changes since 7.x-1.0-beta7:

  • Followup #1362502: Ensure static cache of token_node_menu_link_load() is cleared with token_clear_cache().
  • #1362502 by fago, Dave Reid: Fixed unnecessary calls to menu_node_prepare() if no node menu tokens were used.
  • Do not alter tokens that have been fixed in core bugfix releases.
  • Fixed indentation in token_autocomplete_string().
  • Speed up tests by using testing profile where possible.
  • Added @file documentation headers.
  • #1266928 by Dave Reid, redndahead, sense-design: Added [menu-link:parents] and [term:parents] array tokens.

token 6.x-1.18

Thu, 11/03/2011 - 12:14
Last updated: November 3, 2011 - 16:15View usage statistics for this release Download Size md5 hash token-6.x-1.18.tar.gz 37.31 KB c9ef9672e0f95e7dc68e01de6b291f46 token-6.x-1.18.zip 45.12 KB a332481f8564b9c2af8f0efaff6dc072 Official release from tag: 6.x-1.18
Last updated: November 3, 2011 - 16:15View usage statistics for this release

Changes since 6.x-1.17:

  • #1329196: Fixed token_scan() broke the token rules integration.
  • Follow-up to #1307890: Allow token replacement to work on an array, but still throw a notice.
  • Added debugging notice if token replacement $text is not a string (some modules seems to be giving an array - which is wrong).

token 6.x-1.17

Mon, 10/31/2011 - 19:27
Last updated: October 31, 2011 - 23:30View usage statistics for this release Download Size md5 hash token-6.x-1.17.tar.gz 37 KB b42e565347ee846055de83ddc5e40c4e token-6.x-1.17.zip 44.79 KB bb6b01640f06acdd6b14b8283f8aa126 Official release from tag: 6.x-1.17
Last updated: October 31, 2011 - 23:30View usage statistics for this release

Changes since 6.x-1.16:

  • #1157058 by Dave Reid, aaronbauman: Added hook_token_values_alter().
  • #1303844: Cache node tokens by revision ID rather than node ID to different node revisions can get proper tokens in the same request.
  • #1317926: by juhasz, pp, Dave Reid: Fixed calling menu_nodeapi(, 'prepare') may cause menu link data loss on a node object after token replacement.
  • #1307890 by neilnz, Dave Reid: Improved performance of token_replace() on strings which do not contain any tokens. Fixed bugs with token_scan().
  • #1252592: Fixed token value cells should not wrap.
  • #1062492: Fixed bug with multiple token tress on the same page can both trigger expand/collapse when only one should respond.
  • Fixed _token_clean_css_identifier() needs to clean any trailing characters.
  • #1198278: Fixed PHP notice: Undefined property stdClass:: in user_token_values().
  • Fixed PHP notices when generating tokens if $type is not global but $object is empty.
  • #648266 by Dave Reid, Garrett Albright: Removed workaround for CCK issue #736440 for objects and memory leaks.
  • #1174472 by Dave Reid: Improved token generation and caching.

token 7.x-1.0-beta7

Fri, 10/28/2011 - 14:15
Last updated: October 28, 2011 - 18:15View usage statistics for this release Download Size md5 hash token-7.x-1.0-beta7.tar.gz 39.58 KB 9d5644d212720e8c9db7fcbcf4559468 token-7.x-1.0-beta7.zip 43.48 KB d8bf270f8c61d347fa2d73aa6edb917a Official release from tag: 7.x-1.0-beta7
Last updated: October 28, 2011 - 18:15View usage statistics for this release

Changes since 7.x-1.0-beta6:

  • #1317926: by juhasz, pp, Dave Reid: Fixed calling menu_node_prepare() may cause menu link data loss on a node object after token replacement.
  • #1271966: Decreased default token depth to 3 levels to help prevent memory errors for sites with entity_tokens enabled.
  • #1297528: Fixed user role data is not always consistent when editing a user.
  • Added support for the default token formatters for text field types.