Index: openacs-4/packages/acs-core-docs/www/xml/Makefile =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/Makefile,v diff -u -N -r1.16 -r1.16.4.1 --- openacs-4/packages/acs-core-docs/www/xml/Makefile 27 Oct 2014 16:39:30 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/xml/Makefile 9 Aug 2019 20:04:23 -0000 1.16.4.1 @@ -5,13 +5,13 @@ # @author davis@xarg.net Added automatic creation of an XSL link so we don't edit openacs.xsl, # added a lint target which runs xmllint, changed pdf generation to use FOP. Made it # work on the mac. -# OSX note: xmllint from fink does not work, use /usr/bin/xmllint +# macOS note: xmllint from fink does not work, use /usr/bin/xmllint # xmllint from fink seems to work fine on osx 10.4.x # # @creation-date 2002-08-10 # @modified-date 2003-12-06 # -# This simply copys all the 'files' and 'images' +# This simply copies all the 'files' and 'images' # to the appropriate directory in www so that they are accessible # # It then moves into the www directory and runs the XSLT generation Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml 30 Sep 2018 15:53:28 -0000 1.10 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml 9 Aug 2019 20:04:23 -0000 1.10.2.1 @@ -58,7 +58,7 @@ ns_schedule_proc and ad_schedule_proc each take a -thread flag to cause a scheduled procedure to run -asychronously, in its own thread. It almost always seems like a good idea to +asynchronously, in its own thread. It almost always seems like a good idea to specify this switch, but there's a problem. Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/rp.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/rp.xml,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/rp.xml 27 Jun 2019 19:57:43 -0000 1.13.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/rp.xml 9 Aug 2019 20:04:23 -0000 1.13.2.2 @@ -81,7 +81,7 @@ this case, the RP checks if the user has "read" privileges on the object in the site map specified by the URL. This object is typically a package instance, but it could easily be something more granular, -such as whehter the user can view a particular piece of content within +such as whether the user can view a particular piece of content within a package instance. This automatic check makes it easy to set up sites with areas that are only accessible to specific groups of users. Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml 7 Aug 2017 23:47:54 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml 9 Aug 2019 20:04:23 -0000 1.4.2.1 @@ -48,7 +48,7 @@ - Doubleclick + Double-click Make sure that if you submit a form, use the back button, and submit again that the behavior is reasonable (correct behavior depends on Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml 24 Mar 2018 00:14:57 -0000 1.10 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml 9 Aug 2019 20:04:23 -0000 1.10.2.1 @@ -170,8 +170,7 @@ 0 SELECT STATEMENT Optimizer=CHOOSE 1 0 NESTED LOOPS 2 1 TABLE ACCESS (FULL) OF 'CONSTRAINT_NAMING_EXAMPLE' - 3 1 INDEX (UNIQUE SCAN) OF 'EXAMPLE_TOPICS_TOPIC_ID_PK' (UNI - QUE) + 3 1 INDEX (UNIQUE SCAN) OF 'EXAMPLE_TOPICS_TOPIC_ID_PK' (UNIQUE) @@ -195,7 +194,7 @@ About Naming the not null constraints -Though naming "not null" constraints doesn't help immeditately in error +Though naming "not null" constraints doesn't help immediately in error debugging (e.g. the error will say something like "Cannot insert null value into column"), we recommend naming not null constraints to be consistent in our naming of all constraints. Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml,v diff -u -N -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 30 Sep 2018 15:53:28 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 9 Aug 2019 20:04:23 -0000 1.9.2.1 @@ -417,7 +417,7 @@ For non-core packages, developers should work on a - checkout of the release branch of the lastest release. For example, + checkout of the release branch of the latest release. For example, if OpenACS 5.1.0 is released, developers should work on the oacs-5-1 branch. When oacs-5-2 is branched, developers should continue working on oacs-5-1 until OpenACS 5.2.0 is actually @@ -519,7 +519,7 @@ - A TIP is a Techical Improvement Proposal ( + A TIP is a Technical Improvement Proposal ( more information Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml 7 Aug 2017 23:47:54 -0000 1.7 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml 9 Aug 2019 20:04:23 -0000 1.7.2.1 @@ -197,7 +197,7 @@ Although in theory coding comes after design, which comes after requirements, we do not, and perhaps should not, always follow such a - rigid process (a.k.a. the waterfall lifecyle). Often, there is a + rigid process (a.k.a. the waterfall lifecycle). Often, there is a pre-existing system or prototype first, and thus you may want to write some thoughts on implementation, for aiding and guiding yourself or other programmers. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml,v diff -u -N -r1.16 -r1.16.2.1 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 27 Mar 2018 12:22:17 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 9 Aug 2019 20:04:23 -0000 1.16.2.1 @@ -22,7 +22,7 @@ Installing OpenACS packages An OpenACS package extends your website and lets it do - things it wasn't able to do before. You can have a weblog, a + things it was not able to do before. You can have a weblog, a forums, a calendar, or even do sophisticated project-management via your website. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml,v diff -u -N -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml 12 Apr 2018 06:40:32 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml 9 Aug 2019 20:04:23 -0000 1.11.2.1 @@ -301,7 +301,7 @@ which services should be up and down at any given service level. We'll use this system for PostgreSQL, but we'll use daemontools to perform a similar function for AOLserver. - (The reason for these discrepencies is that, while daemontools + (The reason for these discrepancies is that, while daemontools is better, it's a pain in the ass to deal with and nobody's had any trouble leaving PostgreSQL the way it is.) Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml 10 Mar 2019 21:44:57 -0000 1.13.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml 9 Aug 2019 20:04:23 -0000 1.13.2.2 @@ -1224,7 +1224,7 @@ set result(creation_status) "ok" # TODO: validate data (see user-new-2.tcl) # TODO: double-click protection - # Get whether they requre some sort of approval + # Get whether they require some sort of approval if { [parameter::get -parameter RegistrationRequiresApprovalP -default 0] } { set member_state "needs approval" set result(account_status) "closed" @@ -2133,7 +2133,7 @@ It looks like we'll use the IMS standard for formatting of -the doucment, but not so +the document, but not so Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml 10 Mar 2019 21:44:57 -0000 1.8.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml 9 Aug 2019 20:04:23 -0000 1.8.2.2 @@ -716,7 +716,7 @@ this: if { ![auth::split_username -username_var username -authority_var authority] } { - # bounce back to the form with a message saying that the login wasn't valid. + # bounce back to the form with a message saying that the login was not valid. ad_script_abort } Index: openacs-4/packages/acs-developer-support/acs-developer-support.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/acs-developer-support.info,v diff -u -N -r1.26 -r1.26.2.1 --- openacs-4/packages/acs-developer-support/acs-developer-support.info 11 Apr 2018 21:35:07 -0000 1.26 +++ openacs-4/packages/acs-developer-support/acs-developer-support.info 9 Aug 2019 20:12:32 -0000 1.26.2.1 @@ -29,7 +29,7 @@ - + Index: openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql,v diff -u -N -r1.2 -r1.2.26.1 --- openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql 30 Sep 2003 12:10:03 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql 9 Aug 2019 20:12:32 -0000 1.2.26.1 @@ -60,14 +60,14 @@ comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is - executed. Currenlty only a tcl type is supported but other + executed. Currently only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function - or procedure, a url stub relative to the node at which package + or procedure, a URL stub relative to the node at which package id is mounted, or the name of a tcl function. '; Index: openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -N -r1.1 -r1.1.32.1 --- openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 5 Apr 2001 18:23:38 -0000 1.1 +++ openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 9 Aug 2019 20:12:32 -0000 1.1.32.1 @@ -406,14 +406,14 @@ comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is - executed. Currenlty only a tcl type is supported but other + executed. Currently only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function - or procedure, a url stub relative to the node at which package + or procedure, a URL stub relative to the node at which package id is mounted, or the name of a tcl function. '; Index: openacs-4/packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql 7 Aug 2017 23:47:58 -0000 1.5 +++ openacs-4/packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql 9 Aug 2019 20:12:32 -0000 1.5.2.1 @@ -60,14 +60,14 @@ comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is - executed. Currenlty only a tcl type is supported but other + executed. Currently only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function - or procedure, a url stub relative to the node at which package + or procedure, a URL stub relative to the node at which package id is mounted, or the name of a tcl function. '; Index: openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -N -r1.2 -r1.2.16.1 --- openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql 25 Sep 2006 21:16:34 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql 9 Aug 2019 20:12:32 -0000 1.2.16.1 @@ -406,14 +406,14 @@ comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is - executed. Currenlty only a tcl type is supported but other + executed. Currently only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function - or procedure, a url stub relative to the node at which package + or procedure, a URL stub relative to the node at which package id is mounted, or the name of a tcl function. '; Index: openacs-4/packages/acs-subsite/tcl/group-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/group-procs.tcl,v diff -u -N -r1.60.2.4 -r1.60.2.5 --- openacs-4/packages/acs-subsite/tcl/group-procs.tcl 29 Mar 2019 15:58:24 -0000 1.60.2.4 +++ openacs-4/packages/acs-subsite/tcl/group-procs.tcl 9 Aug 2019 20:12:32 -0000 1.60.2.5 @@ -673,7 +673,7 @@ } { if { $group_name ne "" } { if {$group_id ne ""} { - ad_log warning "group::party_member_p: ignore specified group_id $group_id, usin name '$group_name' instead" + ad_log warning "group::party_member_p: ignore specified group_id $group_id, using name '$group_name' instead" } set group_id [group::get_id -group_name $group_name -subsite_id $subsite_id] } @@ -757,7 +757,7 @@ Can default both the rel_type and the member_state to their relevant values. @param no_perm_check avoid permission check - @param no_automatic_membership_rel Use this flag, when we do not wan to add automatically a membership_rel (e.g. in DotLRN) + @param no_automatic_membership_rel Use this flag, when we do not want to add automatically a membership_rel (e.g. in DotLRN) @param group_id group, to which a member should be added @param user_id user, which should be added to a group @param rel_type relationship type to be used (defaults to membership_rel) Index: openacs-4/packages/acs-subsite/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/doc/index.adp,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-subsite/www/doc/index.adp 25 Apr 2018 08:40:23 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/doc/index.adp 9 Aug 2019 20:12:32 -0000 1.4.2.1 @@ -13,7 +13,7 @@ subsites. DesignOverview of the API provided by ACS subsites including the -package manger, site nodes, and request processor hooks. +package manager, site nodes, and request processor hooks. Group admin pages requirementsOverview of the requirements for web-based group administration Index: openacs-4/packages/acs-subsite/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/doc/index.html,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-subsite/www/doc/index.html 7 Aug 2017 23:47:59 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/doc/index.html 9 Aug 2019 20:12:32 -0000 1.4.2.1 @@ -20,7 +20,7 @@ Design - Overview of the API provided by ACS subsites including the package manger, + Overview of the API provided by ACS subsites including the package manager, site nodes, and request processor hooks.