Index: openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 27 Mar 2018 11:17:59 -0000 1.31 +++ openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 11 Apr 2018 21:35:06 -0000 1.32 @@ -405,7 +405,7 @@ -- 3) any 'publishing_wf' workflows are finished -- @author Michael Pih -- @param item_id The item ID - -- @return 't' if the item is publishable in it's present state, + -- @return 't' if the item is publishable in its present state, -- Otherwise, returns 'f' --*/ item_id in cr_items.item_id%TYPE Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql 27 Mar 2018 11:17:59 -0000 1.4 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql 11 Apr 2018 21:35:06 -0000 1.5 @@ -4382,7 +4382,7 @@ -- 3) any 'publishing_wf' workflows are finished -- @author Michael Pih -- @param item_id The item ID - -- @return 't' if the item is publishable in it's present state, + -- @return 't' if the item is publishable in its present state, -- Otherwise, returns 'f' --*/ item_id in cr_items.item_id%TYPE Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql 24 Dec 2017 13:03:22 -0000 1.4 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql 11 Apr 2018 21:35:06 -0000 1.5 @@ -106,7 +106,7 @@ -- 3) any 'publishing_wf' workflows are finished -- @author Michael Pih -- @param item_id The item ID - -- @return 't' if the item is publishable in it's present state, + -- @return 't' if the item is publishable in its present state, -- Otherwise, returns 'f' --*/ item_id in cr_items.item_id%TYPE Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql 24 Dec 2017 13:03:22 -0000 1.5 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql 11 Apr 2018 21:35:06 -0000 1.6 @@ -106,7 +106,7 @@ -- 3) any 'publishing_wf' workflows are finished -- @author Michael Pih -- @param item_id The item ID - -- @return 't' if the item is publishable in it's present state, + -- @return 't' if the item is publishable in its present state, -- Otherwise, returns 'f' --*/ item_id in cr_items.item_id%TYPE Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql 24 Dec 2017 13:03:22 -0000 1.4 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql 11 Apr 2018 21:35:06 -0000 1.5 @@ -116,7 +116,7 @@ -- 3) any 'publishing_wf' workflows are finished -- @author Michael Pih -- @param item_id The item ID - -- @return 't' if the item is publishable in it's present state, + -- @return 't' if the item is publishable in its present state, -- Otherwise, returns 'f' --*/ item_id in cr_items.item_id%TYPE Index: openacs-4/packages/acs-content-repository/www/doc/api/item.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/item.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/www/doc/api/item.adp 24 Dec 2017 13:03:22 -0000 1.4 +++ openacs-4/packages/acs-content-repository/www/doc/api/item.adp 11 Apr 2018 21:35:06 -0000 1.5 @@ -346,7 +346,7 @@ Author:Michael Pih -Returns:'t' if the item is publishable in it's +Returns:'t' if the item is publishable in its present state, Otherwise, returns 'f' Parameters:
Index: openacs-4/packages/acs-content-repository/www/doc/api/item.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/item.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/www/doc/api/item.html 24 Dec 2017 13:03:22 -0000 1.5 +++ openacs-4/packages/acs-content-repository/www/doc/api/item.html 11 Apr 2018 21:35:06 -0000 1.6 @@ -654,7 +654,7 @@ - Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 11 Apr 2018 21:35:06 -0000 1.4 @@ -674,7 +674,7 @@

Returns 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in -it's package info file regardless of whether or not it actually +its package info file regardless of whether or not it actually uses the database.

db_legacy_package_p
@@ -711,4 +711,4 @@ Requirements" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.html,v diff -u -N -r1.50 -r1.51 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.html 8 Nov 2017 09:42:10 -0000 1.50 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.html 11 Apr 2018 21:35:06 -0000 1.51 @@ -1017,7 +1017,7 @@

Returns 1 if db_type_list contains the current RDMBS type. A package - intended to run with a given RDBMS must note this in it's package info + intended to run with a given RDBMS must note this in its package info file regardless of whether or not it actually uses the database.

Index: openacs-4/packages/acs-core-docs/www/openacs-overview.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/openacs-overview.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/openacs-overview.adp 7 Aug 2017 23:47:51 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/openacs-overview.adp 11 Apr 2018 21:35:06 -0000 1.3 @@ -39,7 +39,7 @@ custom development. Many of the production users are actively funding and contributing work back to the project. Formal, consensus driven governance has been established (with semi-annual -elections) which ensures the project serves the needs of it's +elections) which ensures the project serves the needs of its constituents.

The OpenACS community would like to hear your comments and can help you in your endeavors with the system. Visit our web site and feel free to ask questions or provide feedback.

