Index: openacs-4/packages/cms/todo =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/todo,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/cms/todo 6 Jun 2005 17:07:23 -0000 1.7.2.1 +++ openacs-4/packages/cms/todo 6 Jun 2005 18:05:43 -0000 1.7.2.2 @@ -6,9 +6,14 @@ add track_publish_status, update_publish_status to CR, add param for sched interval - yank plsql exec stuff there now and junk in cms test instantiate procs that create modules and set contexts +add interface to allow admin to map subsite to cms instance + - should copy index.vuh to /www/subsite and add entry to subsite_package_map +names for templates (steal from xcms-ui) basic/cosmetic --------- +add preview functionality +printer friendly template (steal from xcms-ui) clean up www/modules/items/relate-items (remove old table format) new icon for "clipping" items - competing with new listbuilder checkboxes, confuse UI a bit include description in heading on folder attributes page @@ -20,14 +25,12 @@ -------- integrate categories and workflow packages build up actions list for folder using allow_* vars (i.e., links? new folders?) on sitemap browser -fix search (when i have tsearch2, ie upgrade to rhel4) +fix search module (when i have tsearch2, ie upgrade to rhel4) utilize new cr tcl api where appropriate -ad_page_contract for non-include pages? select from cm_modules to build tabs? questions/ideas --------- -create templates from within folders (in old system)? how do we get extlinks and other types (if any?) which do not sub-class content_revision into the system? comment integration? Index: openacs-4/packages/cms/www/modules/sitemap/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/sitemap/index.xql,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/cms/www/modules/sitemap/index.xql 6 Jun 2005 17:07:24 -0000 1.5.2.1 +++ openacs-4/packages/cms/www/modules/sitemap/index.xql 6 Jun 2005 18:05:43 -0000 1.5.2.2 @@ -1,18 +1,14 @@ - - - - select module_id from cm_modules where key = 'sitemap' and subsite_id = :subsite_id - - - - - select name from cm_modules where key = :mount_point and subsite_id = :subsite_id + select name from cm_modules + where key = 'sitemap' + and package_id = + (select package_id from subsite_package_map + where subsite_id = :subsite_id)