Index: openacs-4/packages/attachments/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/doc/index.adp,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/attachments/www/doc/index.adp 11 Mar 2019 08:43:27 -0000 1.3.2.1 +++ openacs-4/packages/attachments/www/doc/index.adp 14 Jul 2019 22:53:02 -0000 1.3.2.2 @@ -7,7 +7,7 @@ 1 Attachments
1.1 Basics
-
1.1.1 What does attachments do?
1.1.2 At a high level, how does +
1.1.1 What does attachments do?
1.1.2 At a high-level, how does attachments work?
@@ -38,7 +38,7 @@ the application provides links into the attachments package's UI.

-1.1.2 At a high level, +1.1.2 At a high-level, how does attachments work?

Before you can use the attachments package, each instance of your package must be mapped to a file-storage root Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -N -r1.63.2.4 -r1.63.2.5 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 25 Apr 2019 09:21:16 -0000 1.63.2.4 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 14 Jul 2019 22:59:26 -0000 1.63.2.5 @@ -620,7 +620,7 @@ @param clock time in seconds, if not specified, it uses current time Deprecated: as of 2019-04-25, no upstream code is making use of - this proc and more generic alteratives exist. + this proc and more generic alternatives exist. @see template::data::from_sql::date @see clock Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -N -r1.49 -r1.49.2.1 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 17 Dec 2018 20:47:44 -0000 1.49 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 14 Jul 2019 22:59:26 -0000 1.49.2.1 @@ -134,8 +134,8 @@ } # - # In order to avoid potential problems with the substitution - # pattern containing amperand or backslashes, we use here are + # In order to avoid potential problems with substitution + # patterns containing ampersand or backslashes, we use here a # scripted, purely string based substitution (which applies only # at "compilation time", therefore performance is less critical. # 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 -N -r1.141.2.5 -r1.141.2.6 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 3 Jul 2019 18:12:25 -0000 1.141.2.5 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 14 Jul 2019 23:01:50 -0000 1.141.2.6 @@ -1524,7 +1524,7 @@ :public method get_node_id {-url:required} { # - # Get node_id for the provied URL. We have to + # Get node_id for the provided URL. We have to # determine the partial URL for determining the site # node. #