Forum OpenACS Improvement Proposals (TIPs): Re: TIP #67: (Proposed) Tcl API for Content Repository

Collapse
Posted by Jeff Davis on
approved for head (for 5.2 or later)...

the namespace content already exists though, and has the following elements (none of which have any real docs afaict but are mostly accessors for the shared namespace data):

::content::init 
::content::get_template_url 
::content::get_folder_labels 
::content::deploy 
::content::get_template_root 
::content::has_content 
::content::get_item_id 
::content::get_content 
::content::get_content_value
It also defines some variables (item_id, item_url, template_url revision_id) in that namespace. So we should be careful not to make it too confusing (and it might be a good time to comment those functions just so they don't get lost in the shuffle).