Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -r1.16 -r1.16.2.1 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 6 Aug 2006 19:43:05 -0000 1.16 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 25 Aug 2007 20:21:01 -0000 1.16.2.1 @@ -60,7 +60,7 @@ @param title - title of content_revision to be created @param description of content_revision to be created @param text - text of content revision to be created - @param tmp_filename file containing content to be added to new revision + @param tmp_filename file containing content to be added to new revision. Caller is responsible to handle cleaning up the tmp file @param nls_language - ??? @param data - ??? @param attributes - A list of lists ofpairs of additional attributes and Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 14 Dec 2006 13:55:08 -0000 1.17.2.1 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 25 Aug 2007 20:21:01 -0000 1.17.2.2 @@ -67,8 +67,7 @@ @param is_live True is revision should be set live - @param tmp_filename file containing content to be added to revision - + @param tmp_filename file containing content to be added to revision. Caller is responsible to handle cleaning up the tmp file @param package_id @param package_id @@ -181,6 +180,9 @@ @param revision_id Content revision to update @param content Content to add to resivsion + @param storage_type text, file, or lob + @param mime_type mime type of the content + @param tmp_filename For file storage type a filename can be specified. It will be added to the contnet repository. Caller is responsible to handle cleaning up the tmp file @return