Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql,v diff -u -r1.76 -r1.77 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 25 Mar 2018 20:56:30 -0000 1.76 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 1 Nov 2018 08:43:43 -0000 1.77 @@ -1372,7 +1372,7 @@ BEGIN -- FIXME: - raise NOTICE 'not implemented for postgresql'; + raise NOTICE 'not implemented for PostgreSQL'; /* v_revision := content_item__get_live_revision(item_id); @@ -1937,7 +1937,7 @@ copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = 't' then PERFORM content_extlink__copy( copy__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql,v diff -u -r1.59 -r1.60 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 23 Mar 2018 22:56:42 -0000 1.59 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 1 Nov 2018 08:43:43 -0000 1.60 @@ -694,7 +694,7 @@ $$ LANGUAGE plpgsql stable; -- FIXME: need to look at this in more detail. This probably can't be made --- to work reliably in postgresql. Currently we are using a rule to insert +-- to work reliably in PostgreSQL. Currently we are using a rule to insert -- into the input view when a new content revision is added. Pg locks the -- underlying table when the rule is dropped, so the dropping and recreating -- of the new content revisons seems like it would be reliable, but the Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-update.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-update.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-update.sql 7 Aug 2017 23:47:47 -0000 1.10 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-update.sql 1 Nov 2018 08:43:43 -0000 1.11 @@ -12,8 +12,6 @@ -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html ---set serveroutput on --- FIXME: drop constraint doesn't work on postgresql CREATE OR REPLACE FUNCTION inline_0 () RETURNS integer AS $$ BEGIN -- altering the constraint on cr_type_template_map Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql 17 May 2003 09:43:31 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql 1 Nov 2018 08:43:43 -0000 1.3 @@ -34,7 +34,7 @@ copy2__creation_user, copy2__creation_ip ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy2__item_id) = ''t'' then PERFORM content_extlink__copy( copy2__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql 25 Mar 2018 20:56:30 -0000 1.10 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql 1 Nov 2018 08:43:43 -0000 1.11 @@ -103,7 +103,7 @@ copy__creation_ip, copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = ''t'' then PERFORM content_extlink__copy( copy__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql 4 Jun 2006 00:45:23 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql 1 Nov 2018 08:43:43 -0000 1.3 @@ -47,7 +47,7 @@ copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = ''t'' then PERFORM content_extlink__copy( copy__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql 20 Mar 2005 15:58:46 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql 1 Nov 2018 08:43:43 -0000 1.4 @@ -372,7 +372,7 @@ copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = ''t'' then PERFORM content_extlink__copy( copy__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql 1 Nov 2018 08:43:43 -0000 1.3 @@ -521,7 +521,7 @@ copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = 't' then PERFORM content_extlink__copy( copy__item_id, Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 1 Nov 2018 08:43:43 -0000 1.3 @@ -106,7 +106,7 @@ -- --- The content_search__dtrg tries to add entries on deletion the the +-- The content_search__dtrg tries to add entries on deletion the -- search queue via -- -- SELECT search_observer__enqueue(old.revision_id,'DELETE') Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql 1 Nov 2018 08:43:43 -0000 1.3 @@ -785,7 +785,7 @@ copy__name ); - -- call content_extlink.copy if the item is an url + -- call content_extlink.copy if the item is a URL else if content_extlink__is_extlink(copy__item_id) = 't' then PERFORM content_extlink__copy( copy__item_id, 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.5 -r1.6 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 30 Apr 2018 08:15:07 -0000 1.5 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.adp 1 Nov 2018 08:46:40 -0000 1.6 @@ -137,7 +137,7 @@ that we are storing in the content repository. Tasks are a "content type", because they have data associated with them, such as when they are due, and what needs to be done.</p> -<p>I thus need to to</p> +<p>I thus need to</p> <blockquote><pre> --create the content type select content_type__create_type ( Index: openacs-4/packages/acs-content-repository/www/doc/guide/file-system.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/file-system.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/www/doc/guide/file-system.adp 30 Apr 2018 08:15:07 -0000 1.4 +++ openacs-4/packages/acs-content-repository/www/doc/guide/file-system.adp 1 Nov 2018 08:46:40 -0000 1.5 @@ -14,7 +14,7 @@ <li>A freshly installed content repository consists of a single "root" folder (analogous to the root directory <kbd>/</kbd> in UNIX or an empty partition in Windows or -MacOS).</li><li>You organize items by creating subfolders under the root.</li><li>You can move or copy items from one folder to another.</li><li>You can create "links" or "shortcuts" for +macOS).</li><li>You organize items by creating subfolders under the root.</li><li>You can move or copy items from one folder to another.</li><li>You can create "links" or "shortcuts" for items to make them accessible from within other directories.</li><li>Each item has a "file name" and an absolute "path" that is determined by its location on a particular branch of the repository tree. For example, the path to an item @@ -62,7 +62,7 @@ <ul> <li>Content management systems can take advantage of the folder structure to implement an intuitive user interface analogous to -familiar desktop tools (Windows Explorer, MacOS Finder, etc.).</li><li>You can use the content repository API to constraint the type +familiar desktop tools (Windows Explorer, macOS Finder, etc.).</li><li>You can use the content repository API to constraint the type of content that a folder may contain (except for the index page). For example, it is possible to limit the contents of the "Press" folder to items of type "Press @@ -77,7 +77,7 @@ content root. Creating your own content (and template) root also has the advantage that you will not accidentally access another package's content nor will another package access your content. -Not that that could do any harm, because you have secured all your +Note that could do any harm, because you have secured all your content through appropriate permissions.</p> <p>We only talk about creating content roots from here on — creating template roots is completely analogous. You create your Index: openacs-4/packages/acs-content-repository/www/doc/guide/file-system.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/file-system.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/www/doc/guide/file-system.html 28 Sep 2018 08:37:58 -0000 1.3 +++ openacs-4/packages/acs-content-repository/www/doc/guide/file-system.html 1 Nov 2018 08:46:40 -0000 1.4 @@ -101,7 +101,7 @@ might wish to store the content for each instance in its own content root. Creating your own content (and template) root also has the advantage that you will not accidentally access another package's - content nor will another package access your content. Not that + content nor will another package access your content. Note that could do any harm, because you have secured all your content through appropriate permissions. </p> Index: openacs-4/packages/categories/tcl/category-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-xml-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/categories/tcl/category-xml-procs.tcl 24 Jul 2018 19:07:28 -0000 1.5 +++ openacs-4/packages/categories/tcl/category-xml-procs.tcl 1 Nov 2018 08:50:20 -0000 1.6 @@ -60,7 +60,7 @@ -description $description \ -locale $locale } else { - # initialise tree + # initialize tree set tree_id [category_tree::add \ -site_wide_p $site_wide_p \ -name $name \ Index: openacs-4/packages/categories/tcl/tagcloud-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/tagcloud-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/categories/tcl/tagcloud-procs.tcl 29 Jun 2018 17:27:18 -0000 1.7 +++ openacs-4/packages/categories/tcl/tagcloud-procs.tcl 1 Nov 2018 08:50:20 -0000 1.8 @@ -60,7 +60,7 @@ Generate a tag cloud for the categories in the given category tree. - @option tree_id tree_id of the tree fro which to generate the cloud. + @option tree_id tree_id of the tree for which to generate the cloud. @return HTML fragment for the tag cloud. @author Matthew Burke (matt-oacs@bluedino.net) } {