Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 10 Jul 2018 19:24:50 -0000 1.30 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 11 Jul 2018 07:31:22 -0000 1.31 @@ -465,7 +465,7 @@ set pkg_list [lindex $dependency_results 1] if { !$dependencies_satisfied_p } { - ns_write "
At least one core package has an unsatisifed dependency.\ + ns_write "
At least one core package has an unsatisfied dependency.\ No packages have been installed missing: [lindex $dependency_results 2]. \ Here's what the APM has computed:" Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.58 -r1.59 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 2 Jul 2018 13:28:28 -0000 1.58 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 11 Jul 2018 07:31:22 -0000 1.59 @@ -1012,8 +1012,7 @@ } { Calls method_name for the type of object_id with object_id as the first arg, and the remaining args are the remainder of the args to - method_name. Example ad_call_method method1 foo bar baz calls the - the method1 associated with the type of foo, with foo bar and baz + method_name. Example ad_call_method method1 foo bar baz calls the method1 associated with the type of foo, with foo bar and baz as the 3 arguments. @param method_name method name @@ -1030,8 +1029,7 @@ } { Calls method_name for the type of object_id with object_id as the first arg, and the remaining args are the remainder of the args to - method_name. Example ad_call_method method1 foo bar baz calls the - the method1 associated with the type of foo, with foo bar and baz + method_name. Example ad_call_method method1 foo bar baz calls the method1 associated with the type of foo, with foo bar and baz as the 3 arguments. @param method_name method name Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 21 May 2018 16:40:47 -0000 1.48 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 11 Jul 2018 07:31:22 -0000 1.49 @@ -272,10 +272,10 @@ set list_of_source_procs {ns_sourceproc apm_source template::adp_parse template::frm_page_handler rp_handle_tcl_request} # We check if we're running the special ns_ proc that tells us - # whether this is an URL or a Tcl proc. + # whether this is a URL or a Tcl proc. if { [lindex $proc_name 0] in $list_of_source_procs } { - # Means we are running inside an URL + # Means we are running inside a URL # TEST # for {set i 0} {$i < 6} {incr i} {