Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv28177
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/Changes,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Changes 2001/10/22 15:22:45 1.67
--- Changes 2001/10/23 14:25:00 1.68
***************
*** 3,6 ****
--- 3,17 ----
0.52
+ Overall:
+
+ - You can now specify defaults for objects so when you instantiate
+ one via new() the values get automatically filled in. There are
+ different ways to set these defaults -- see
+ SPOPS::Manual::Configuration and SPOPS::Manual::CodeGeneration for
+ examples and ideas.
+
+ - Bugfixes, including one in SPOPS::ClassFactory::DefaultBehavior
+ that broke old apps using rules
+
Individual:
***************
*** 10,13 ****
--- 21,29 ----
My::DBI::FindDefaults works.
+ * eg/ldap_multidatasource.pl:
+
+ - Added script to demonstrate (along with eg/My/LDAPConnect.pm)
+ how multiple datasources work with SPOPS::LDAP::MultiDatasource
+
* eg/My/DBI/FindDefaults.pm:
***************
*** 15,18 ****
--- 31,39 ----
information for a particular record to use as defaults.
+ * eg/My/LDAPConnect.pm:
+
+ - Example of an LDAP connection manager that works with multiple
+ datasources.
+
* SPOPS.pm
***************
*** 41,44 ****
--- 62,72 ----
versions. Fixed. (Thanks to Peter Beardsley
<pbe...@ap...> for the report.)
+
+ * SPOPS/LDAP/MultiDatasource.pm:
+
+ - Make datasources sticky -- each object should be able to find
+ out where it came from. Also override save() and remove() so that
+ we first grab the right handle and pass it along to the method
+ that does the real work.
|