Closed (won't fix)
Project:
Actions
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2008 at 16:13 UTC
Updated:
3 Feb 2013 at 19:39 UTC
I 'm not sure if this is a bug or that this is intended behaviour.
I recently updated my oct 19th 2007 version to dev version mar 17th 2008 and lost Token support.
The link Replacement Patterns is not anymore available.
When I take a look at action.inc i see that the code for integrating token support is gone:
if (module_exists('token')) {
$form['token_help'] = array(
'#title' => t('Replacement patterns'),
'#type' => 'fieldset',
'#collapsible' => TRUE,
'#collapsed' => TRUE,
'#description' => t('Prefer raw-text replacements for text to avoid problems with HTML entities!'),
);
$form['token_help']['help'] = array(
'#value' => theme('token_help', 'node'),
);
}
Is this intended, am I missing something, shall I include the code and supply a patch?
Comments
Comment #1
clivesj commentedOK, sorry this is stupid - my mistake!
My module was patched.
This patch to support Tokens was supplied here but was never committed.
The status is R&TBTC.
Is there any way this can be committed?
Shall I supply a new patch?
Comment #2
marc angles commentedclivesj the link doesn't work. Could you correct it please ?
Thanks :)
Comment #3
jvandyk commentedPlease do not change the titles of issue threads.
I do not plan any further development of 5.x-1.x. I am putting all effort into 5.x-2.x.
Comment #4
clivesj commentedAs far as I can see the links works.
node/195773
@jvandyk
Does this mean "Won't fix?"
Comment #5
pomliane commentedThis version of Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.