From: Chris W. <la...@us...> - 2005-02-25 05:21:08
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_error In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20433 Modified Files: package.conf MANIFEST Changes Log Message: OIN-35: update metadata, including bumping up package version to 3.0 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/package.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** package.conf 19 Feb 2004 14:49:09 -0000 1.11 --- package.conf 25 Feb 2005 05:20:39 -0000 1.12 *************** *** 1,7 **** name base_error ! version 2.10 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ - module Text::Wrap sql_installer OpenInteract2::SQLInstall::Error description --- 1,6 ---- name base_error ! version 3.00 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ sql_installer OpenInteract2::SQLInstall::Error description Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/MANIFEST,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MANIFEST 2 Apr 2003 12:30:40 -0000 1.3 --- MANIFEST 25 Feb 2005 05:20:39 -0000 1.4 *************** *** 1,19 **** Changes MANIFEST - MANIFEST.SKIP package.conf conf/action.ini - conf/spops_error_object.ini data/install_security.dat doc/base_error.pod ! OpenInteract2/ErrorObject.pm ! OpenInteract2/SQLInstall/Error.pm OpenInteract2/Action/Error.pm ! struct/sys_error.sql ! struct/sys_error_interbase.sql ! struct/sys_error_oracle.sql ! template/error_detail.tmpl ! template/error_filter.tmpl ! template/error_list.tmpl ! template/error_search_form.tmpl ! template/error_search_results.tmpl \ No newline at end of file --- 1,14 ---- Changes MANIFEST package.conf conf/action.ini data/install_security.dat doc/base_error.pod ! msg/base_error_messages-en.msg OpenInteract2/Action/Error.pm ! OpenInteract2/SQLInstall/Error.pm ! template/daily_list.tmpl ! template/detail.tmpl ! template/home.tmpl ! template/list.tmpl ! template/monthly_count.tmpl Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes 19 Feb 2004 14:49:08 -0000 1.12 --- Changes 25 Feb 2005 05:20:39 -0000 1.13 *************** *** 1,9 **** Revision history for OpenInteract package base_error. 2.10 Thu Feb 19 09:51:38 EST 2004 Modify the 'message' field to be 'err_message' ('message' is a ! reserved word in t-sql) and add field_map to the SPOPS object so ! that referencing 'message' still works. 2.09 ... no label! --- 1,14 ---- Revision history for OpenInteract package base_error. + 3.00 Wed Feb 23 22:00:46 EST 2005 + + OIN-35: Revamp package to store errors in filesystem instead of + database. (Initial version with lots of small iterations....) + 2.10 Thu Feb 19 09:51:38 EST 2004 Modify the 'message' field to be 'err_message' ('message' is a ! reserved word in t-sql) and add field_map to the SPOPS object ! so that referencing 'message' still works. 2.09 ... no label! *************** *** 13,18 **** 2.08 Wed Nov 19 23:23:52 EST 2003 ! OI2::ErrorObject subclasses persistence implementation generated ! by SPOPS. 2.07 Mon Oct 13 19:12:21 EDT 2003 --- 18,23 ---- 2.08 Wed Nov 19 23:23:52 EST 2003 ! OI2::ErrorObject subclasses persistence implementation ! generated by SPOPS. 2.07 Mon Oct 13 19:12:21 EDT 2003 *************** *** 30,35 **** 2.04 Fri Jun 27 02:20:19 EDT 2003 ! Changed schema of sys_error table and matched it with action and ! template changes. 2.03 Wed Jun 25 10:29:24 EDT 2003 --- 35,40 ---- 2.04 Fri Jun 27 02:20:19 EDT 2003 ! Changed schema of sys_error table and matched it with action ! and template changes. 2.03 Wed Jun 25 10:29:24 EDT 2003 *************** *** 73,77 **** 1.40 Mon Apr 1 21:17:36 EST 2002 ! Add Oracle-specific tables; rename structure files to match table names. 1.39 Tue Jan 15 17:24:15 EST 2002 --- 78,83 ---- 1.40 Mon Apr 1 21:17:36 EST 2002 ! Add Oracle-specific tables; rename structure files to match ! table names. 1.39 Tue Jan 15 17:24:15 EST 2002 *************** *** 91,95 **** 1.35 Wed Nov 28 00:41:23 EST 2001 ! Fixed the default action for the error handler to be 'search_form'. 1.34 Tue Oct 23 23:20:40 EDT 2001 --- 97,102 ---- 1.35 Wed Nov 28 00:41:23 EST 2001 ! Fixed the default action for the error handler to be ! 'search_form'. 1.34 Tue Oct 23 23:20:40 EDT 2001 *************** *** 98,102 **** 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); --- 105,108 ---- *************** *** 129,133 **** 1.28 Mon Aug 13 12:12:37 EDT 2001 ! Changed all relevant templates to new template format (using OI.blah) 1.27 Mon Aug 13 11:26:12 EDT 2001 --- 135,140 ---- 1.28 Mon Aug 13 12:12:37 EDT 2001 ! Changed all relevant templates to new template format (using ! OI.blah) 1.27 Mon Aug 13 11:26:12 EDT 2001 *************** *** 153,157 **** 1.23 Mon Jul 23 17:04:56 EDT 2001 ! Update so that the object_keys table isn't loaded with new entries. 1.22 Fri Jul 13 00:17:14 EDT 2001 --- 160,165 ---- 1.23 Mon Jul 23 17:04:56 EDT 2001 ! Update so that the object_keys table isn't loaded with new ! entries. 1.22 Fri Jul 13 00:17:14 EDT 2001 *************** *** 180,185 **** 1.17 Tue May 29 23:31:36 EDT 2001 ! Changed all relevant '$R->scrib( ... )' calls to ! '$R->DEBUG && $R->scrib( ... )' 1.16 Tue Mar 13 07:20:31 EST 2001 --- 188,193 ---- 1.17 Tue May 29 23:31:36 EDT 2001 ! Changed all relevant '$R->scrib( ... )' calls to '$R->DEBUG && ! $R->scrib( ... )' 1.16 Tue Mar 13 07:20:31 EST 2001 *************** *** 209,212 **** 1.10 Sun Nov 26 13:53:32 EST 2000 ! Fixed template/error_detail.tmpl to refer to 'action' instead of ! 'module' (label and object property). --- 217,221 ---- 1.10 Sun Nov 26 13:53:32 EST 2000 ! Fixed template/error_detail.tmpl to refer to 'action' instead ! of 'module' (label and object property). ! |