|
From: Chris W. <la...@us...> - 2001-11-06 15:00:21
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv24238
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Changes,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** Changes 2001/10/29 15:13:16 1.77
--- Changes 2001/11/06 15:00:14 1.78
***************
*** 1,5 ****
Revision history for Perl extension OpenInteract.
! 1.31
Overall:
--- 1,5 ----
Revision history for Perl extension OpenInteract.
! 1.35
Overall:
***************
*** 13,17 ****
configuration file with the newer releases.
! - Added 'object_activity' package to browse object activity logs.
- Package 'base_page' now replaces 'static_page'. The new package
--- 13,19 ----
configuration file with the newer releases.
! - Added 'object_activity' package to browse object activity
! logs. Hopefully this won't encourage any latent bigbrotherish
! tendencies you might have...
- Package 'base_page' now replaces 'static_page'. The new package
***************
*** 21,25 ****
can still keep your editable content in the database, but it's now in
a separate table, and there are no separate fields for 'content' and
! 'script'. A migration scripts are provided.
Individual:
--- 23,32 ----
can still keep your editable content in the database, but it's now in
a separate table, and there are no separate fields for 'content' and
! 'script'. A migration script is provided.
!
! - Modified the Apache startup procedures so we have a single, non
! anonymous child initialization subroutine. This requires small
! modifications to your Apache configuration -- see 'UPGRADE' for
! details.
Individual:
***************
*** 89,92 ****
--- 96,106 ----
Steven Devijver <st...@de...> for prompting its revision.
+ * OpenInteract/ApacheStartup.pm:
+
+ - Rewrote much of this so that we do all SPOPS initialization in
+ the ChildInit handler rather than the server handler, since we were
+ in some cases asking for a database handle in the server and never
+ lettnig it go. (This can be bad)
+
* OpenInteract/Auth.pm:
***************
*** 97,100 ****
--- 111,118 ----
configuration to provide your own criteria.
+ - Broke the 'user()' method down into pieces so it can be
+ overridden more easily. (See docs for details.) Thanks to Stefano
+ di Sandro <st...@an...> for suggesting it.
+
* OpenInteract/CommonHandler.pm:
***************
*** 151,155 ****
Packages changed:
! OpenInteract 1.30 -> 1.31
----------------------------
base: 1.62 -> 1.63
--- 169,173 ----
Packages changed:
! OpenInteract 1.30 -> 1.35
----------------------------
base: 1.62 -> 1.63
|