@@ -51,4 +51,4 @@ rightLink="release-notes" rightLabel="Next" rightTitle="OpenACS Release Notes" homeLink="index" homeLabel="Home" upLink="general-documents" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/openacs-overview.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/openacs-overview.html,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/acs-core-docs/www/openacs-overview.html 8 Nov 2017 09:42:11 -0000 1.31 +++ openacs-4/packages/acs-core-docs/www/openacs-overview.html 11 Apr 2018 21:35:06 -0000 1.32 @@ -56,7 +56,7 @@ users are actively funding and contributing work back to the project. Formal, consensus driven governance has been established (with semi-annual elections) which ensures the - project serves the needs of it's constituents. + project serves the needs of its constituents.

Index: openacs-4/packages/acs-core-docs/www/rp-requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/rp-requirements.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/rp-requirements.adp 8 Nov 2017 09:42:12 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/rp-requirements.adp 11 Apr 2018 21:35:06 -0000 1.4 @@ -63,7 +63,7 @@ Context

20.10 The request processor must be able to determine a primary context or state -associated with a pageroot based on it's location within the +associated with a pageroot based on its location within the URL space.

30.0 Authentication

30.10 The request @@ -81,4 +81,4 @@ rightLink="rp-design" rightLabel="Next" rightTitle="Request Processor Design" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/rp-requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/rp-requirements.html,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/acs-core-docs/www/rp-requirements.html 8 Nov 2017 09:42:12 -0000 1.35 +++ openacs-4/packages/acs-core-docs/www/rp-requirements.html 11 Apr 2018 21:35:06 -0000 1.36 @@ -92,7 +92,7 @@

20.10 The request processor must be able to determine a primary context -or state associated with a pageroot based on it's location within the URL +or state associated with a pageroot based on its location within the URL space.

Index: openacs-4/packages/acs-core-docs/www/subsites-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/subsites-design.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/subsites-design.adp 8 Nov 2017 09:42:12 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/subsites-design.adp 11 Apr 2018 21:35:07 -0000 1.4 @@ -217,7 +217,7 @@

-Data Model Discussion

The subsites implementation doesn't really have it's own +Data Model Discussion

The subsites implementation doesn't really have its own data model, although it depends heavily on the site-nodes data model, and the APM data model.

@@ -260,4 +260,4 @@ rightLink="apm-requirements" rightLabel="Next" rightTitle="Package Manager Requirements" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/subsites-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/subsites-design.html,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/acs-core-docs/www/subsites-design.html 8 Nov 2017 09:42:12 -0000 1.37 +++ openacs-4/packages/acs-core-docs/www/subsites-design.html 11 Apr 2018 21:35:07 -0000 1.38 @@ -303,7 +303,7 @@ -

The subsites implementation doesn't really have it's own data +

The subsites implementation doesn't really have its own data model, although it depends heavily on the site-nodes data model, and the APM data model.

