Index: openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl,v diff -u -r1.1.2.11 -r1.1.2.12 --- openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl 17 Mar 2020 14:14:36 -0000 1.1.2.11 +++ openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl 3 Jul 2020 08:11:13 -0000 1.1.2.12 @@ -34,7 +34,7 @@ UI: aither the screen name or the person name when the former is missing. - @return a user name + @return a username } { set name [acs_user::get_user_info -user_id $user_id -element screen_name] if {$name eq ""} { @@ -87,7 +87,7 @@ approved_p {boolean default true} creation_user {integer references parties(party_id) on delete cascade not null} creation_ip {varchar(50)} - creation_date {timestamp with time zone} + creation_date {timestamp with timezone} } ::xo::db::chat_room ad_instproc grant_creator {} { 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.2.2.1 -r1.2.2.2 --- openacs-4/packages/chat/www/doc/requirements.html 24 Nov 2019 11:06:22 -0000 1.2.2.1 +++ openacs-4/packages/chat/www/doc/requirements.html 3 Jul 2020 08:11:13 -0000 1.2.2.2 @@ -19,7 +19,7 @@

II. Vision Statement

The chat application provides a mechanism for multiple users to post messages, -associate user names with these messages, and display and update the last +associate usernames with these messages, and display and update the last several messages so that chat visitors can follow the ongoing discussion. Such chat sessions need to be organized by topics so that users can find sessions relevant to their interests. The application should allow for Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.234.2.5 -r1.234.2.6 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Dec 2019 14:17:42 -0000 1.234.2.5 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Jul 2020 08:11:13 -0000 1.234.2.6 @@ -1594,7 +1594,7 @@ ad_proc -public needs_approval_p { {-community_id:required} } { - Returns 1 if the community's join policy is 'needs approval' a.k.a. "request approval". + Returns 1 if the community's join policy is 'needs approval' aka "request approval". } { return [db_string check_community_needs_approval {} -default 0] } Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 22 Oct 2019 07:57:56 -0000 1.23.2.1 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 3 Jul 2020 08:11:13 -0000 1.23.2.2 @@ -62,7 +62,7 @@ set title "$header_img-[db_nextval acs_object_id_seq]" -# # strip off the C:\directories... crud and just get the file name +# # strip off the C:\directories... crud and just get the filename if {![regexp {([^/\\]+)$} $header_img match client_filename]} { set client_filename $header_img Index: openacs-4/packages/dotlrn/www/community-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.tcl,v diff -u -r1.19 -r1.19.2.1 --- openacs-4/packages/dotlrn/www/community-edit.tcl 29 Jun 2018 17:27:19 -0000 1.19 +++ openacs-4/packages/dotlrn/www/community-edit.tcl 3 Jul 2020 08:11:13 -0000 1.19.2.1 @@ -143,7 +143,7 @@ -attribute_name header_logo_item_id ] -# Default logos are served from known locations in the file system +# Default logos are served from known locations in the filesystem # based on community type. # Customized logos are stored in the public file-storage folder Index: openacs-4/packages/dotlrn/www/subcommunity-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-new.tcl,v diff -u -r1.29 -r1.29.2.1 --- openacs-4/packages/dotlrn/www/subcommunity-new.tcl 24 Jul 2018 19:04:34 -0000 1.29 +++ openacs-4/packages/dotlrn/www/subcommunity-new.tcl 3 Jul 2020 08:11:13 -0000 1.29.2.1 @@ -15,7 +15,7 @@ # ad_page_contract { - create a new subcommunity (a.k.a. subgroup) + create a new subcommunity (aka subgroup) @author arjun (arjun@openforce.net) @creation-date 2001-02-12 Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp,v diff -u -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp 17 Aug 2019 09:18:30 -0000 1.17.2.1 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp 3 Jul 2020 08:11:13 -0000 1.17.2.2 @@ -91,10 +91,10 @@
- +

- +
Index: openacs-4/packages/dotlrn/www/help/en/Files.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/help/en/Files.adp,v diff -u -r1.2 -r1.2.4.1 --- openacs-4/packages/dotlrn/www/help/en/Files.adp 3 Jul 2015 10:43:59 -0000 1.2 +++ openacs-4/packages/dotlrn/www/help/en/Files.adp 3 Jul 2020 08:11:13 -0000 1.2.4.1 @@ -48,7 +48,7 @@ Keep browsing until you find your file of interest.

- Each file line includes a file icon, the file name, the file size, the date + Each file line includes a file icon, the filename, the file size, the date the file was last modified, a Property link, a New link and a Download link.