Index: openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 10 Jan 2007 21:22:03 -0000 1.29 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 13 Apr 2007 10:23:25 -0000 1.30 @@ -233,10 +233,10 @@ if { $rev_id eq "" } { if {"best" eq $revision} { # lastest_revision unless live_revision is set, then live_revision - set revision_id [::item::get_best_revision $item_id] + set revision_id [::content::item::get_best_revision -item_id $item_id] } else { # default live_revision - set revision_id [::item::get_live_revision $item_id] + set revision_id [::content::item::get_live_revision -item_id $item_id] } if {$revision_id eq ""} { Index: openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs-postgresql.xql,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql 11 Apr 2007 18:46:19 -0000 1.11 +++ openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql 13 Apr 2007 10:23:25 -0000 1.12 @@ -3,22 +3,6 @@ postgresql7.1 - - - - select content_item__get_title(:item_id, 'f') - - - - - - - - select content_item__is_publishable(:item_id) - - - - @@ -27,14 +11,6 @@ - - - - select content_item__get_id(:url $root_sql) - - - - @@ -47,59 +23,4 @@ - - - - select content_item__get_template(:item_id, :context) as template_id - from dual - - - - - - - - select content_item__get_path(:item_id, $root_folder_id) - - - - - - - - select content_item__get_best_revision(:item_id) - - - - - - - - select content_item__copy( - :item_id, - :target_folder_id, - :creation_user, - :creation_ip - ) - - - - - - - select content_item__set_live_revision( - :revision_id, - 'live' - ) - - - - - - select content_item__unset_live_revision( - :item_id - ); - - - Index: openacs-4/packages/acs-content-repository/tcl/item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 12 Apr 2007 11:52:36 -0000 1.23 +++ openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 13 Apr 2007 10:23:25 -0000 1.24 @@ -411,8 +411,6 @@ ad_proc -public -deprecated item::is_publishable { item_id } { - @public is_publishable - Determine if the item is publishable. The item is publishable only if: