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 -N -r1.32 -r1.33 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 15 Jun 2018 23:55:16 -0000 1.32 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 25 Jul 2018 18:38:49 -0000 1.33 @@ -181,6 +181,8 @@ -item_id:required -name:required } { + Rename an item. + @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2004-05-28 @@ -201,12 +203,14 @@ -target_folder_id:required {-name ""} } { + Move an item to a folder. + @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2004-05-28 - @param item_id item to move - @param new_parent_id new parent item - @param name new name, allows move with rename + @param item_id item to move + @param target_folder_id folder to move the item to + @param name new name, allows move with rename } { set var_list [list \ [list item_id $item_id] \ @@ -224,6 +228,8 @@ {-revision "live"} {-array_name "content_item"} } { + Get an item. + @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2004-05-28 @@ -523,8 +529,8 @@ Otherwise, returns the id of the default template registered to the item's content_type. Returns an empty string on failure. - @param item_id The item_id - @param context The context in which the template will be used (e.g. public) + @param item_id The item_id + @param use_context The context in which the template will be used (e.g. public) @return The template_id of the template which can be used to render the item, or an empty string on failure Index: openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl 24 Mar 2018 16:11:54 -0000 1.2 +++ openacs-4/packages/acs-content-repository/tcl/deprecated-procs.tcl 25 Jul 2018 18:38:49 -0000 1.3 @@ -1113,7 +1113,7 @@ Returns true if the given item is an external link. @see content::extlink::is_extlink - @param extlink_id The object id of the item to check. + @param item_id The object id of the item to check. } { return [db_string extlink_check {}]