|
From: Chris W. <la...@us...> - 2001-10-22 05:43:13
|
Update of /cvsroot/openinteract/SPOPS In directory usw-pr-cvs1:/tmp/cvs-serv1900 Modified Files: Changes Log Message: latest changes Index: Changes =================================================================== RCS file: /cvsroot/openinteract/SPOPS/Changes,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** Changes 2001/10/15 04:54:03 1.64 --- Changes 2001/10/22 05:43:10 1.65 *************** *** 1,4 **** --- 1,28 ---- Revision history for Perl extension SPOPS. + 0.52 + + Individual: + + * eg/find_defaults_demo.pl: + + - Self-contained script used to demonstrate how + My::DBI::FindDefaults works. + + * eg/My/DBI/FindDefaults.pm: + + - Example of a SPOPS::ClassFactory behavior that retrieves the + information for a particular record to use as defaults. + + * SPOPS/ClassFactory/DefaultBehavior.pm: + + - Bugfix: rulesets used to be generated using the method + 'ruleset_add'. We now use 'ruleset_factory' since it's more + descriptive and consistent with the behavior generation + code. However, we forgot to keep the old method enabled for a few + versions. Fixed. (Thanks to Peter Beardsley + <pbe...@ap...> for the report.) + + 0.51 Sun Oct 14 20:23:59 EDT 2001 |