| |
1 |
|
- 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 |
| |
2 |
1 |
- turn on the relation order_n column |
| |
3 |
2 |
- check that displayed names are using either the title or label |
| |
4 |
3 |
- add api on the folder-list to exclude a particular folder |
| |
5 |
4 |
- review all ns_log and properly set the sevirity level |
| |
6 |
5 |
- Notice, Warning, Error, Fatal, Bug, Debug |
| |
7 |
6 |
- do make procs to construct the addtnl_where |
| |
8 |
7 |
- possible construct the addthnl_select too |
| |
9 |
|
- test the multiple context in template, also we seem to only have 1 template per item. Maybe add support for multiple template per item |
| |
10 |
8 |
- what do we do if the index page is delete? |
| |
11 |
9 |
- 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 |
| |
12 |
|
- make_option_list_trail needs atleast on item fix it |
| |
13 |
10 |
- review all ad_page_contract var so that they are all uniform set optional id var to "" |
| |
14 |
11 |
- bring back the support for lob binary items |
| |
15 |
12 |
- merge/refactor bcms::item::list_items/tree_items, etc. |
| |
|
13 |
- review all ad_proc, maybe too much {}s |
| |
|
14 |
- change all tree_ancestor_p calls to a subselect of tree_ancestor_keys and compare |
| |
|
15 |
it. see file-storage-procs-postgresql.xql |
| |
|
16 |
- move templates to /templates |
| |
16 |
17 |
|
| |
17 |
18 |
|
| |
18 |
19 |
|
| |
19 |
|
|
| |
20 |
20 |
changes 3/3/2003 |
| |
21 |
21 |
|
| |
22 |
22 |
- move from bcms::get_cr_folder_root -> bcms::folder::get_cr_root_folder |
| |
23 |
23 |
- move from bcms::make_option_list -> bcms::widget::option_list |
| |
24 |
24 |
- move from bcms::make_option_list_trail -> bcms::widget::option_tree |
| |
25 |
25 |
- move from bcms::item::edit_item -> bcms::item::set_item |
| |
26 |
26 |
- move from bcms::item::list_items_with_ancestors -> bcms::item::tree_items |
| |
27 |
27 |
- move from bcms::folder::edit_folder -> bcms::folder::set_folder |
| |
28 |
28 |
- move from bcms::folder::list_folders_with_ancestors -> bcms::folder::tree_folders |
| |
29 |
29 |
- move from bcms::revision::revision_create_in_text -> bcms::revision::add_revision |
| |
30 |
30 |
- move from bcms::revision::revision_creare_in_fs -> bcms::revision::upload_file_revision |
| |
31 |
31 |
- move from bcms::revision::edit_revision -> bcms::revision::set_revision |
| |
|
32 |
- move from bcds::get_template -> bcms::template::get_template |
| |
32 |
33 |
|
| |
33 |
34 |
fully implement the folder_id rather than package_id |
| |
|
35 |
|
| |
|
36 |
items for changes 3/3/2003 are done |
| |
|
37 |
|
| |
|
38 |
|
| |
|
39 |
changes 7/24/2003 |
| |
|
40 |
|
| |
|
41 |
- change bcms::item::list_items remove the -level_diff and -revision now defaults to latest |
| |
|
42 |
remove on return results revision_id and publish date |
| |
|
43 |
-content_type now defaults to content_revision |
| |
|
44 |
added -additional_columns |
| |
|
45 |
- change bcms__get_title call latest_revision -> latest, live_revision -> live |
| |
|
46 |
- change admin file from foo_bar to foo-bar |
| |
|
47 |
- change bcms::item::get_item_by_url -resolve_index change to boolean and default is now false |
| |
|
48 |
- depracated bcms::widget::option_list |
| |
|
49 |
- change bcms::folder::list_folders remove -level_diff |
| |
|
50 |
- change tree_X api, to just include path and not return the extra rows to build the path |
| |
|
51 |
- change bcms::revision::revision_list to bcms::revision::list_revisions |
| |
|
52 |
- added several new procs |
| |
|
53 |
- depracated bcms::folder::get_bcms_root_folder |