################## KLUDGE BY STAS ############### # Try and look up the item in the content repository ################################################# ad_page_contract { @author Unknown @creation-date Unknown @cvs-id $Id: index.vuh,v 1.1.4.5 2005/11/04 13:51:35 darior Exp $ } { { revision_id "" } } # Get the paths set the_root [ns_info pageroot] set the_url [ad_conn path_info] set content_type "content_revision" # Get the IDs set content_root [fs::get_root_folder] set template_root [db_string template_root ""] set file_id [::content::item::get_id -item_path $the_url \ -root_folder_id $content_root \ -resolve_index "f"] # Serve the page # DRB: Note that content::init modifies the local variable the_root, which is treated # as though it's been passed by reference. This requires that the redirect treat the # path as an absolute path within the filesystem. if {[parameter::get -parameter BehaveLikeFilesystemP -default 0]} { # Make sure we are not dealing with an upgraded file and there exists a file with the title if { [string equal "" $file_id] } { set splitted_url [split $the_url "/"] set item_url_title [lindex $splitted_url end] # THIS CODE ONLY TAKES TWO FOLDERS INTO ACCOUNT. THIS NEEDS TO BE FIXED LATER set item_url_folder [lindex $splitted_url end-1] set item_url_parent_folder [lindex $splitted_url end-2] set file_id [db_string upgraded_item_id {} -default 0] } if {$file_id == 0} { # ns_returnnotfound set page "[ad_header {Content Item Not Found}]" append page "