[CMF-checkins] CVS: CMF - CHANGES.txt:1.82 TODO.txt:1.11
Florent Guillaume
fg@nuxeo.com
Fri, 28 Jun 2002 20:07:34 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv12476
Modified Files:
CHANGES.txt TODO.txt
Log Message:
Made the id of the current user available to old action providers
(DCWorkflow being a prime example) as 'user_id' (Tracker #495).
Modern action providers use TAL with an expression context that already
has a 'member' value.
=== CMF/CHANGES.txt 1.81 => 1.82 ===
New Features
+ - Made the id of the current user available to old action providers
+ (DCWorkflow being a prime example) as 'user_id' (Tracker #495).
+
- Modified the 'standard_error_message' page template to show the
'error_log_url', if passed in (Zope 2.6 will pass this argument
if an error log is installed).
=== CMF/TODO.txt 1.10 => 1.11 ===
Folder
- ( ) Tracker #495: Make logged-in userid available to actions
+ (x) Tracker #495: Make logged-in userid available to actions
providers
( ) Tracker #496: Allow string: expressions in DCWorkflow