token 7.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.5.tar.gz | 42.98 KB | 93e5a19e8b244022cc38e58663db8001 |
| token-7.x-1.5.zip | 47.34 KB | cf0c68609d87dbe89c6eff7752636e59 |
Release notes
Changes since 7.x-1.4:
- Return a flipped array when token_get_entity_mapping('token') without a $value parameter.
- #1863910: Do not override the token types if specified in the block title field.
- #1720576: Prevent notices in token_form_field_ui_field_edit_form_alter() if the field is locked.
- #1859452 by Dave Reid: jnettik, kalabro: Fixed token dialog did not render in the same theme as the current page, causing CSS conflicts.
- #1909308: Removed unnecessary files[] directives from token.info.
- Use the dialog version of the token tree in all internal uses for core.
- Support passing in a third argument to override the token type in token_devel_token_object().
- Added Drush intergration for clearing token cache.
- #1894890: Fixed date type titles need sanitization.
- #1894880: Added a fallback parameter to token_get_entity_mapping().
token 7.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.4.tar.gz | 42.65 KB | e65a894f14518751ca1da445a767965c |
| token-7.x-1.4.zip | 46.76 KB | 5f930d4403f528b4d42181b8f93eefac |
Release notes
Changes since 7.x-1.3:
- #1791536: Fixed options not properly passed to theme('token_tree') in token_page_output_tree().
token 6.x-1.19
| Download | Size | md5 hash |
|---|---|---|
| token-6.x-1.19.tar.gz | 37.23 KB | 869504372e67a7976ad2605e63555c71 |
| token-6.x-1.19.zip | 45 KB | 3b2d7abfb65814ed91414286314a4065 |
Release notes
Changes since 6.x-1.18:
- #1344766: Fixed $account->name should not be modified in user_token_values().
- Put hook_token_list() implementations before hook_token_values().
- Removed warning if $text is an array in token_replace_multiple().
token 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.3.tar.gz | 42.64 KB | efe130120435cf38d33e6ae005ad0956 |
| token-7.x-1.3.zip | 46.77 KB | 0eb504261aa827d0af03e23fa962ade8 |
Release notes
Changes since 7.x-1.2:
- Ensure that added core implementations of hook_token_info_alter() are properly set in token_module_implements_alter().
- #1782374 by pounard, Dave Reid: Fixed token_module_implements_alter() should set FALSE instead of TRUE for the group value.
- Fixed token_field_display_alter() should attempt to use the default field formatter in addition to the default token formatter, rather than not display a field token value.
- #1743472: Fixed misspelling of implements in token_help() documentation.
- #1764024 by Dave Reid, klausi: Added some access restrictions to the token/tree page callback to ensure they cannot just be viewed without context.
This issue was cleared to be fixed publicly by the Drupal Security Team.
token 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.2.tar.gz | 42.16 KB | 0cb93d8a597acd5f99acdc7cb42b6332 |
| token-7.x-1.2.zip | 46.25 KB | 4977924f5dcab2a9ba82188b119a6b3b |
Release notes
Changes since 7.x-1.1:
token 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.1.tar.gz | 41.5 KB | 8d4c96128ab3ef9f4e76fbdb73900e35 |
| token-7.x-1.1.zip | 45.46 KB | a6acbca69d704b175a74874d33a8f311 |
Release notes
Changes since 7.x-1.0:
- Fixing a couple minor bugs with filtering field descriptions, altering field forms, and not using _token_module() in field_tokens().
- #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.
token 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0.tar.gz | 41.27 KB | 21709598974906287ea5bd68f2b94815 |
| token-7.x-1.0.zip | 45.26 KB | 9aabf6ee234b7e5a925ed77ff5cf2e6e |
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.
token 8.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| token-8.x-1.x-dev.tar.gz | 41.67 KB | 03466ca336d5449a927094066c7d6662 |
| token-8.x-1.x-dev.zip | 45.77 KB | 70062f5847696cfe8d202c1834e13b42 |
token 7.x-1.0-rc1
| 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 |
Release notes
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
| 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 |
Release notes
Changes since 6.x-1.17:
token 6.x-1.17
| Download | Size | md5 hash |
|---|---|---|
| token-6.x-1.17.tar.gz | 37 KB | b42e565347ee846055de83ddc5e40c4e |
| token-6.x-1.17.zip | 44.79 KB | bb6b01640f06acdd6b14b8283f8aa126 |
Release notes
Changes since 6.x-1.16:
Read moretoken 7.x-1.0-beta7
| 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 |
Release notes
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.
token 7.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta6.tar.gz | 39.21 KB | 797c619140cdcc00004ce5e64b25eb02 |
| token-7.x-1.0-beta6.zip | 43.09 KB | fcc04edc859e3563dc27be764c64ee0b |
Release notes
Changes since 7.x-1.0-beta5:
- #1279194: Fixed field tokens on multiple entities were only available on the last entity.
- Fixed dynamic tokens have invalid ID attributes in the token UI.
- Fixed the [current-page:title] token should return an un-sanitized title if $options['sanitize'] is FALSE.
- #1270440: Allow the array tokens to be used with render arrays.
- Improved TokenTestHelper::assertTokens() to return the array.
- Added tests for the [user:roles] chained tokens.
- Do not add tokens to non-existant token types.
- Fixed error with [url:args] token.
- #1265848: Fixed error with altering URL tokens exposed by improved problem token reporting.
token 7.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta5.tar.gz | 37.53 KB | 42b75e49ecfe3945cf3971b20d64e21f |
| token-7.x-1.0-beta5.zip | 41.49 KB | bcec3f0ca927d9d5b84ed6e280aa36ca |
Release notes
Changes since 7.x-1.0-beta4:
Read moretoken 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta4.tar.gz | 35.48 KB | 00aea5ce506db5a5308e4881cc16a650 |
| token-7.x-1.0-beta4.zip | 39.43 KB | 5b409e3b7ccd88a94c04dca3eea697be |
Release notes
Basic field tokens like [node:field_tags] or [node:field_image] are now fully-supported. Work continues to ensure that field tokens have complete test coverage, and to work on nested and more detailed field tokens.
Changes since 7.x-1.0-beta3:
- #691078: Added basic-level field tokens.
- #1233746: Fixed warning about mismatched token data types is too aggressive - only trigger during test execution.
This release is dedicated to Mike Byron, father of Angie Byron (webchick) who recently passed away. Angie, Károly Négyesi (chx), and numerous others were and still are a large part of what helped push the Field token support along.
token 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta3.tar.gz | 33.76 KB | 236041ef8c6249adae04f0af98e8aa8b |
| token-7.x-1.0-beta3.zip | 37.73 KB | a2a543bcdc372bc9755f7917b7effd3f |
Release notes
Changes since 7.x-1.0-beta2:
Read moretoken 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta2.tar.gz | 31.91 KB | 33678788042e89887c17f072f22b360e |
| token-7.x-1.0-beta2.zip | 35.71 KB | 9988b90f67ffea1225aedf3788259d2b |
Release notes
Changes since 7.x-1.0-beta1:
- Prevent PHP notices with token types without any tokens defined.
- #1067268: Fixed token groups not bold if JavaScript is diabled.
- #862662: Fix token tree output in token_help() if we are not actually on the help page.
- Stripping CVS keywords
- #1047740 by Dave Reid, bfroehle: Added an [array:*] token type and a [user:roles] token.
- #1067590 by Dave Reid: Added an [url:brief] token.
- by Dave Reid: Fixed token_clear_cache() only clears expired cache entries.
- by Dave Reid: Added a token_clean_token_name() function for re-use.
- #1025954 by Dave Reid: Fixed PHP warning: Invalid argument supplied for foreach() in profile_token_info() if there were no profile fields defined.
token 6.x-1.16
| Download | Size | md5 hash |
|---|---|---|
| token-6.x-1.16.tar.gz | 34.85 KB | 481fe5abb63b56be5289c35d07eec1f3 |
| token-6.x-1.16.zip | 42.56 KB | 44b933291b9516536720748d8ee6285c |
Release notes
Changes since 6.x-1.15:
Read moretoken 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-beta1.tar.gz | 30.43 KB | 0c597a7a17a7a27a725cf076bbae25e4 |
| token-7.x-1.0-beta1.zip | 35.14 KB | 90dae3d5e4306e564e3f8f899d2a9cd3 |
Release notes
Changes since DRUPAL-7--1-0-ALPHA3:
Read moretoken 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| token-7.x-1.0-alpha3.tar.gz | 22.92 KB | 16096ce5c4a1f7e0b70c31026d88238a |
| token-7.x-1.0-alpha3.zip | 27.31 KB | 08b1463170f3ab4e857ab5bd4b307593 |
Release notes
Changes since DRUPAL-7--1-0-ALPHA2:
Read more