From: Chris W. <la...@us...> - 2005-03-23 16:32:59
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8913 Modified Files: Request.pm Log Message: remove 'action_name' and 'task_name' references from docs Index: Request.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request.pm,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** Request.pm 17 Mar 2005 14:57:58 -0000 1.54 --- Request.pm 23 Mar 2005 16:32:32 -0000 1.55 *************** *** 643,649 **** subclass should pass the full, absolute URL path -- no protocol, host or port, but query arguments should be included. With this the ! C<url_absolute> and C<url_relative> properties are properly set. The ! method also sets the action name and task for use by the controller, ! delegating the actual work to L<OpenInteract2::URL>. If you want to do any behind-the-scenes redirection before the --- 643,647 ---- subclass should pass the full, absolute URL path -- no protocol, host or port, but query arguments should be included. With this the ! C<url_absolute> and C<url_relative> properties are properly set. If you want to do any behind-the-scenes redirection before the *************** *** 778,791 **** The stateful session for the current user. - B<action_name> - - Name of the action as gleaned from the URL. (May be empty, may change - as a result of lookups.) - - B<task_name> - - Task of the action as gleaned from the URL. (May be empty, may change - as a result of lookups.) - B<auth_user> --- 776,779 ---- |