Index: openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.0d6-1.0d7.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.0d6-1.0d7.sql,v diff -u -r1.3 -r1.3.6.1 --- openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.0d6-1.0d7.sql 30 Mar 2013 22:50:44 -0000 1.3 +++ openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.0d6-1.0d7.sql 9 Aug 2019 20:19:04 -0000 1.3.6.1 @@ -135,7 +135,7 @@ ----- -- --- these function have embedded tabs which make pg or is is the driver(?) barf +-- these function have embedded tabs which make pg or is the driver(?) barf -- fix them to have spaces -- ----- Index: openacs-4/packages/categories/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/index.html,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/categories/www/doc/index.html 7 Aug 2017 23:48:05 -0000 1.5 +++ openacs-4/packages/categories/www/doc/index.html 9 Aug 2019 20:19:04 -0000 1.5.2.1 @@ -2,7 +2,7 @@
+"HTML Tidy for macOS (vers 31 October 2006 - Apple Inc. build 15.15), see www.w3.org">The only shortcomming of this solution is the disregard of +
The only shortcoming of this solution is the disregard of internationalization, but in cases where there objects in more than one language, it should be the triggers / pl/sql procs task to make sure that acs_named_objects contains names in the default language Index: openacs-4/packages/categories/www/doc/o.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/o.html,v diff -u -r1.1.1.1 -r1.1.1.1.22.1 --- openacs-4/packages/categories/www/doc/o.html 23 Apr 2003 12:29:27 -0000 1.1.1.1 +++ openacs-4/packages/categories/www/doc/o.html 9 Aug 2019 20:19:04 -0000 1.1.1.1.22.1 @@ -69,7 +69,7 @@ join the acs_named_objects table to get the names and package_ids in an easy and - more importantly - fast and scalable way.
-The only shortcomming of this solution is the disregard of +The only shortcoming of this solution is the disregard of internationalization, but in cases where there objects in more than one language, it should be the triggers / pl/sql procs task to make sure that acs_named_objects contains names in the @@ -170,14 +170,14 @@ The appropriate tcl-procs look like the following:
ad_proc -public apm_pageurl { object_id } { - Service Contract Proc to resolve a url for a package_id + Service Contract Proc to resolve a URL for a package_id } { return } namespace eval acs_user { ad_proc -public pageurl { object_id } { - Service Contract Proc to resolve a url for a user_id + Service Contract Proc to resolve a URL for a user_id } { return "shared/community-member?user_id=$object_id" } Index: openacs-4/packages/news/tcl/test/news-db-test-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/test/news-db-test-init.tcl,v diff -u -r1.18.2.1 -r1.18.2.2 --- openacs-4/packages/news/tcl/test/news-db-test-init.tcl 14 Feb 2019 16:15:01 -0000 1.18.2.1 +++ openacs-4/packages/news/tcl/test/news-db-test-init.tcl 9 Aug 2019 20:19:04 -0000 1.18.2.2 @@ -848,7 +848,7 @@ here at the OpenACS bboard was started concerning this problem. } "db_check_news_revision" { Checks the news database functions for revision creation, deletion and management. - Tests news.revison_new, news.revision_delete, + Tests news.revision_new, news.revision_delete, news.revision_set_active functions. } { set news_id -1 Index: openacs-4/packages/news/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.html,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/news/www/doc/design.html 4 Jul 2018 10:28:16 -0000 1.9 +++ openacs-4/packages/news/www/doc/design.html 9 Aug 2019 20:19:04 -0000 1.9.2.1 @@ -257,7 +257,7 @@ deleting of published items can be effected in this way. For archived items, one can re-publish or delete them. -text/html}] \ -text {} \ -anon_instances t \ Index: openacs-4/packages/file-storage/sql/postgresql/file-storage-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/sql/postgresql/file-storage-package-create.sql,v diff -u -r1.30 -r1.30.2.1 --- openacs-4/packages/file-storage/sql/postgresql/file-storage-package-create.sql 29 Dec 2017 11:32:49 -0000 1.30 +++ openacs-4/packages/file-storage/sql/postgresql/file-storage-package-create.sql 9 Aug 2019 20:25:08 -0000 1.30.2.1 @@ -437,7 +437,7 @@ -- procedure file_storage__move_file/4 -- -- - -- Move a file (ans all its versions) to a different folder. + -- Move a file (and all its versions) to a different folder. -- Wrapper for content_item__move -- Index: openacs-4/packages/file-storage/www/copy.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/copy.tcl,v diff -u -r1.11.2.1 -r1.11.2.2 --- openacs-4/packages/file-storage/www/copy.tcl 15 Mar 2019 10:09:24 -0000 1.11.2.1 +++ openacs-4/packages/file-storage/www/copy.tcl 9 Aug 2019 20:25:08 -0000 1.11.2.2 @@ -61,7 +61,7 @@ -privilege "write" - # check for WRTIE permission on each object to be copyd + # Check for WRITE permission on each object to be copied. # DaveB: I think it should be DELETE instead of WRITE # but the existing file-copy page checks for WRITE set error_items [list] Index: openacs-4/packages/file-storage/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/design.adp,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/file-storage/www/doc/design.adp 30 Apr 2018 07:57:15 -0000 1.4 +++ openacs-4/packages/file-storage/www/doc/design.adp 9 Aug 2019 20:25:08 -0000 1.4.2.1 @@ -159,7 +159,7 @@ cr_revisions. Note that "title" is also used as the (unique within a folder) identifier of the file stored in cr_items. Thus, wrappers to the Content Repository API makes sure that the -naming convention is corect: cr_items.name attribute stores the +naming convention is correct: cr_items.name attribute stores the title of a file and all its versions, while the cr_revisions.title attribute stores the filename of the version uploaded into the Content Repository. @@ -316,7 +316,7 @@ of File Storage, and starts deleting from the "leaves" or end nodes of the file tree up to the root folder. Later improvements in Content Repository will allow archiving of the -contents instaed of actually deleting them from the database. +contents instead of actually deleting them from the database.Note, that releasing/revoking can be done for an item individually +
Note that releasing/revoking can be done for an item individually as well, following the ID# link in the second column which leads to /admin/item. On that page, a new revision can be added. There is no UI to edit a revision; Index: openacs-4/packages/news/www/doc/requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/requirements.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/news/www/doc/requirements.adp 8 Feb 2019 13:00:50 -0000 1.3 +++ openacs-4/packages/news/www/doc/requirements.adp 9 Aug 2019 20:19:04 -0000 1.3.2.1 @@ -212,7 +212,7 @@ 60.10 Provide a subscriber link to sign up for notifications for when a new news item is posted. Ensure that notifications can be had at user-specifiable frequency: immediately, daily, weekly, -montly, and quarterly.
+monthly, and quarterly.
60.20 Provide a counter of how many times an item has been viewed
Index: openacs-4/packages/news/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/requirements.html,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/news/www/doc/requirements.html 7 Aug 2017 23:48:12 -0000 1.2 +++ openacs-4/packages/news/www/doc/requirements.html 9 Aug 2019 20:19:04 -0000 1.2.2.1 @@ -194,7 +194,7 @@ 60.10 Provide a subscriber link to sign up for notifications for when a new news item is posted. Ensure that notifications can be had at -user-specifiable frequency: immediately, daily, weekly, montly, and quarterly. +user-specifiable frequency: immediately, daily, weekly, monthly, and quarterly.
60.20 Provide a counter of how many times an item has been viewed
60.30 Provide a display of the ranking of most seen items
60.40 Provide a Yahoo-like 'Mail this news article to a Friend' link Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -r1.47 -r1.47.2.1 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 1 Nov 2018 12:28:56 -0000 1.47 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 9 Aug 2019 20:19:04 -0000 1.47.2.1 @@ -247,7 +247,7 @@ foreach msg $messages { ns_log Debug "load_qmail_mail_queue: opening file: $msg" if {[catch {set f [open $msg r]} errmsg]} { - # spit out an error message for failure to open and contiue to next message + # spit out an error message for failure to open and continue to next message ns_log Warning "load_qmail_mail_queue: error opening file $errmsg" continue } Index: openacs-4/packages/xowf/lib/online-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam.wf,v diff -u -r1.6.2.3 -r1.6.2.4 --- openacs-4/packages/xowf/lib/online-exam.wf 4 Jul 2019 18:01:25 -0000 1.6.2.3 +++ openacs-4/packages/xowf/lib/online-exam.wf 9 Aug 2019 20:19:04 -0000 1.6.2.4 @@ -337,7 +337,7 @@ append report "
$menu" set f [::xowiki::Form new \ - -set name en:quesiton \ + -set name en:question \ -form [subst {
The user interface attempts to replicate the file system metaphors familiar to most computer users, with folders containing Index: openacs-4/packages/file-storage/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/design.html,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/file-storage/www/doc/design.html 23 Mar 2018 23:53:01 -0000 1.6 +++ openacs-4/packages/file-storage/www/doc/design.html 9 Aug 2019 20:25:08 -0000 1.6.2.1 @@ -216,7 +216,7 @@ stored in the "title" attribute of cr_revisions. Note that "title" is also used as the (unique within a folder) identifier of the file stored in cr_items. Thus, wrappers to the Content Repository API -makes sure that the naming convention is corect: cr_items.name +makes sure that the naming convention is correct: cr_items.name attribute stores the title of a file and all its versions, while the cr_revisions.title attribute stores the filename of the version uploaded into the Content Repository. @@ -432,7 +432,7 @@ trigger walks through all the contents of the instance of File Storage, and starts deleting from the "leaves" or end nodes of the file tree up to the root folder. Later improvements in Content -Repository will allow archiving of the contents instaed of actually +Repository will allow archiving of the contents instead of actually deleting them from the database.