Index: openacs-4/contrib/packages/bcms-ui-wizard/www/TODO.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms-ui-wizard/www/TODO.txt,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/bcms-ui-wizard/www/TODO.txt 14 May 2003 15:36:37 -0000 1.1 +++ openacs-4/contrib/packages/bcms-ui-wizard/www/TODO.txt 27 Aug 2003 17:34:33 -0000 1.2 @@ -1,22 +1,22 @@ -- check all form steps... it saves the return_url, it also optional gets the current data of the form in case the user presses back - 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 -- test the multiple context in template, also we seem to only have 1 template per item. Maybe add support for multiple template per item - 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 -- make_option_list_trail needs atleast on item fix it - 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 @@ -29,5 +29,25 @@ - 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