From: Chris W. <la...@us...> - 2004-10-24 16:18:14
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12129/doc/Manual Modified Files: Changes.pod Log Message: latest changes Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** Changes.pod 5 Oct 2004 03:32:54 -0000 1.50 --- Changes.pod 24 Oct 2004 16:18:05 -0000 1.51 *************** *** 161,164 **** --- 161,186 ---- method. + =item * + + Add 'message_from_key_or_param()' shortcut method. + + =item * + + If a 'template_source' is specified in an action configuration and + it's not keyed by task, just assume the author knows what they're + doing and use that template for all tasks in the action. This allows + you to more easily tie a template to a task in configuration: + + [myaction] + class = Foo::Bar + task = baz + template_source = mypkg::mytemplate + + It also means you can use the same template for all tasks, which can + be useful. (For instance, if you have a 'mysearch' action and each + task allows you to specify different parameters ['by_name', 'by_date', + 'by_city', etc.], you may want all the task results to go to the same + template.) + =back *************** *** 516,519 **** --- 538,552 ---- =back + L<OpenInteract2::TT2::Plugin> + + =over 4 + + =item * + + OIN-79: Pass value of parameter 'do_not_escape' from template + invocation to L<OpenInteract2::URL> methods + + =back + L<OpenInteract2::URL> |