Index: openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl 7 Aug 2017 23:47:47 -0000 1.16 +++ openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl 21 Mar 2018 08:53:23 -0000 1.17 @@ -327,7 +327,7 @@ return [util_memoize [list content::folder::get_folder_from_package_not_cached -package_id $package_id]] } -ad_proc content::folder::get_folder_from_package_not_cached { +ad_proc -private content::folder::get_folder_from_package_not_cached { -package_id:required } { @author Timo Hentschel (timo@timohentschel.de) Index: openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 7 Aug 2017 23:47:47 -0000 1.14 +++ openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 21 Mar 2018 08:53:23 -0000 1.15 @@ -387,7 +387,7 @@ return [util_memoize [list content::type::content_type_p_not_cached -mime_type $mime_type -content_type $content_type]] } -ad_proc -public content::type::content_type_p_not_cached { +ad_proc -private content::type::content_type_p_not_cached { -content_type:required -mime_type:required } { Index: openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 7 Aug 2017 23:47:59 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 21 Mar 2018 08:53:23 -0000 1.15 @@ -179,7 +179,7 @@ return [util_memoize [list application_data_link::get_linked_not_cached -from_object_id $from_object_id -to_object_type $to_object_type -relation_tag $relation_tag]] } -ad_proc -public application_data_link::get_linked_not_cached { +ad_proc -private application_data_link::get_linked_not_cached { -from_object_id:required -to_object_type:required {-relation_tag ""} @@ -212,7 +212,7 @@ return [util_memoize [list application_data_link::get_linked_content_not_cached -from_object_id $from_object_id -to_content_type $to_content_type -relation_tag $relation_tag]] } -ad_proc -public application_data_link::get_linked_content_not_cached { +ad_proc -private application_data_link::get_linked_content_not_cached { -from_object_id:required -to_content_type:required {-relation_tag ""} Index: openacs-4/packages/acs-tcl/tcl/object-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/object-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/object-procs.tcl 3 Mar 2018 16:52:44 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/object-procs.tcl 21 Mar 2018 08:53:23 -0000 1.14 @@ -98,7 +98,7 @@ return [util_memoize [list acs_object::package_id_not_cached -object_id $object_id]] } -ad_proc -public acs_object::package_id_not_cached { +ad_proc -private acs_object::package_id_not_cached { {-object_id:required} } { Gets the package_id of the object