From: Chris W. <la...@us...> - 2005-02-25 05:16:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_error/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19424/conf Modified Files: action.ini Log Message: OIN-35: change name from 'error' -> 'error_browser'; add new templates Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/conf/action.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** action.ini 27 Jun 2003 06:02:13 -0000 1.5 --- action.ini 25 Feb 2005 05:16:06 -0000 1.6 *************** *** 1,20 **** ! [error] ! class = OpenInteract2::Action::Error ! is_secure = yes ! task_default = search_form ! c_object_type = error_object ! c_search_fields_exact = category ! c_search_fields_like = message ! c_search_form_template = base_error::error_search_form ! c_search_results_template = base_error::error_search_results ! c_display_template = base_error::error_detail ! [error security] ! DEFAULT = READ ! remove = WRITE ! [error_filter] ! url_none = yes ! template = base_error::error_filter ! is_secure = no ! action_type = template_only --- 1,13 ---- ! [error_browser] ! class = OpenInteract2::Action::Error ! is_secure = yes ! task_default = home ! [error_browser template_source] ! home = base_error::home ! display = base_error::detail ! by_month = base_error::monthly_count ! by_day = base_error::daily_list ! [error_browser security] ! DEFAULT = WRITE |