Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -N -r1.16.2.4 -r1.16.2.5 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 22 Feb 2021 11:47:19 -0000 1.16.2.4 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 22 Feb 2021 16:27:00 -0000 1.16.2.5 @@ -17,7 +17,7 @@ return [nsv_get CR_LOCATIONS $location] } -ad_proc -private cr_create_content_file_path {item_id revision_id} { +ad_proc -public cr_create_content_file_path {item_id revision_id} { Creates a unique file in the content repository filesystem based on the item_id and revision_id of the content item. Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -N -r1.22.2.4 -r1.22.2.5 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 8 Dec 2020 14:27:50 -0000 1.22.2.4 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 22 Feb 2021 16:28:44 -0000 1.22.2.5 @@ -41,7 +41,9 @@ } } -ad_proc -private rss_gen_report subscr_id { +ad_proc -public rss_gen_report { + subscr_id +} { Build a report, write it out, log it. } { set start [clock seconds] Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -N -r1.33.2.5 -r1.33.2.6 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 22 Feb 2021 16:30:12 -0000 1.33.2.5 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 22 Feb 2021 16:31:26 -0000 1.33.2.6 @@ -9,7 +9,7 @@ @cvs-id $Id$ } -ad_proc -private apm_required_attribute_value { element attribute } { +ad_proc -public apm_required_attribute_value { element attribute } { Returns an attribute of an XML element, throwing an error if the attribute is not set. Index: openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl,v diff -u -N -r1.108.2.17 -r1.108.2.18 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 18 Feb 2021 14:48:10 -0000 1.108.2.17 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 22 Feb 2021 16:32:41 -0000 1.108.2.18 @@ -78,7 +78,7 @@ #--------------------------------------- - ad_proc -private generate_message_id { + ad_proc -public generate_message_id { } { Generate an id suitable as a Message-Id: header for an email. @return valid message-id for mail header