Index: openacs-4/packages/acs-kernel/sql/oracle/acs-objects-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/acs-objects-create.sql,v diff -u -r1.26 -r1.26.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/acs-objects-create.sql 7 Aug 2017 23:47:56 -0000 1.26 +++ openacs-4/packages/acs-kernel/sql/oracle/acs-objects-create.sql 14 Aug 2019 07:31:43 -0000 1.26.2.1 @@ -1021,7 +1021,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 27 Mar 2018 12:22:17 -0000 1.7 +++ openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 14 Aug 2019 07:31:43 -0000 1.7.2.1 @@ -405,7 +405,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the @@ -467,7 +467,7 @@ function violation ( --/** Checks to see if there a relational constraint is violated - -- by the precense of the specified relation. If not, returns + -- by the presence of the specified relation. If not, returns -- null. If so, returns an appropriate error string. -- -- @author Oumi Mehrotra (oumi@arsdigita.com) Index: openacs-4/packages/acs-kernel/sql/oracle/site-nodes-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/site-nodes-create.sql,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/site-nodes-create.sql 1 May 2018 10:45:43 -0000 1.11 +++ openacs-4/packages/acs-kernel/sql/oracle/site-nodes-create.sql 14 Aug 2019 07:31:43 -0000 1.11.2.1 @@ -76,7 +76,7 @@ -- Return the node_id of a URL. If the url begins with '/' then the -- parent_id must be null. This will raise the no_data_found - -- exception if there is no mathing node in the site_nodes table. + -- exception if there is no matching node in the site_nodes table. -- This will match directories even if no trailing slash is included -- in the url. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql 14 Aug 2019 07:31:43 -0000 1.3.2.1 @@ -1230,7 +1230,7 @@ function violation ( --/** Checks to see if there a relational constraint is violated - -- by the precense of the specified relation. If not, returns + -- by the presence of the specified relation. If not, returns -- null. If so, returns an appropriate error string. -- -- @author Oumi Mehrotra (oumi@arsdigita.com) Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 1 May 2018 10:45:43 -0000 1.5 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 14 Aug 2019 07:31:43 -0000 1.5.2.1 @@ -23,7 +23,7 @@ -- Return the node_id of a URL. If the url begins with '/' then the -- parent_id must be null. This will raise the no_data_found - -- exception if there is no mathing node in the site_nodes table. + -- exception if there is no matching node in the site_nodes table. -- This will match directories even if no trailing slash is included -- in the url. @@ -420,7 +420,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 4 Apr 2018 08:11:26 -0000 1.4 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 14 Aug 2019 07:31:43 -0000 1.4.2.1 @@ -556,7 +556,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql 7 Aug 2017 23:47:56 -0000 1.2 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql 14 Aug 2019 07:31:43 -0000 1.2.2.1 @@ -486,7 +486,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql 14 Aug 2019 07:31:43 -0000 1.3.2.1 @@ -541,7 +541,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql 14 Aug 2019 07:31:43 -0000 1.3.2.1 @@ -474,7 +474,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql 7 Aug 2017 23:47:56 -0000 1.11 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql 14 Aug 2019 07:31:43 -0000 1.11.2.1 @@ -549,7 +549,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql 1 May 2018 10:45:43 -0000 1.4 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql 14 Aug 2019 07:31:43 -0000 1.4.2.1 @@ -1398,7 +1398,7 @@ -- Return the node_id of a URL. If the url begins with '/' then the -- parent_id must be null. This will raise the no_data_found - -- exception if there is no mathing node in the site_nodes table. + -- exception if there is no matching node in the site_nodes table. -- This will match directories even if no trailing slash is included -- in the url. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql 1 May 2018 10:45:43 -0000 1.7 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql 14 Aug 2019 07:31:43 -0000 1.7.2.1 @@ -561,7 +561,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. @@ -4047,7 +4047,7 @@ function violation ( --/** Checks to see if there a relational constraint is violated - -- by the precense of the specified relation. If not, returns + -- by the presence of the specified relation. If not, returns -- null. If so, returns an appropriate error string. -- -- @author Oumi Mehrotra (oumi@arsdigita.com) @@ -4655,7 +4655,7 @@ -- Return the node_id of a URL. If the url begins with '/' then the -- parent_id must be null. This will raise the no_data_found - -- exception if there is no mathing node in the site_nodes table. + -- exception if there is no matching node in the site_nodes table. -- This will match directories even if no trailing slash is included -- in the url. @@ -5166,7 +5166,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql 14 Aug 2019 07:31:43 -0000 1.3.2.1 @@ -553,7 +553,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql 7 Aug 2017 23:47:56 -0000 1.4 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql 14 Aug 2019 07:31:43 -0000 1.4.2.1 @@ -741,7 +741,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql 7 Aug 2017 23:47:56 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql 14 Aug 2019 07:31:43 -0000 1.3.2.1 @@ -820,7 +820,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. 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 -r1.71.2.1 -r1.71.2.2 --- openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 19 Jun 2019 17:44:17 -0000 1.71.2.1 +++ openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 14 Aug 2019 07:31:43 -0000 1.71.2.2 @@ -1459,7 +1459,7 @@ -- N_GENERATIONS is how far the current DESCENDANT_ID is from -- OBJECT_ID. - -- This function will verfy that each actually descendant of + -- This function will verify that each actually descendant of -- OBJECT_ID has a row in the index table. It does not check that -- there aren't extraneous rows or that the ancestors of OBJECT_ID -- are maintained correctly. Index: openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql,v diff -u -r1.20 -r1.20.2.1 --- openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql 27 Mar 2018 12:22:17 -0000 1.20 +++ openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql 14 Aug 2019 07:31:43 -0000 1.20.2.1 @@ -629,7 +629,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the @@ -702,7 +702,7 @@ -- -- function violation ( -- --/** Checks to see if there a relational constraint is violated --- -- by the precense of the specified relation. If not, returns +-- -- by the presence of the specified relation. If not, returns -- -- null. If so, returns an appropriate error string. -- -- -- -- @author Oumi Mehrotra (oumi@arsdigita.com) Index: openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d10-5.10.0d11.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d10-5.10.0d11.sql,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d10-5.10.0d11.sql 31 Jan 2019 13:21:13 -0000 1.4 +++ openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d10-5.10.0d11.sql 14 Aug 2019 07:31:43 -0000 1.4.2.1 @@ -1,5 +1,5 @@ -- --- Make sure, that table_name and column_name work +-- Make sure that table_name and column_name work -- case-insensitive (similar to function_args) -- Index: openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql 1 May 2018 10:43:05 -0000 1.1 +++ openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql 14 Aug 2019 07:31:43 -0000 1.1.2.1 @@ -1,7 +1,7 @@ -- --- Replace obsolete funktion bitfromint4() by cast +-- Replace obsolete function bitfromint4() by cast --- --- ... but keep emulation function still around in case somebodes uses +-- ... but keep emulation function still around in case somebody uses -- this still.... -- Index: openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl,v diff -u -r1.17 -r1.17.2.1 --- openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 2 Feb 2018 00:04:50 -0000 1.17 +++ openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 14 Aug 2019 07:34:34 -0000 1.17.2.1 @@ -155,7 +155,7 @@ } else { ### Check failed. Offer user an explanation and an ability to - ### select unselect packages. + ### select deselect packages. #[export_vars -form {package_key}]
Index: openacs-4/packages/acs-admin/www/apm/version-dependency-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-dependency-remove.tcl,v diff -u -r1.12 -r1.12.2.1 --- openacs-4/packages/acs-admin/www/apm/version-dependency-remove.tcl 2 Feb 2018 00:04:50 -0000 1.12 +++ openacs-4/packages/acs-admin/www/apm/version-dependency-remove.tcl 14 Aug 2019 07:34:34 -0000 1.12.2.1 @@ -23,7 +23,7 @@ } default { - ad_return_complaint 1 "Dependency Entry Error: Depenendencies are either interfaces or requirements." + ad_return_complaint 1 "Dependency Entry Error: Dependencies are either interfaces or requirements." } } apm_package_install_spec $version_id Index: openacs-4/packages/acs-admin/www/apm/version-i18n.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n.tcl,v diff -u -r1.15.2.2 -r1.15.2.3 --- openacs-4/packages/acs-admin/www/apm/version-i18n.tcl 13 Mar 2019 09:47:29 -0000 1.15.2.2 +++ openacs-4/packages/acs-admin/www/apm/version-i18n.tcl 14 Aug 2019 07:34:34 -0000 1.15.2.3 @@ -123,7 +123,7 @@ if { $pre_select_files_p } { set href [export_vars -base version-i18n -override {{pre_select_files_p 0}} {version_id file_type show_status_p only_text_p}] - set pre_select_filter [subst {Unselect all checkboxes}] + set pre_select_filter [subst {Deselect all checkboxes}] } else { set href [export_vars -base version-i18n -override {{pre_select_files_p 1}} {version_id file_type show_status_p only_text_p}] set pre_select_filter [subst {Select all checkboxes}] Index: openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql,v diff -u -r1.31 -r1.31.2.1 --- openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 7 Aug 2017 23:47:46 -0000 1.31 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 14 Aug 2019 07:34:34 -0000 1.31.2.1 @@ -490,7 +490,7 @@ A one-to-many mapping table of content folders to content types. Basically, this table restricts the content types a folder may contain. Future releases will add numeric and tagged constraints similar to - thos available for content types. + those available for content types. '; -- RI Indexes Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql,v diff -u -r1.65 -r1.65.2.1 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql 21 Feb 2018 14:11:08 -0000 1.65 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql 14 Aug 2019 07:34:35 -0000 1.65.2.1 @@ -841,7 +841,7 @@ A one-to-many mapping table of content folders to content types. Basically, this table restricts the content types a folder may contain. Future releases will add numeric and tagged constraints similar to - thos available for content types. + those available for content types. '; -- RI Indexes Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql 7 Aug 2017 23:47:47 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql 14 Aug 2019 07:34:35 -0000 1.3.2.1 @@ -3,7 +3,7 @@ -- -- - content_revision__del: -- * Removed manual nulling of live_revision and latest_revision --- by using appropriate ond delete actions on foreign keys +-- by using appropriate delete actions on foreign keys -- * Removed manual deletion of old_revision and new_revision in -- cr_item_publish_audit by using "on delete cascade" -- Index: openacs-4/packages/acs-content-repository/www/doc/tutorial.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/tutorial.adp,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 1 Nov 2018 08:46:40 -0000 1.6 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 14 Aug 2019 07:34:35 -0000 1.6.2.1 @@ -651,7 +651,7 @@ Note that this example is for projects rather than tasks. This is because for the application I'm writing, projects are what tasks are stored inside of. A project has many component tasks. If -you were writing another application, or if I wasn't doing +you were writing another application, or if I was not doing anything with projects, then this would be creating a folder for just tasks.
Typically, this definition would go in your @@ -794,7 +794,7 @@
-Note that this example is for projects rather than tasks. This is because for the application I'm writing, projects are what tasks are stored inside of. A project has many component tasks. If you were writing another application, or if I wasn't doing anything with projects, then this would be creating a folder for just tasks. +Note that this example is for projects rather than tasks. This is +because for the application I'm writing, projects are what tasks are +stored inside of. A project has many component tasks. If you were +writing another application, or if I was not doing anything with projects, then this would be creating a folder for just tasks.Referential Integrity: attempting to delete live_revision: 658 Index: openacs-4/packages/acs-content-repository/www/doc/tutorial.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/tutorial.html,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.html 8 Apr 2019 13:00:51 -0000 1.5.2.1 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.html 14 Aug 2019 07:34:35 -0000 1.5.2.2 @@ -645,7 +645,10 @@
Typically, this definition would go in your sql/postgresql/project-manager-create.sql
file. If this file is broken in several parts, this would go in the project-manager-create-functions.sql portion.
@@ -742,7 +745,9 @@
Referential Integrity: attempting to delete live_revision: 658 Index: openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl,v diff -u -r1.21.2.2 -r1.21.2.3 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 10 Aug 2019 15:15:49 -0000 1.21.2.2 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 14 Aug 2019 07:36:04 -0000 1.21.2.3 @@ -235,7 +235,7 @@ } ad_proc -private auth::authentication::delete_contract {} { - Delet service contract for authentication. + Delete service contract for authentication. } { acs_sc::contract::delete -name "auth_authentication" } Index: openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 1 Apr 2019 18:13:39 -0000 1.5.2.1 +++ openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 14 Aug 2019 07:36:04 -0000 1.5.2.2 @@ -68,7 +68,7 @@ -validate { { test_name { $test_name ne "" } - {The name can not contain special characteres, whitespaces or be null} + {The name can not contain special characters, whitespaces or be null} } { login_type { 1 } @@ -157,7 +157,7 @@ aa_log \"Running test case ${test_name} \" aa_log \"${test_description} \" set response 0 - aa_log \" Loging in the user\" + aa_log \" Log-in the user\" $login_code #------------------ TwtR code ----------------- ${test_code} Index: openacs-4/packages/acs-core-docs/www/files/oracle8i.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/oracle8i.txt,v diff -u -r1.2.32.1 -r1.2.32.2 --- openacs-4/packages/acs-core-docs/www/files/oracle8i.txt 11 Jul 2019 06:55:49 -0000 1.2.32.1 +++ openacs-4/packages/acs-core-docs/www/files/oracle8i.txt 14 Aug 2019 07:36:04 -0000 1.2.32.2 @@ -1,7 +1,7 @@ #!/bin/sh # # chkconfig: 345 51 49 -# description: starts the oracle dabase daemons ( part of the aD ACS install ) +# description: starts the oracle database daemons ( part of the aD ACS install ) # echo "Oracle 8i auto start/stop" Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 7 Aug 2017 23:47:54 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 14 Aug 2019 07:36:04 -0000 1.9.2.1 @@ -67,7 +67,7 @@We strongly recommend that you thoroughly examine the step-by-step OpenACS installation guide, even if you already have a working Unix and Oracle -installtion. +installation.The guide contains up-to-date information on the default settings that OpenACS developers use to generate properly running sites. Deviations from these Index: openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml 4 Jul 2018 10:20:42 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml 14 Aug 2019 07:36:04 -0000 1.11.2.1 @@ -384,7 +384,7 @@ table (exactly the kind of data model change that has historically complicated the process of upgrading to a more recent OpenACS version). -The Objet Model generalizes the scheme used in the old OpenACS 3.x user/groups + The ACS Object Model generalizes the scheme used in the old OpenACS 3.x user/groups system. It defines a table called acs_attributes that record what attributes belong to which object types, and how the attributes are stored. As before, attributes can either be stored in helper tables, or in a Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -r1.54.2.15 -r1.54.2.16 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 23 Jul 2019 14:14:59 -0000 1.54.2.15 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 14 Aug 2019 07:36:40 -0000 1.54.2.16 @@ -224,7 +224,7 @@ Chat instproc user_active {user_id} { # was the user already active? - #:log "--chat login already avtive? [nsv_exists ${:array}-last-activity $user_id]" + #:log "--chat login already active? [nsv_exists ${:array}-last-activity $user_id]" return [nsv_exists ${:array}-last-activity $user_id] } Index: openacs-4/packages/xowiki/www/resources/repeat.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/repeat.js,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/xowiki/www/resources/repeat.js 13 Aug 2019 07:27:02 -0000 1.4.2.2 +++ openacs-4/packages/xowiki/www/resources/repeat.js 14 Aug 2019 07:36:40 -0000 1.4.2.3 @@ -34,7 +34,7 @@ $(ck_editors[k]).attr('contenteditable','true'); } } - // IPAD HACK ENDE + // IPAD HACK END */ break; }