Index: openacs-4/packages/general-comments/tcl/general-comments-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-callback-procs.tcl,v diff -u -r1.1.10.1 -r1.1.10.2 --- openacs-4/packages/general-comments/tcl/general-comments-callback-procs.tcl 12 Sep 2015 11:06:33 -0000 1.1.10.1 +++ openacs-4/packages/general-comments/tcl/general-comments-callback-procs.tcl 21 Apr 2017 20:11:53 -0000 1.1.10.2 @@ -17,7 +17,7 @@ @param object_id Object ID of the object to which the comment was added @param title Title given with the comment @param comment Comment that was provided. This is HTML. - @param object_type Object Type of the object id. This is useful to quickly say in the package implementations wether you want to deal with the comment or not. + @param object_type Object Type of the object id. This is useful to quickly say in the package implementations whether you want to deal with the comment or not. } - # Local variables: Index: openacs-4/packages/general-comments/www/delete-attachment-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete-attachment-2.tcl,v diff -u -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/general-comments/www/delete-attachment-2.tcl 21 May 2016 10:15:38 -0000 1.7.2.2 +++ openacs-4/packages/general-comments/www/delete-attachment-2.tcl 21 Apr 2017 20:11:53 -0000 1.7.2.3 @@ -25,7 +25,7 @@ # a single content_item.delete after the bug fix # is released -#Commented out during i18n convertion, Steffen +#Commented out during i18n conversion, Steffen #if { $submit eq "Proceed" } { Index: openacs-4/packages/general-comments/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/doc/design.adp,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/general-comments/www/doc/design.adp 18 Jul 2016 11:45:37 -0000 1.1.2.6 +++ openacs-4/packages/general-comments/www/doc/design.adp 21 Apr 2017 20:11:53 -0000 1.1.2.7 @@ -38,21 +38,21 @@
General Comments in ACS 4.0 differs from previous versions by utilizing the ACS Object system, introduced in 4.0. The data-model -has been changed to accomodate this adoption.
In ACS 3.x, general comments did not have revisioning. Let's +has been changed to accommodate this adoption.
In ACS 3.x, general comments did not have revisioning. Let's assume that in an ACS 3.x installation, the policy for comments was set to "closed", meaning comments must be approved by an administrator before it goes live. The following unwanted scenario could occur:
A user posted a comment which was approved by the administrator.
The user notices that there was a spelling error, and makes a change to the posted comment.
From the time of the user's correction to the time the -adminstrator re-approves the comment, other users will not be able +administrator re-approves the comment, other users will not be able to read the comment, since the new data replaced the old one.
General Comments implements the revisioning feature provided by the Content Repository. Users are able to view all of their revisions for a comment, along with an indication of which revision is live. This allows the contents of an older revision to be seen -by the public while a newer revision is awaiting adminstrative +by the public while a newer revision is awaiting administrative approval.
not available
@@ -127,7 +127,7 @@General Comments provides two similar sets of UIs for -adminstrators and normal users. The adminstrator UI allows +administrators and normal users. The administrator UI allows approval/unapproval of comments as well as deletion of comments. The normal user UI presents to users all of their created comments, with links to editing and creating attachments.
Index: openacs-4/packages/general-comments/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/doc/design.html,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/general-comments/www/doc/design.html 18 Jul 2016 11:45:37 -0000 1.2.2.1 +++ openacs-4/packages/general-comments/www/doc/design.html 21 Apr 2017 20:11:53 -0000 1.2.2.2 @@ -199,7 +199,7 @@ >General Comments in ACS 4.0 differs from previous versions by utilizing the ACS Object system, introduced in 4.0. The data-model - has been changed to accomodate this adoption.
In ACS 3.x, general comments did not have revisioning. Let's assume that in an ACS 3.x installation, the policy for comments was @@ -222,7 +222,7 @@ >
From the time of the user's correction to the time the - adminstrator re-approves the comment, other users will not be able + administrator re-approves the comment, other users will not be able to read the comment, since the new data replaced the old one.
General Comments provides two similar sets of UIs for - adminstrators and normal users. The adminstrator UI allows + administrators and normal users. The administrator UI allows approval/unapproval of comments as well as deletion of comments. The normal user UI presents to users all of their created comments, with links to editing and creating attachments.
General Comments in ACS 4.0 differs from previous versions by utilizing the ACS Object system, introduced in 4.0. The data-model - has been changed to accomodate this adoption. + has been changed to accommodate this adoption.When a user creates a comment, General Comments stores the comment as an ACS Message and associates the comment to the object -commented on. The value set by the adminstrator on whether comments +commented on. The value set by the administrator on whether comments go live immediately or needs approval first is stored along with the comment during this phase. After this, the user is presented with a page that displays contents of the comment along with @@ -54,7 +54,7 @@ submits his changes. Since comments are moderated, others will only see his older incorrect version until his changes are approved. George eagerly awaits for his changes to be approved so that he -won't be ridiculed by his colleagues for his mistakes.
An adminstrator moderating:
Adam Admin is looking over all recently unnapproved changes to +won't be ridiculed by his colleagues for his mistakes.
An administrator moderating:
Adam Admin is looking over all recently unnapproved changes to comments. Adam sees that George Genius has made a correction to the earthquake prediction formula in which he helped write. He believes that the their original formaula is correct, so Adam does not @@ -111,7 +111,7 @@ attached images.
30.50 Allow download of attached files.
The Administrator's -Interface
The user interface for adminstrative members is a set of HTML +Interface
The user interface for administrative members is a set of HTML pages that allows deletion and approval of comments.
40.0 Customized presentation.
40.0.10 Show all created Index: openacs-4/packages/general-comments/www/doc/dev-guide.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/doc/dev-guide.html,v diff -u -r1.1.1.1 -r1.1.1.1.28.1 --- openacs-4/packages/general-comments/www/doc/dev-guide.html 20 Apr 2001 20:51:11 -0000 1.1.1.1 +++ openacs-4/packages/general-comments/www/doc/dev-guide.html 21 Apr 2017 20:11:53 -0000 1.1.1.1.28.1 @@ -127,7 +127,7 @@ >
When a user creates a comment, General Comments stores the comment as an ACS Message and associates the comment to the object - commented on. The value set by the adminstrator on whether comments + commented on. The value set by the administrator on whether comments go live immediately or needs approval first is stored along with the comment during this phase. After this, the user is presented with a page that displays contents of the comment along with @@ -180,7 +180,7 @@ >
An adminstrator moderating:An administrator moderating:
Adam Admin is looking over all recently unnapproved changes to @@ -353,7 +353,7 @@ >The Administrator's Interface
The user interface for adminstrative members is a set of HTML pages +>The user interface for administrative members is a set of HTML pages that allows deletion and approval of comments.
When a user creates a comment, General Comments stores the
comment as an ACS Message and associates the comment to the object
- commented on. The value set by the adminstrator on whether comments
+ commented on. The value set by the administrator on whether comments
go live immediately or needs approval first is stored along with
the comment during this phase. After this, the user is presented
with a page that displays contents of the comment along with
@@ -70,7 +70,7 @@
George eagerly awaits for his changes to be approved so that he
won't be ridiculed by his colleagues for his mistakes.
- All chat functionalities accessable from the browser are available
+ All chat functionalities accessible from the browser are available
as an API. Providing these API allows different applications to modify
chat without an application-specific user interface. These
API will throw errors if their corresponding PL/SQL statement fail, so
Index: openacs-4/packages/chat/www/doc/requirements.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/doc/requirements.html,v
diff -u -r1.1.1.1.24.1 -r1.1.1.1.24.2
--- openacs-4/packages/chat/www/doc/requirements.html 22 Jun 2016 07:51:59 -0000 1.1.1.1.24.1
+++ openacs-4/packages/chat/www/doc/requirements.html 21 Apr 2017 20:21:49 -0000 1.1.1.1.24.2
@@ -116,7 +116,7 @@
to other chat users.
10.10.60 Chat rooms could either be private or public.
10.10.70 Permissioning system to allow a group and/or single
Infomation about IP Address @ip@
+Information about IP Address @ip@
API
-
-