Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.141.2.51 -r1.141.2.52 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 27 Dec 2024 09:22:16 -0000 1.141.2.51 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 27 Dec 2024 09:50:50 -0000 1.141.2.52 @@ -1225,6 +1225,8 @@ get_children-$parent_node_id-* ::acs::site_nodes_children_cache flush \ -partition_key $parent_node_id has_children-$parent_node_id + } else { + ns_log notice site_node::mount: mounting object_id $object_id under root '$url' } # # This may be the first instance of this particular package. Index: openacs-4/packages/dotlrn/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/install.xml,v diff -u -r1.25.2.2 -r1.25.2.3 --- openacs-4/packages/dotlrn/install.xml 26 Dec 2024 10:15:58 -0000 1.25.2.2 +++ openacs-4/packages/dotlrn/install.xml 27 Dec 2024 09:50:50 -0000 1.25.2.3 @@ -60,7 +60,7 @@ - + Index: openacs-4/packages/dotlrn/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/apm-callback-procs.tcl,v diff -u -r1.19.2.3 -r1.19.2.4 --- openacs-4/packages/dotlrn/tcl/apm-callback-procs.tcl 7 Feb 2023 11:49:24 -0000 1.19.2.3 +++ openacs-4/packages/dotlrn/tcl/apm-callback-procs.tcl 27 Dec 2024 09:50:50 -0000 1.19.2.4 @@ -70,7 +70,7 @@ -package_id $package_id \ -parameter DefaultSiteTemplate \ -default "#new-portal.sloan_theme_name#"] - ns_log notice "Try to install default Site Template named '$default_template_name'" + ns_log notice "dotlrn::apm::after_instantiate: Try to install default Site Template named '$default_template_name'" set site_template_id [db_string select_st_id {}] # for communities @@ -82,6 +82,7 @@ parameter::set_value -package_id $package_id \ -parameter "UserDefaultSiteTemplate_p" \ -value $site_template_id + ns_log notice "dotlrn::apm::after_instantiate done" } Index: openacs-4/packages/dotlrn-bootstrap3-theme/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/install.xml,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/dotlrn-bootstrap3-theme/install.xml 26 Dec 2024 10:15:58 -0000 1.2.2.1 +++ openacs-4/packages/dotlrn-bootstrap3-theme/install.xml 27 Dec 2024 09:50:50 -0000 1.2.2.2 @@ -22,7 +22,7 @@ - +