- turn on the relation order_n column - check that displayed names are using either the title or label - add api on the folder-list to exclude a particular folder - review all ns_log and properly set the sevirity level - Notice, Warning, Error, Fatal, Bug, Debug - do make procs to construct the addtnl_where - possible construct the addthnl_select too - what do we do if the index page is delete? - report OpenACS bug that its possible to insert to a view and the item_id is not the same content type, for example i inserted with the item_id to be a content folder - review all ad_page_contract var so that they are all uniform set optional id var to "" - bring back the support for lob binary items - merge/refactor bcms::item::list_items/tree_items, etc. - review all ad_proc, maybe too much {}s - change all tree_ancestor_p calls to a subselect of tree_ancestor_keys and compare it. see file-storage-procs-postgresql.xql - move templates to /templates changes 3/3/2003 - move from bcms::get_cr_folder_root -> bcms::folder::get_cr_root_folder - move from bcms::make_option_list -> bcms::widget::option_list - move from bcms::make_option_list_trail -> bcms::widget::option_tree - move from bcms::item::edit_item -> bcms::item::set_item - move from bcms::item::list_items_with_ancestors -> bcms::item::tree_items - move from bcms::folder::edit_folder -> bcms::folder::set_folder - move from bcms::folder::list_folders_with_ancestors -> bcms::folder::tree_folders - move from bcms::revision::revision_create_in_text -> bcms::revision::add_revision - move from bcms::revision::revision_creare_in_fs -> bcms::revision::upload_file_revision - move from bcms::revision::edit_revision -> bcms::revision::set_revision - move from bcds::get_template -> bcms::template::get_template fully implement the folder_id rather than package_id items for changes 3/3/2003 are done changes 7/24/2003 - change bcms::item::list_items remove the -level_diff and -revision now defaults to latest remove on return results revision_id and publish date -content_type now defaults to content_revision added -additional_columns - change bcms__get_title call latest_revision -> latest, live_revision -> live - change admin file from foo_bar to foo-bar - change bcms::item::get_item_by_url -resolve_index change to boolean and default is now false - depracated bcms::widget::option_list - change bcms::folder::list_folders remove -level_diff - change tree_X api, to just include path and not return the extra rows to build the path - change bcms::revision::revision_list to bcms::revision::list_revisions - added several new procs - depracated bcms::folder::get_bcms_root_folder