|
From: Chris W. <la...@us...> - 2001-11-29 05:18:25
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv11861
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Changes,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** Changes 2001/11/28 06:01:44 1.83
--- Changes 2001/11/29 05:18:23 1.84
***************
*** 231,234 ****
--- 231,239 ----
files.
+ - When installing SQL, call OI::Startup->create_temp_lib() directly;
+ other actions that use the full OI environment don't have to do this
+ because it's called in setup_static_environment(), which we can't do
+ when installing SQL due to bootstrapping issues.
+
* template/base_(main|simple):
***************
*** 257,270 ****
base_component: 1.30 -> 1.30
base_error: 1.32 -> 1.37
! base_group: 1.26 -> 1.27
! base_page: n/a -> 0.38
base_security: 1.51 -> 1.53
base_template: 1.27 -> 1.27
base_theme: 1.27 -> 1.29
! base_user: 1.37 -> 1.44
lookup: 0.15 -> 0.18
object_activity: n/a -> 0.10
results_manage: 0.05 -> 0.06
! system_doc: 1.25 -> 1.27
classified: 1.28 -> 1.32
full_text: 1.27 -> 1.30
--- 262,275 ----
base_component: 1.30 -> 1.30
base_error: 1.32 -> 1.37
! base_group: 1.26 -> 1.30
! base_page: n/a -> 0.40
base_security: 1.51 -> 1.53
base_template: 1.27 -> 1.27
base_theme: 1.27 -> 1.29
! base_user: 1.37 -> 1.45
lookup: 0.15 -> 0.18
object_activity: n/a -> 0.10
results_manage: 0.05 -> 0.06
! system_doc: 1.25 -> 1.28
classified: 1.28 -> 1.32
full_text: 1.27 -> 1.30
|