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 -r1.56.2.17 -r1.56.2.18 --- openacs-4/packages/acs-templating/acs-templating.info 2 Oct 2016 16:40:25 -0000 1.56.2.17 +++ openacs-4/packages/acs-templating/acs-templating.info 15 Nov 2016 10:44:15 -0000 1.56.2.18 @@ -9,7 +9,7 @@ f t - + OpenACS Templating library. 2015-10-04 @@ -27,7 +27,7 @@ GPL version 2 3 - + @@ -46,32 +46,9 @@ - + - + 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 -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/richtext-tinymce/richtext-tinymce.info 25 Jan 2016 08:35:28 -0000 1.1.2.3 +++ openacs-4/packages/richtext-tinymce/richtext-tinymce.info 15 Nov 2016 10:44:15 -0000 1.1.2.4 @@ -9,12 +9,12 @@ 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 -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 25 Jan 2016 08:35:28 -0000 1.1.2.3 +++ openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 15 Nov 2016 10:44:15 -0000 1.1.2.4 @@ -80,14 +80,17 @@ # config. # set tinymce_configs_list $configLegacy - ns_log notice "richtext-tinymce uses legacy parameters from acs-templating" + ns_log warning "richtext-tinymce uses legacy parameters from acs-templating;\ + TinyMCEDefaultConfig should be set in the package parameters of richtext-tinycme, not in acs-templating." } else { # # Config for this package and legacy config in # acs-templating is set, ignore config from # acs-templating. # - ns_log warning "richtext-tinymce ignores legacy parameters from acs-templating" + ns_log warning "richtext-tinymce ignores legacy parameters from acs-templating; + TinyMCEDefaultConfig should be set in the package parameters of richtext-xinha, not in acs-templating;\ + when done, empty parameter setting for TinyMCEDefaultConfig in acs-templating." } } if {$tinymce_configs_list eq ""} { 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 -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/richtext-xinha/richtext-xinha.info 5 Nov 2016 17:55:54 -0000 1.1.2.4 +++ openacs-4/packages/richtext-xinha/richtext-xinha.info 15 Nov 2016 10:44:15 -0000 1.1.2.5 @@ -9,12 +9,12 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating Xinha with acs-templating 2 - + 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 -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 9 Sep 2016 08:32:34 -0000 1.1.2.5 +++ openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 15 Nov 2016 10:44:15 -0000 1.1.2.6 @@ -57,14 +57,17 @@ # config. # set plugins $pluginsLegacy - ns_log notice "richtext-xinha uses legacy parameters from acs-templating" + ns_log warning "richtext-xinha uses legacy parameters from acs-templating;\ + XinhaDefaultPlugins should be set in the package parameters of richtext-xinha, not in acs-templating." } else { # # Config for this package and legacy config in # acs-templating is set, ignore config from # acs-templating. # - ns_log warning "richtext-xinha ignores legacy parameters from acs-templating" + ns_log warning "richtext-xinha ignores legacy parameters from acs-templating;\ + XinhaDefaultPlugins should be set in the package parameters of richtext-xinha, not in acs-templating;\ + when done, empty parameter setting for XinhaDefaultPlugins in acs-templating." } } }