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.10 -r1.14.2.11 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 6 Dec 2020 08:53:40 -0000 1.14.2.10 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 16 Dec 2020 18:53:38 -0000 1.14.2.11 @@ -44,7 +44,7 @@ -default ""] # - # The "cp_package" might be "basic", "standard", of "full"; + # The "ck_package" might be "basic", "standard", of "full"; # # Use "custom" for customized downloads, expand the downloaded zip file in # richtext-ckeditor4/www/resources/$version @@ -344,6 +344,7 @@ set ck_package ${::richtext::ckeditor4::ck_package} } + set resource_info [::richtext::ckeditor4::resource_info \ -ck_package $ck_package \ -version $version] Index: openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.adp,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.adp 22 Nov 2019 16:41:10 -0000 1.4.2.1 +++ openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.adp 16 Dec 2020 18:53:38 -0000 1.4.2.2 @@ -3,5 +3,8 @@ @context;literal@

@title;noquote@

-

Checking for CKEditor 4 in configuration @ck_package@. - +

Checking for CKEditor 4 in configuration @ck_package@ +[basic, +standard, +full] + Index: openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.tcl 9 Feb 2020 15:48:07 -0000 1.3.2.2 +++ openacs-4/packages/richtext-ckeditor4/www/sitewide-admin/index.tcl 16 Dec 2020 18:53:38 -0000 1.3.2.3 @@ -12,6 +12,7 @@ set ck_package $::richtext::ckeditor4::ck_package } set resource_info [::richtext::ckeditor4::resource_info -ck_package $ck_package] +set download_url download?ck_package=$ck_package set title "[dict get $resource_info resourceName] - Sitewide Admin" set context [list $title]