Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.97.2.15 -r1.97.2.16 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 8 Sep 2014 08:09:04 -0000 1.97.2.15 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 9 Sep 2014 08:39:39 -0000 1.97.2.16 @@ -1344,7 +1344,7 @@ # using a classic nonpositional argument style interface. # # The current implementation should work on postgres and oracle (not tested) - # but will not work, when a single openacs instance want to talk to + # but will not work, when a single OpenACS instance want to talk to # postgres and oracle simultaneously. Not sure, how important this is... # if {$object_name eq "set"} { Index: openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl,v diff -u -r1.15.6.4 -r1.15.6.5 --- openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 23 Jul 2014 21:21:04 -0000 1.15.6.4 +++ openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 9 Sep 2014 08:39:39 -0000 1.15.6.5 @@ -37,7 +37,7 @@ # - Consquences # 1) Since default values are copied into # per-package-instance-values altering the default has no -# immediate effect. It would be nice to alter in an openacs +# immediate effect. It would be nice to alter in an OpenACS # installation e.g. the default-values for all forums for a # certain parameter, and that this value is used in cases, where # the admin has not changed the package parameters Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v diff -u -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 14 Feb 2014 18:20:44 -0000 1.8.2.1 +++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 9 Sep 2014 08:39:39 -0000 1.8.2.2 @@ -116,7 +116,7 @@ This method is typically called via *-init.tcl. Note, that the specified url must not have an entry - in the site-nodes, otherwise the openacs request + in the site-nodes, otherwise the OpenACS request processor performs always the cockie-based authorization. To change that, it would be necessary to register the Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -r1.41.2.9 -r1.41.2.10 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 13 Oct 2013 18:16:12 -0000 1.41.2.9 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 9 Sep 2014 08:39:39 -0000 1.41.2.10 @@ -1173,7 +1173,7 @@ } throttle proc trace args { #my log "+++ [self proc] <$args> [ad_conn url] [my ms] [ad_conn isconnected]" - # openacs 5.2 bypasses for requests to /resources the user filter + # OpenACS 5.2 bypasses for requests to /resources the user filter # in these cases pre- or postauth are not called, but only trace. # So we have to make sure we have the needed context here my get_context Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 4 Sep 2014 12:21:07 -0000 1.1.2.4 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 9 Sep 2014 08:39:40 -0000 1.1.2.5 @@ -1675,8 +1675,8 @@ # # In order to provide either a REST or a DAV interface, we have to -# switch to basic authentication, since non-openacs packages -# have problems to handle openacs coockies. The basic authentication +# switch to basic authentication, since non-OpenACS packages +# have problems to handle OpenACS coockies. The basic authentication # interface can be establised in three steps: # # 1) Create a basic authentication handler, Choose a URL and Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -r1.148.2.15 -r1.148.2.16 --- openacs-4/packages/xowiki/xowiki.info 2 Sep 2014 09:33:48 -0000 1.148.2.15 +++ openacs-4/packages/xowiki/xowiki.info 9 Sep 2014 08:39:40 -0000 1.148.2.16 @@ -79,7 +79,7 @@ - - + Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -r1.31.2.8 -r1.31.2.9 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 6 Jun 2014 11:56:18 -0000 1.31.2.8 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 9 Sep 2014 08:39:40 -0000 1.31.2.9 @@ -93,7 +93,7 @@ } ad_proc fix_all_package_ids {} { - earlier versions of openacs did not have the package_id set correctly + Earlier versions of OpenACS did not have the package_id set correctly in acs_objects; this proc updates the package_ids of all items and revisions in acs_objects } { Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.61.2.3 -r1.61.2.4 --- openacs-4/packages/xowiki/www/resources/xowiki.css 7 Sep 2014 20:06:17 -0000 1.61.2.3 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 9 Sep 2014 08:39:40 -0000 1.61.2.4 @@ -293,7 +293,7 @@ div.book-navigation img {border: 0px;} /* Make help_text nicer. Would like to make the font-sizer smaller as well, - but this does not fit together with the openacs form styles, using + but this does not fit together with the OpenACS form styles, using magin-left as 17em */ div.xowiki-content .margin-form .form-button, .margin-form div.form-help-text {