From: Chris W. <la...@us...> - 2005-09-22 04:08:21
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6150 Modified Files: package.ini Changes Log Message: hopefully take care of those intermittent errors in OI2::Action::SiteTemplate where it complained that OI2::SiteTemplate wasn't loaded (couldn't find method 'create_name'...) Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/package.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** package.ini 1 Mar 2005 03:28:38 -0000 1.2 --- package.ini 22 Sep 2005 04:08:07 -0000 1.3 *************** *** 1,5 **** [package] name = base_template ! version = 3.17 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = base_template ! version = 3.18 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/Changes,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Changes 1 Mar 2005 03:28:38 -0000 1.18 --- Changes 22 Sep 2005 04:08:07 -0000 1.19 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract package base_template. + 3.18 Thu Sep 22 00:05:27 EDT 2005 + + Hardwire 'OI2::SiteTemplate' class name into + OI2::Action::SiteTemplate to get rid of intermittent errors... + 3.17 Mon Feb 28 20:33:57 EST 2005 |