Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45.2.27 -r1.45.2.28 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 Sep 2021 16:40:50 -0000 1.45.2.27 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 21 Dec 2021 08:12:32 -0000 1.45.2.28 @@ -902,7 +902,7 @@ template::multirow sort headscript order array unset scripts } - template:::prepare_body_script_multirow + template::prepare_body_script_multirow } ad_proc -private template::prepare_body_script_multirow {} { Index: openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl,v diff -u -r1.6.2.5 -r1.6.2.6 --- openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl 2 Sep 2021 16:40:56 -0000 1.6.2.5 +++ openacs-4/packages/evaluation-portlet/tcl/test/tclwebtest-procs.tcl 21 Dec 2021 08:12:33 -0000 1.6.2.6 @@ -929,7 +929,7 @@ } } else { - aa_error "evaluation::twt:::request_notification_Evaluation failed, bad response url : $response_url" + aa_error "evaluation::twt::request_notification_Evaluation failed, bad response url : $response_url" } return [lappend list_ids $response] @@ -960,7 +960,7 @@ } } else { - aa_error "evaluation::twt:::request_notification_GradeBook failed, bad response url : $response_url" + aa_error "evaluation::twt::request_notification_GradeBook failed, bad response url : $response_url" } return [lappend list_ids $response] @@ -991,7 +991,7 @@ } } else { - aa_error "evaluation::twt::::unsubscribe_GradeBook failed, bad response url : $response_url" + aa_error "evaluation::twt::unsubscribe_GradeBook failed, bad response url : $response_url" } return $response @@ -1020,7 +1020,7 @@ set response 1 } } else { - aa_error "evaluation::twt::::unsubscribe_Evaluation failed, bad response url : $response_url" + aa_error "evaluation::twt::unsubscribe_Evaluation failed, bad response url : $response_url" } return $response @@ -1063,7 +1063,7 @@ } } else { - aa_error "evaluation::twt::::add_assignment_type failed, bad response url : $response_url" + aa_error "evaluation::twt::add_assignment_type failed, bad response url : $response_url" } return $response Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.187 -r1.7.2.188 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 20 Dec 2021 17:55:18 -0000 1.7.2.187 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 21 Dec 2021 08:12:34 -0000 1.7.2.188 @@ -535,7 +535,7 @@ lappend if_fc "feedback_answer_correct=[::xowiki::formfield::FormField fc_encode $value(feedback_correct)]" } if {$value(feedback_incorrect) ne ""} { - lappend if_fc "feedback_answer_incorrect=[::xowiki::formfield:::FormField fc_encode $value(feedback_incorrect)]" + lappend if_fc "feedback_answer_incorrect=[::xowiki::formfield::FormField fc_encode $value(feedback_incorrect)]" } if {[llength $if_fc] > 0} { lappend fc [list $input_field_name:checkbox,[join $if_fc ,]] Index: openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl,v diff -u -r1.8.2.3 -r1.8.2.4 --- openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl 29 Mar 2021 09:04:00 -0000 1.8.2.3 +++ openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl 21 Dec 2021 08:12:34 -0000 1.8.2.4 @@ -374,7 +374,7 @@ lappend alt_fc "feedback_answer_correct=[::xowiki::formfield::FormField fc_encode $value(feedback_correct)]" } if {$value(feedback_incorrect) ne ""} { - lappend alt_fc "feedback_answer_incorrect=[::xowiki::formfield:::FormField fc_encode $value(feedback_incorrect)]" + lappend alt_fc "feedback_answer_incorrect=[::xowiki::formfield::FormField fc_encode $value(feedback_incorrect)]" } if {[llength $alt_fc] > 0} { append fc [list $input_field_name:checkbox,[join $alt_fc ,]] \n Index: openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl,v diff -u -r1.1.1.1.2.10 -r1.1.1.1.2.11 --- openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 21 Oct 2021 12:10:43 -0000 1.1.1.1.2.10 +++ openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 21 Dec 2021 08:12:34 -0000 1.1.1.1.2.11 @@ -4,7 +4,7 @@ @author Stefan Sobernig } -:::xo::db::require package xowiki +::xo::db::require package xowiki namespace eval ::xowiki::formfield { @@ -133,7 +133,7 @@ ########################################################### Class create monaco_html_sandbox -superclass monaco -ad_doc { - This class provides a HTML sandbox formfield powered by the Monaco + This class provides an HTML sandbox formfield powered by the Monaco code editor set to HTML mode. The code inputed in the editor is rendered as a standalone document inside an iframe, or in a separate window. @@ -214,7 +214,7 @@ } // If we have an editor (field is writable), find it and listen - // to change events, everytime updating the preview either inline + // to change events, every time updating the preview either inline // or in the window. for (var i = 0; i < xowf.monaco.editors.length ; i++) { var e = xowf.monaco.editors[i];