Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 9 May 2018 15:33:28 -0000 1.46 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 24 Jul 2018 19:42:16 -0000 1.47 @@ -587,7 +587,7 @@ ad_proc -private apm_include_file_p { filename } { Check if the APM should consider a file found by ad_find_all_files. Files for which apm_ignore_file_p returns true will be ignored. - Backup files and sql scripts (including the ones in upgrade directory) are ignored. + Backup files and SQL scripts (including the ones in upgrade directory) are ignored. } { #ns_log notice "apm_include_file_p <$filename> => [apm_ignore_file_p $filename]" return [expr {![apm_ignore_file_p $filename]}] Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.104 -r1.105 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 30 Jun 2018 22:04:28 -0000 1.104 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 24 Jul 2018 19:42:16 -0000 1.105 @@ -112,6 +112,11 @@ # # We have no cookie. Maybe we are running under aa_test. # + #if {[nsv_array exists aa_test]} { + # ns_log notice "nsv_array logindata [nsv_get aa_test logindata logindata]" + # ns_log notice "ns_conn peeraddr [ns_conn peeraddr]" + # ns_log notice "dict get $logindata peeraddr [dict get $logindata peeraddr]" + #} if {[nsv_array exists aa_test] && [nsv_get aa_test logindata logindata] && [ns_conn peeraddr] eq [dict get $logindata peeraddr] @@ -593,7 +598,7 @@ # Fetch the last value element of ad_user_login cookie (or # ad_user_login_secure) that indicates if user wanted to be - # remembered when loggin in. + # remembered when logging in. set discard t set max_age [sec_session_timeout] Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.64 -r1.65 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 29 Jun 2018 17:27:18 -0000 1.64 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 24 Jul 2018 19:42:15 -0000 1.65 @@ -552,7 +552,7 @@ # (returning for the empty string input a one byte output). If this # happens, we fall back to the "manual" ad_quotehtml. However, we # prefer to use the faster (C-implemented) ns_quotehtml, since the - # actual subsitutions occur at page-view time, and they are called + # actual substitutions occur at page-view time, and they are called # therefore very often. # if {[ns_quotehtml ""] eq ""} {