Forum OpenACS Q&A: Re: Problem Installing BCMS on 5.0.2

Collapse
Posted by Steve Manning on
Jun

The original bcms-ui-wizard is basically working with 5.x and BCMS 0.3 now. At the moment I've added one new feature which allows you to view the whole content tree and pick pages/sections for editing. On BCDS I have pinched the setup forms from bcms-ui-base to set the root folder id.

As you need at least one BCDS with its root folder pointing to the root content folder for ui-wizard I'm considering putting the equivalent of bcds into ui-wizard and moving the ui wizard pages into a /admin. This will make it easier to setup.

As I don't have commit priv on CVS, so I will send my stuff direct to you for you to commit. I've made a small change to one proc in bcms - adding test-column and test-value parameters to bcms::widget::option_list to allow the returned list to be filtered on any returned column (I'm using it on content_type to filter the returned list to specific types).
I'll send you a diff of this and any other bcms mods I need to make.

    - Steve