Index: openacs-4/packages/acs-templating/acs-templating.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v diff -u -N -r1.56.2.11 -r1.56.2.12 --- openacs-4/packages/acs-templating/acs-templating.info 3 Jan 2016 21:25:40 -0000 1.56.2.11 +++ openacs-4/packages/acs-templating/acs-templating.info 25 Jan 2016 08:35:28 -0000 1.56.2.12 @@ -9,7 +9,7 @@ f t - + OpenACS Templating library. 2015-10-04 @@ -27,7 +27,7 @@ GPL version 2 3 - + Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -N -r1.52.2.10 -r1.52.2.11 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 5 Jan 2016 17:03:26 -0000 1.52.2.10 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 25 Jan 2016 08:35:28 -0000 1.52.2.11 @@ -323,7 +323,7 @@ } set result {success 1} - lappend result {*}[::richtext-${editor}::initialize_widget \ + lappend result {*}[::richtext::${editor}::initialize_widget \ -form_id $form_id \ -text_id $text_id \ -options $options] @@ -356,7 +356,7 @@ ns_log debug "we have the following editors registered: $::template::util::richtext::editors" foreach editor $::template::util::richtext::editors { - ::richtext-${editor}::render_widgets + ::richtext::${editor}::render_widgets } } Index: openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 5 Jan 2016 18:24:38 -0000 1.1.2.3 +++ openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 25 Jan 2016 08:35:28 -0000 1.1.2.4 @@ -9,14 +9,14 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating CKeditor 4 with acs-templating 2016-01-05 0 - - + + Index: openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 5 Jan 2016 18:24:39 -0000 1.1.2.2 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 25 Jan 2016 08:35:28 -0000 1.1.2.3 @@ -12,7 +12,7 @@ @cvs-id $Id$ } -namespace eval ::richtext-ckeditor4 { +namespace eval ::richtext::ckeditor4 { ad_proc initialize_widget { -form_id Index: openacs-4/packages/richtext-tinymce/richtext-tinymce.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-tinymce/richtext-tinymce.info,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/richtext-tinymce/richtext-tinymce.info 5 Jan 2016 18:03:48 -0000 1.1.2.2 +++ openacs-4/packages/richtext-tinymce/richtext-tinymce.info 25 Jan 2016 08:35:28 -0000 1.1.2.3 @@ -9,13 +9,13 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating TinyMCE with acs-templating 0 - - + + Index: openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 5 Jan 2016 18:03:48 -0000 1.1.2.2 +++ openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 25 Jan 2016 08:35:28 -0000 1.1.2.3 @@ -12,7 +12,7 @@ @cvs-id $Id$ } -namespace eval ::richtext-tinymce { +namespace eval ::richtext::tinymce { ad_proc initialize_widget { -form_id Index: openacs-4/packages/richtext-xinha/richtext-xinha.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/richtext-xinha.info,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/richtext-xinha/richtext-xinha.info 5 Jan 2016 18:03:48 -0000 1.1.2.2 +++ openacs-4/packages/richtext-xinha/richtext-xinha.info 25 Jan 2016 08:35:29 -0000 1.1.2.3 @@ -9,13 +9,13 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating Xinha with acs-templating 0 - - + + Index: openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 5 Jan 2016 18:03:48 -0000 1.1.2.2 +++ openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 25 Jan 2016 08:35:29 -0000 1.1.2.3 @@ -12,7 +12,7 @@ @cvs-id $Id$ } -namespace eval ::richtext-xinha { +namespace eval ::richtext::xinha { ad_proc initialize_widget { -form_id