Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -r1.76 -r1.77 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 14 May 2018 13:22:24 -0000 1.76 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 17 May 2018 07:43:24 -0000 1.77 @@ -257,7 +257,7 @@ </dd> <p><dt><b>-export</b></dt><p> - <dd>This options allows to export data in current page environment to the page receiving the form. + <dd>This options allows one to export data in current page environment to the page receiving the form. Variables are treated as "hidden" form elements which will be automatically generated. Each value is either a name, in which case the Tcl variable at the caller's level is passed to the form if it exists, or a name-value pair. Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 9 May 2018 15:33:29 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 17 May 2018 07:43:24 -0000 1.15 @@ -405,7 +405,7 @@ @param headers specifies an ns_set of extra headers to send to the server when doing the request. Some options exist that - allow to avoid the need to specify headers manually, but headers + allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @param gzip_response informs the server that we are @@ -515,7 +515,7 @@ multipart. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -931,7 +931,7 @@ once the request is over. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1095,7 +1095,7 @@ Issue an HTTP request either GET or POST to the url specified. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1232,7 +1232,7 @@ This is the native implementation based on NaviServer HTTP api. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1538,7 +1538,7 @@ when ssl native capabilities are not available. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. Index: openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 28 Mar 2018 07:42:01 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 17 May 2018 07:43:24 -0000 1.5 @@ -17,7 +17,7 @@ # # Implementation of util_memoize for NaviServer. The built-in -# ns_cache_* implementation of NaviServer allows to specify for +# ns_cache_* implementation of NaviServer allows one to specify for # every entry an expire time (among others). This allows us to # drop the "manual" expire handling as implemented in the OpenACS # when NaviServer is available. Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -r1.51 -r1.52 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 9 May 2018 15:33:29 -0000 1.51 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 17 May 2018 07:43:24 -0000 1.52 @@ -1243,7 +1243,7 @@ Define interface between a page and an <include> similar to the page_contract. This is a light-weight implementation based on the - ad_page_contract. It allows to check the passed arguments (types, + ad_page_contract. It allows one to check the passed arguments (types, optionality) and can be used for setting defaults the usual way. Using ad_include_contracts helps to improve documentation of included content. Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.83 -r1.84 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 9 May 2018 15:33:29 -0000 1.83 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 17 May 2018 07:45:19 -0000 1.84 @@ -1673,7 +1673,7 @@ } } - # If none were found, we may need to provide an 'other' entry below + # If none was found, we may need to provide an 'other' entry below set found_selected_p 0 # Now generate selected_p, urls, add_urls Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.62 -r1.63 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 9 May 2018 15:33:29 -0000 1.62 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 17 May 2018 07:45:19 -0000 1.63 @@ -63,7 +63,7 @@ <p> It only searches in all parties from the system currently. It should propably be extended to - allow to restrict the search to a specific subsite, as well as searching only + allow one to restrict the search to a specific subsite, as well as searching only for groups or persons. @author Tilmann Singer Index: openacs-4/packages/acs-subsite/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/callback-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 17 Dec 2017 18:04:02 -0000 1.11 +++ openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 17 May 2018 07:47:01 -0000 1.12 @@ -41,7 +41,7 @@ ad_proc -callback subsite::header_onload { } { - @return any javascript function that needs to be loaded + @return any JavaScript function that needs to be loaded the callback implementation should simply do: return {your_function(params);} @see subsite::page_plugin Index: openacs-4/packages/acs-subsite/www/admin/themes/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/themes/view.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/admin/themes/view.tcl 28 Mar 2018 23:36:17 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/admin/themes/view.tcl 17 May 2018 07:47:01 -0000 1.4 @@ -44,7 +44,7 @@ set editButtons {{" Save Parameters " save}} if {$local_p} { # - # When the local_p flag is set, allow to overwrite the theme + # When the local_p flag is set, allow one to overwrite the theme # defaults. # lappend editButtons {" Overwrite Theme Defaults and Save Parameters " overwrite}