Index: openacs-4/packages/acs-core-docs/www/xml/README.fo =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/README.fo,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/xml/README.fo 24 Dec 2017 13:15:07 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/README.fo 11 Apr 2018 21:35:07 -0000 1.5 @@ -41,7 +41,7 @@ * Versions 1.62.4 and 1.64.0 of docbook-xsl generate .fo code that sends FOP into an infinite loop. I may investigate but probably not. -All in all it's pretty unforgiving of validation errors and it's output +All in all it's pretty unforgiving of validation errors and its output is not great (and it's table handling is iffy). It does make a pdf with a TOC and page numbers though. @@ -51,4 +51,4 @@ XEP. -Jeff Davis davis@xarg.net \ No newline at end of file +Jeff Davis davis@xarg.net Index: openacs-4/packages/acs-developer-support/acs-developer-support.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/acs-developer-support.info,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-developer-support/acs-developer-support.info 7 Aug 2017 23:47:55 -0000 1.25 +++ openacs-4/packages/acs-developer-support/acs-developer-support.info 11 Apr 2018 21:35:07 -0000 1.26 @@ -35,7 +35,7 @@ - + Index: openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql,v diff -u -N -r1.70 -r1.71 --- openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 21 Feb 2018 14:00:56 -0000 1.70 +++ openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 11 Apr 2018 21:35:07 -0000 1.71 @@ -298,7 +298,7 @@ The context_id column points to an object that provides a context for this object. Often this will reflect an observed hierarchy in a site, for example a bboard message would probably list a bboard topic as - it's context, and a bboard topic might list a sub-site as it's + its context, and a bboard topic might list a sub-site as its context. Whenever we ask a question of the form "can user X perform action Y on object Z", the acs security model will defer to an object's context if there is no information about user X's Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.50 -r1.51 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 7 Apr 2018 17:51:33 -0000 1.50 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 11 Apr 2018 21:35:07 -0000 1.51 @@ -773,7 +773,7 @@ {-prefix ""} {-text:required} } { - Internationalising of Attributes. This is done by storing the attribute with it's acs-lang key + Internationalising of Attributes. This is done by storing the attribute with its acs-lang key } { # If the package acs-translations is installed do the conversion Index: openacs-4/packages/acs-lang/www/doc/i18n-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-lang/www/doc/i18n-design.adp 27 Mar 2018 12:22:17 -0000 1.4 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.adp 11 Apr 2018 21:35:07 -0000 1.5 @@ -270,7 +270,7 @@ legacy tools that author in their "native" character sets, such as ShiftJIS in Japan, or BIG5 in China.

So we make the convention that the template file is authored in -it's effective locale's character set. For +its effective locale's character set. For multilingual templates, we will load the template in the site default character set as specified by the AOLserver OutputCharset initializatoin parameter. For now, we will @@ -413,7 +413,7 @@ catalog subdirectory of a package. Each file defines a set of messages in different locales, and the file is written in a -character set specified by it's file suffix: +character set specified by its file suffix:

 /packages/bboard/catalog/
                          bboard.iso-8859-1
Index: openacs-4/packages/acs-lang/www/doc/i18n-design.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.html,v
diff -u -N -r1.6 -r1.7
--- openacs-4/packages/acs-lang/www/doc/i18n-design.html	27 Mar 2018 12:22:17 -0000	1.6
+++ openacs-4/packages/acs-lang/www/doc/i18n-design.html	11 Apr 2018 21:35:07 -0000	1.7
@@ -381,7 +381,7 @@
 "native" character sets, such as ShiftJIS in Japan, or BIG5 in China.
 

-So we make the convention that the template file is authored in it's +So we make the convention that the template file is authored in its effective locale's character set. For multilingual templates, we will load the template in the site default character set as specified by the AOLserver OutputCharset initializatoin @@ -552,7 +552,7 @@ A message catalog is defined by placing a file in the catalog subdirectory of a package. Each file defines a set of messages in different locales, and the file is written in a character set -specified by it's file suffix: +specified by its file suffix:

 /packages/bboard/catalog/
Index: openacs-4/packages/acs-messaging/www/doc/requirements.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/requirements.adp,v
diff -u -N -r1.4 -r1.5
--- openacs-4/packages/acs-messaging/www/doc/requirements.adp	29 Mar 2018 08:09:04 -0000	1.4
+++ openacs-4/packages/acs-messaging/www/doc/requirements.adp	11 Apr 2018 21:35:07 -0000	1.5
@@ -59,7 +59,7 @@
 
  • BBoard
  • Webmail
  • General Comments
  • Spam
  • Various parts of the ticket tracker.
  • Each of these applications requires a message store and each -defines it's own high level organization for messages within +defines its own high level organization for messages within that store.

    • Bboard organizes messages into forums and categories and Index: openacs-4/packages/acs-messaging/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/requirements.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-messaging/www/doc/requirements.html 7 Aug 2017 23:47:57 -0000 1.2 +++ openacs-4/packages/acs-messaging/www/doc/requirements.html 11 Apr 2018 21:35:07 -0000 1.3 @@ -107,7 +107,7 @@

      Each of these applications requires a message store and each - defines it's own high level organization for messages whithin that + defines its own high level organization for messages whithin that store.

      Index: openacs-4/packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml 29 Aug 2008 17:14:39 -0000 1.3 +++ openacs-4/packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml 11 Apr 2018 21:35:07 -0000 1.4 @@ -355,7 +355,7 @@ You are in the following groups: You can also browse from the You can always re-open it by - You do not have admin rights on object %root% or any of it's children + You do not have admin rights on object %root% or any of its children You don't have a portrait yet. You can You have admin rights on the following objects: You currently have no email alerts registered. Index: openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl 7 Aug 2017 23:47:58 -0000 1.12 +++ openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl 11 Apr 2018 21:35:07 -0000 1.13 @@ -145,7 +145,7 @@ # Force internationalisation of Roles # Internationalising of Attributes. This is done by storing the - # attribute with it's acs-lang key + # attribute with its acs-lang key set message_key "rel_type_${rel_type}" @@ -253,7 +253,7 @@ # Force internationalisation of Roles # Internationalising of Attributes. This is done by storing the - # attribute with it's acs-lang key + # attribute with its acs-lang key set message_key "role_${role}" Index: openacs-4/packages/acs-subsite/www/o.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/o.vuh,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-subsite/www/o.vuh 7 Aug 2017 23:47:58 -0000 1.8 +++ openacs-4/packages/acs-subsite/www/o.vuh 11 Apr 2018 21:35:07 -0000 1.9 @@ -73,8 +73,8 @@ ad_returnredirect $page_url$anchor } else { ad_return_warning "Invalid object ID" [subst { -

      The object ID $object_id is a $object_type but getting - it's real url failed.

      +

      The object ID $object_id is a $object_type but getting + its real url failed.

      We are sorry for this inconvenience.

      }] } Index: openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 27 Jan 2018 16:55:43 -0000 1.37 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 11 Apr 2018 21:35:07 -0000 1.38 @@ -205,7 +205,7 @@ ad_proc -public permission::toggle_inherit { {-object_id:required} } { - toggle whether or not this object inherits permissions from it's parent + toggle whether or not this object inherits permissions from its parent } { db_dml toggle_inherit {} permission::permission_thread_cache_flush Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 28 Mar 2018 07:27:10 -0000 1.12 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 11 Apr 2018 21:35:07 -0000 1.13 @@ -2892,7 +2892,7 @@ # from tcl/00-database-procs.tcl # ad_proc -deprecated db_package_supports_rdbms_p { db_type_list } { - @return 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in it's package info file regardless of whether or not it actually uses the database. + @return 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in its package info file regardless of whether or not it actually uses the database. @see apm_package_supports_rdbms_p } { Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.47 -r1.48 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 4 Mar 2018 15:26:53 -0000 1.47 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 11 Apr 2018 21:35:07 -0000 1.48 @@ -201,7 +201,7 @@ #################### ad_proc ad_page_contract_eval { args } { - This just uplevels it's args. We need this proc, so that the return -code statements + This just uplevels its args. We need this proc, so that the return -code statements get processed correctly inside a catch block. This processing is namely done by the proc invocation. Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -N -r1.79 -r1.80 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 15 Mar 2018 12:33:05 -0000 1.79 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 11 Apr 2018 21:35:07 -0000 1.80 @@ -30,7 +30,7 @@ semi-HTML input and preserve that formatting. This will also cause spaces/tabs to not be replaced with nbsp's, because this can too easily mess up HTML tags. @param includes_html Set this if the text parameter already contains some HTML which should be preserved. - @param encode This will encode international characters into it's html equivalent, like "ü" into ü + @param encode This will encode international characters into its html equivalent, like "ü" into ü @author Branimir Dolicki (branimir@arsdigita.com) @author Lars Pind (lars@pinds.com) @@ -1336,8 +1336,7 @@ } { Returns a best-guess plain text version of an HTML fragment. Parses the HTML and does some simple formatting. The parser and - formatting - is pretty stupid, but it's better than nothing. + formatting is pretty stupid, but it's better than nothing. @param maxlen the line length you want your output wrapped to. @param showtags causes any unknown (and uninterpreted) tags to get shown in the output. @@ -1411,7 +1410,7 @@ while 1 { if {[incr count] > 3000 } { # JCD: the programming bug is that an unmatched < - # in the input runs off forever looking for it's + # in the input runs off forever looking for its # closing > and in some long text like program # listings you can have lots of quotes before you # find that > @@ -1782,7 +1781,7 @@

      - This proc is more suitable for pretty-printing that it's + This proc is more suitable for pretty-printing that its sister-proc, util_expand_entities_ie_style. The two differences are that this one is more strict: it requires proper entities i.e., both opening ampersand and closing semicolon, @@ -1816,7 +1815,7 @@

      - Unlike it's sister proc, util_expand_entities, + Unlike its sister proc, util_expand_entities, it also expands numeric entities (#999 or #xff style). @author Lars Pind (lars@pinds.com) Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 11 Apr 2018 21:35:07 -0000 1.4 @@ -57,7 +57,7 @@ user-viewed page, list-and-var-sample.acs. Almost every .acs page the user sees is supported by one .tcl file which supplies the data to be shown, and one .adp file specifying -the format of it's presentation. Compare what you see in +the format of its presentation. Compare what you see in list-and-var-sample.acs with its supporting .adp file and make note of the textual and structural differences between the two, specifically:

      @@ -290,4 +290,4 @@
      shuynh\@arsdigita.com
      -Last modified: Fri Nov 17 10:14:44 EST 2000 \ No newline at end of file +Last modified: Fri Nov 17 10:14:44 EST 2000 Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 7 Aug 2017 23:48:03 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 11 Apr 2018 21:35:07 -0000 1.3 @@ -64,7 +64,7 @@ that you see there with the final user-viewed page, list-and-var-sample.acs. Almost every .acs page the user sees is supported by one -.tcl file which supplies the data to be shown, and one .adp file specifying the format of it's +.tcl file which supplies the data to be shown, and one .adp file specifying the format of its presentation. Compare what you see in list-and-var-sample.acs with its supporting .adp file and make note of the textual and structural differences between the two, specifically:
    item_id The:  item ID of the potential parent
    Author:Michael Pih
    Returns:'t' if the item is publishable in it's present state, +
    Returns:'t' if the item is publishable in its present state, Otherwise, returns 'f'
    Parameters: