Update of /cvsroot/openinteract/OpenInteract/pkg/base_error
In directory usw-pr-cvs1:/tmp/cvs-serv16783
Modified Files:
Changes MANIFEST package.conf
Log Message:
meta
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/Changes,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Changes 2001/10/24 02:49:19 1.20
--- Changes 2001/10/24 16:36:32 1.21
***************
*** 1,4 ****
--- 1,13 ----
Revision history for OpenInteract package base_error.
+ 1.34 Tue Oct 23 23:20:40 EDT 2001
+
+ - Transitioned the error display handler to use
+ OI::CommonHandler, which included rewriting ALL the templates,
+ and adding several new ones. Also rewrote OI/Handler/Error.pm.
+
+ - Moved error message templates to main template directory
+ (where the widgets are);
+
1.33 Tue Oct 23 23:04:22 EDT 2001
Index: MANIFEST
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/MANIFEST,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MANIFEST 2001/09/06 14:34:06 1.2
--- MANIFEST 2001/10/24 16:36:32 1.3
***************
*** 14,23 ****
doc/package.pod
doc/titles
- template/err_not_found.meta
- template/err_not_found.tmpl
- template/err_task_forbidden.meta
- template/err_task_forbidden.tmpl
- template/err_task_no_default.meta
- template/err_task_no_default.tmpl
template/error_detail.meta
template/error_detail.tmpl
--- 14,17 ----
***************
*** 28,29 ****
--- 22,27 ----
template/error_list.meta
template/error_list.tmpl
+ template/error_search_form.meta
+ template/error_search_form.tmpl
+ template/error_search_results.meta
+ template/error_search_results.tmpl
\ No newline at end of file
Index: package.conf
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/package.conf,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** package.conf 2001/10/24 02:49:19 1.20
--- package.conf 2001/10/24 16:36:32 1.21
***************
*** 1,4 ****
name base_error
! version 1.33
author Chris Winters (ch...@cw...)
url http://www.openinteract.org/
--- 1,4 ----
name base_error
! version 1.34
author Chris Winters (ch...@cw...)
url http://www.openinteract.org/
|