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 -r1.11.2.2 -r1.11.2.3
--- openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 22 Nov 2019 16:41:10 -0000 1.11.2.2
+++ openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 27 Aug 2020 17:29:02 -0000 1.11.2.3
@@ -8,17 +8,17 @@
t
f
f
-
-
+
+
Gustaf Neumann
Richtext editor plugin for integrating CKeditor 4 with acs-templating
2017-08-06
2
-
+
-
+
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 -r1.14.2.7 -r1.14.2.8
--- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 3 Jul 2020 07:56:59 -0000 1.14.2.7
+++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 27 Aug 2020 17:29:02 -0000 1.14.2.8
@@ -24,15 +24,15 @@
# config file:
#
# ns_section ns/server/${server}/acs/richtext-ckeditor
- # ns_param CKEditorVersion 4.13.1
+ # ns_param CKEditorVersion 4.14.1
# ns_param CKEditorPackage standard
# ns_param CKFinderURL /acs-content-repository/ckfinder
# ns_param StandardPlugins uploadimage
#
set ::richtext::ckeditor4::version [parameter::get \
-package_id $package_id \
-parameter CKEditorVersion \
- -default 4.13.1]
+ -default 4.14.1]
set ::richtext::ckeditor4::ckfinder_url [parameter::get \
-package_id $package_id \
@@ -109,7 +109,7 @@
break
}
}
-
+
#ns_log notice "ckeditor initialize_widget: displayed_object_id [info exists displayed_object_id]"
if {[info exists displayed_object_id]} {
#