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 ""} {