PKP Bugzilla – Bug 4474
put static pages and custom block manager plugins into CVS
Last modified: 2009-10-22 11:09:19 PDT
Perhaps even into the core, although this might require more abstraction work. If not, just putting both into CVS and officially supporting them would be good.
static pages put into both OCS/OJS. Custom Block manager into OJS. Work done on OJS 2.3. Still need to do customBlockManager port for OCS.
moving to OCS to clear off plate from OJS 2.3 release
Created attachment 2536 [details] port of custom block manager plugin from ojs to ocs I ported this plugin over from ojs2 following the pattern I found in the static pages plugin port. Aside from substituting journalId with conferenceId, there is an additional 'schedConfId' added to the {get,set,delete}Setting calls (it is 0 in all cases, is this correct?). Enabling, disabling the plugin, along with adding, editing and deleting block plugins is tested and works the same way as in ojs.
Created attachment 2537 [details] unified diff Replaced context diff with unified diff
Looks good to me, Ryan; go ahead and commit and close.
Commit