Index: openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl,v diff -u -r1.8.2.5 -r1.8.2.6 --- openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 21 Aug 2020 14:18:28 -0000 1.8.2.5 +++ openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 21 Aug 2020 14:23:36 -0000 1.8.2.6 @@ -119,15 +119,15 @@ } } -xowiki_applet ad_proc add_user { +xowiki_applet ad_proc -private add_user { user_id } { one time user-specific init } { # noop } -xowiki_applet ad_proc remove_user { +xowiki_applet ad_proc -private remove_user { user_id } { Remove user @@ -140,7 +140,7 @@ return } -xowiki_applet ad_proc add_user_to_community { +xowiki_applet ad_proc -private add_user_to_community { community_id user_id } { @@ -149,7 +149,7 @@ # nothing happens here } -xowiki_applet ad_proc remove_user_from_community { +xowiki_applet ad_proc -private remove_user_from_community { community_id user_id } { @@ -158,7 +158,7 @@ # nothing happens here } -xowiki_applet ad_proc add_portlet { +xowiki_applet ad_proc -private add_portlet { portal_id } { A helper proc to add the underlying portlet to the given portal. @@ -170,7 +170,7 @@ # nothing happens here } -xowiki_applet ad_proc add_portlet_helper { +xowiki_applet ad_proc -private add_portlet_helper { portal_id args } { @@ -183,7 +183,7 @@ # -param_action [ns_set get $args "param_action"] } -xowiki_applet ad_proc remove_portlet { +xowiki_applet ad_proc -private remove_portlet { portal_id args } { @@ -197,7 +197,7 @@ # -package_id [ns_set get $args "package_id"] } -xowiki_applet ad_proc clone { +xowiki_applet ad_proc -private clone { old_community_id new_community_id } { @@ -213,7 +213,7 @@ #return $new_package_id } -xowiki_applet ad_proc change_event_handler { +xowiki_applet ad_proc -private change_event_handler { community_id event old_value