Forum OpenACS Q&A: Re: Workflow Weekly Status Updates

Collapse
Posted by Peter Marklund on
In the last week we have:
  • Finished Notifications
  • Finished caching of the workflow Tcl API
, we will now focus on:
  • Finishing Oracle ports of Workflow and Bug Tracker
  • Try to make Workflow and Bug Tracker run on the 4.6 branch. The problem here is that we've made a number of changes to the core (Notifications, templating etc.). We have also already done some I18N work that will need to be backed out.
  • Writing scripts to upgrade Bug Tracker to using workflow. For this we need a new callback - before-upgrade - that will create the workflow for Bug Tracker. We will write a new APM proc - apm_register_upgrade_logic $from_version $to_version { 0.4 0.5 {code...} 0.5 0.6 {code...} }.
  • Install a local copy of openacs.org to test response times and upgrading.