Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -r1.12.2.107 -r1.12.2.108 --- openacs-4/packages/xowf/xowf.info 24 Nov 2023 13:49:48 -0000 1.12.2.107 +++ openacs-4/packages/xowf/xowf.info 2 Feb 2024 12:04:17 -0000 1.12.2.108 @@ -10,15 +10,15 @@ t xowf - + Gustaf Neumann XoWiki Content Flow - an XoWiki based workflow system implementing state-based behavior of wiki pages and forms 2023-07-11 WU Vienna BSD-Style 2 - + Index: openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml,v diff -u -r1.2.2.94 -r1.2.2.95 --- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 24 Nov 2023 13:49:48 -0000 1.2.2.94 +++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 2 Feb 2024 12:04:17 -0000 1.2.2.95 @@ -135,6 +135,7 @@ Inclass Quiz Online Exam Topic Assignment + New Exam Folder New Workflow Grading Scheme Code Interaction Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.28.2.85 -r1.28.2.86 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 13 Sep 2023 22:26:37 -0000 1.28.2.85 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 2 Feb 2024 12:04:17 -0000 1.28.2.86 @@ -35,7 +35,7 @@ index_page table-of-contents MenuBar t top_includelet none - production_mode t + production_mode f with_user_tracking t with_general_comments f with_digg f with_tags f with_delicious f with_notifications f security_policy ::xowiki::policy1 @@ -82,7 +82,7 @@ name en:xowf-default-parameter title "Xowf Default Parameter" instance_attributes { - MenuBar t top_includelet none production_mode t with_user_tracking t with_general_comments f + MenuBar t top_includelet none production_mode f with_user_tracking t with_general_comments f with_digg f with_tags f ExtraMenuEntries {{config -use xowf}} with_delicious f with_notifications f security_policy ::xowiki::policy1 @@ -2760,7 +2760,8 @@ -return_url $return_url return { - {entry -name New.Extra.Workflow -form en:Workflow.form} + {entry -name New.Extra.Workflow -form en:Workflow.form} + {entry -name New.Extra.ExamFolder -form en:folder.form -query p.source=ExamFolder} } } }