Index: openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl,v diff -u -N -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 18 Jun 2019 16:41:52 -0000 1.4.2.2 +++ openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 3 Jul 2019 12:21:46 -0000 1.4.2.3 @@ -12,8 +12,8 @@ @cvs-id $Id$ NOTE: the delivery of files performs two permission checks, once - in the requestprocessor (the site nodes) and once for the concrete image. - If one whishes to make uploaded images readable by "The Public", make + in the requestprocessor (the site nodes) and once for the concrete file. + If one whishes to make uploaded files readable by "The Public", make sure that the / } @@ -31,9 +31,9 @@ {-image:boolean} } { - Insert the provided image file to the content repository as a - new item and attach the image to the specified object_id via - the attachment API. This makes sure that the image will be + Insert the provided file to the content repository as a + new item and attach it to the specified object_id via + the attachment API. This makes sure that the file will be deleted from the content repository, when the provided object_id is deleted. @@ -106,7 +106,7 @@ -mime_type $mime_type # - # Attach the image to the object via the attachments API + # Attach the file to the object via the attachments API # attachments::attach \ -object_id $object_id \ @@ -127,8 +127,8 @@ } { Return the file with the specified revision_id to the - user. The user must have at read permissions to obtain the - file (image). + user. The user must have at least "read" permissions to + obtain the file. } { permission::require_permission \