|
From: Chris W. <la...@us...> - 2001-10-14 20:57:49
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv9275
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Changes,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** Changes 2001/10/12 16:07:17 1.68
--- Changes 2001/10/14 20:57:46 1.69
***************
*** 10,14 ****
now be reduced to a series of configuration steps and templates
while still allowing for custom behavior. This makes for very
! maintainable code and rapid development.
* Custom template behaviors:
--- 10,15 ----
now be reduced to a series of configuration steps and templates
while still allowing for custom behavior. This makes for very
! maintainable code and rapid development. See the 'classified'
! package for an example that uses it.
* Custom template behaviors:
***************
*** 100,104 ****
behaviors.
! * OpenInteract/ApacheStartup.pm:
- Jochen Lillich <ge...@li...> noticed that we weren't
--- 101,105 ----
behaviors.
! * OpenInteract/ApacheStartup.pm:
- Jochen Lillich <ge...@li...> noticed that we weren't
***************
*** 109,113 ****
if new configration key 'template_info'->'compile_cleanup' is true
! * OpenInteract/Auth.pm:
- Fixed subtle bug when using CGI::Cookie -- setting a cookie
--- 110,114 ----
if new configration key 'template_info'->'compile_cleanup' is true
! * OpenInteract/Auth.pm:
- Fixed subtle bug when using CGI::Cookie -- setting a cookie
***************
*** 124,128 ****
have to use 'handler' (see config addition for this as well).
! * OpenInteract/CommonHandler.pm:
- Created base handler for most tasks (search form, search,
--- 125,129 ----
have to use 'handler' (see config addition for this as well).
! * OpenInteract/CommonHandler.pm:
- Created base handler for most tasks (search form, search,
***************
*** 131,142 ****
docs for implementation.
! * OpenInteract/DBI.pm:
! - Option 'trace_level' now avaialble to initialize the database
handle using the 'trace()' method.
- Updated docs to include all options that are processed.
! * OpenInteract/Package.pm:
- You can now specify 'template_plugin', 'module' and (to be used
--- 132,143 ----
docs for implementation.
! * OpenInteract/DBI.pm:
! - Option 'trace_level' now avaialble to initialize the database
handle using the 'trace()' method.
- Updated docs to include all options that are processed.
! * OpenInteract/Package.pm:
- You can now specify 'template_plugin', 'module' and (to be used
***************
*** 241,256 ****
* script/oi_manage:
! - Add 'template', 'mail' and 'uploads' to list of directories
! created when you run 'create_website'; removed 'email'
! - Add 'cache' and 'cache/tt' to list of directories created when
! you run 'create_website'
! - Modify how/when install_sql creates database handles. (This still
! needs some work, but it should be ok for now.)
! - Create a $CONFIG object when doing apply_package or
! upgrade_package and pass it to the install_to_website() method of
! OpenInteract::Package.
--- 242,257 ----
* script/oi_manage:
! - Add 'template', 'mail' and 'uploads' to list of directories
! created when you run 'create_website'; removed 'email'
! - Add 'cache' and 'cache/tt' to list of directories created when
! you run 'create_website'
! - Modify how/when install_sql creates database handles. (This still
! needs some work, but it should be ok for now.)
! - Create a $CONFIG object when doing apply_package or
! upgrade_package and pass it to the install_to_website() method of
! OpenInteract::Package.
|