Index: openacs-4/packages/dotlrn-bootstrap3-theme/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/tcl/apm-callback-procs.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/dotlrn-bootstrap3-theme/tcl/apm-callback-procs.tcl 9 Feb 2020 15:34:41 -0000 1.2.2.1 +++ openacs-4/packages/dotlrn-bootstrap3-theme/tcl/apm-callback-procs.tcl 21 Aug 2020 14:36:18 -0000 1.2.2.2 @@ -1,7 +1,7 @@ namespace eval dotlrn_bootstrap3_theme {} namespace eval dotlrn_bootstrap3_theme::apm {} -ad_proc dotlrn_bootstrap3_theme::apm::after_install {} { +ad_proc -private dotlrn_bootstrap3_theme::apm::after_install {} { Package after installation callback proc. Add a theme for dotlrn. This Package depends on openacs-bootstrap3-theme } { @@ -116,7 +116,7 @@ } } -ad_proc -public dotlrn_bootstrap3_theme::apm::before_uninstantiate { +ad_proc -private dotlrn_bootstrap3_theme::apm::before_uninstantiate { {-package_id:required} } { Uninstantiate the package. We set portal_pages to zen theme layout here, because parameter BootstrapToZenMap is not available anymore at before_uninstall. @@ -131,7 +131,7 @@ } -ad_proc -public dotlrn_bootstrap3_theme::apm::before_uninstall {} { +ad_proc -private dotlrn_bootstrap3_theme::apm::before_uninstall {} { Uninstall the package } { Index: openacs-4/packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl,v diff -u -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl 9 Feb 2020 15:45:31 -0000 1.6.2.2 +++ openacs-4/packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl 21 Aug 2020 14:36:18 -0000 1.6.2.3 @@ -1,7 +1,7 @@ namespace eval openacs_bootstrap3_theme {} namespace eval openacs_bootstrap3_theme::apm {} -ad_proc openacs_bootstrap3_theme::apm::after_install {} { +ad_proc -private openacs_bootstrap3_theme::apm::after_install {} { Package after installation callback proc. Add our themes, and set the acs-subsite's default master template parameter's default value to our "plain" theme. } { @@ -58,7 +58,7 @@ } } -ad_proc -public openacs_bootstrap3_theme::apm::before_uninstall {} { +ad_proc -private openacs_bootstrap3_theme::apm::before_uninstall {} { Uninstall the package } { if {[subsite::get_theme] in {openacs_bootstrap3 openacs_bootstrap3_turquois}} { Index: openacs-4/packages/openacs-default-theme/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/tcl/apm-callback-procs.tcl,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/openacs-default-theme/tcl/apm-callback-procs.tcl 9 Feb 2020 15:47:16 -0000 1.4.2.1 +++ openacs-4/packages/openacs-default-theme/tcl/apm-callback-procs.tcl 21 Aug 2020 14:36:18 -0000 1.4.2.2 @@ -1,7 +1,7 @@ namespace eval openacs_default_theme {} namespace eval openacs_default_theme::install {} -ad_proc openacs_default_theme::install::after_install {} { +ad_proc -private openacs_default_theme::install::after_install {} { Package after installation callback proc. Add our themes, and set the acs-subsite's default master template parameter's default value to our "plain" theme. } {