• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Do rollback after test run

stay closer to QTI, use more appropriate labels

    • -1
    • +1
    ./packages/xowf/tcl/test-item-procs.tcl
fix error message generation

improve styling of nested repeated fields (less frames)

    • -2
    • +14
    ./packages/xowiki/www/resources/xowiki.css
Use usual delete symbol for deleting repeat elements

    • -4
    • +5
    ./packages/xowiki/tcl/repeat-procs.tcl
    • -0
    • +4
    ./packages/xowiki/www/resources/xowiki.css
added NSF version to reported version numbers

    • -1
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
Prefer 'namespace which' over 'info commands'

Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

    • -1
    • +1
    ./packages/acs-admin/tcl/acs-admin-procs.tcl
    • -2
    • +2
    ./packages/acs-admin/tcl/apm-admin-init.tcl
    • -1
    • +1
    ./packages/acs-admin/tcl/site-wide-procs.tcl
    • -1
    • +1
    ./packages/acs-admin/www/install/install-3.tcl
    • -3
    • +3
    ./packages/acs-api-browser/www/proc-view.tcl
  1. … 44 more files in changeset.
Reuse computations

    • -24
    • +34
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Fix message key for SC/MC question alternatives. Many thanks to Stephan Adelsberger

    • -1
    • +1
    ./packages/xowf/tcl/test-item-procs.tcl
remove the view action - for the moment we do not need it

    • -1
    • +1
    ./packages/xowf/lib/edit-interaction.wf
Add 'package_id' for tests so it does not need to be guessed

    • -4
    • +2
    ./packages/xolp/tcl/xolp-activity-procs.tcl
    • -1
    • +1
    ./packages/xolp/tcl/xolp-iri-procs.tcl
    • -18
    • +65
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Fix overquoting in english message key

added preview/testrun to edit item workflow

    • -0
    • +134
    ./packages/xowf/lib/answer-single-question.wf
    • -10
    • +57
    ./packages/xowf/lib/edit-interaction.wf
file answer-single-question.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/xowf/lib/answer-single-question.wf
file answer-single-question.wf.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/xowf/www/prototypes/answer-single-question.wf.page
make packages in principle installable under PG 13+

  1. … 5 more files in changeset.
make FAQ package installable under PG 13+

provide explicit flag to disable menu-entries

disable the menu-entries for "Online Exam" and "Inclass Quiz" for the time being

    • -3
    • +3
    ./packages/xowf/tcl/test-item-procs.tcl
reduce verbosity

use bind variables instead of tcl variable substition in xql fullqueries

    • -2
    • +2
    ./packages/forums/www/moderate/move-thread.xql
Fix for issue #3446

This fixes a bug, where the ordering of the site-nodes in the answer

set of the select_child_site_nodes query in site_node::update_cache

led to disappearing entries in the site map, when additional

items were added. This bug happened in the old-style

(nsv-based) site-node impementation, which is used, when no

xotcl is available.

Many thanks to Keith Paskett for debugging and the fix.

Fix proc doc

    • -2
    • +2
    ./packages/acs-admin/tcl/acs-admin-procs.tcl
skip hidden fields to avoid empty td elements for the user

    • -1
    • +2
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
Allow in the include to selectively disable combinations of audio, camera and desktop recording (at least one stream needs to be enabled for proctoring to happen)

This allows to better tailor proctoring behavior to the user needs and privacy requirements

Fix parameter names

perform cleanup of WorkflowContainer after 10 minutes

    • -3
    • +18
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
added total points (in addition to total minutes) to the exam overview

    • -17
    • +37
    ./packages/xowf/tcl/test-item-procs.tcl
Rework of the 'test_apm_parameter__register' and 'test_apm_package_instance__new' test cases.

Ignored disabled packages in both tests.

Check all enabled packages in 'test_apm_package_instance__new', instead of picking just one randomly, so all issues instantiating packages are found at once.

Indentation changes.

    • -22
    • +40
    ./packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl
Ignore singleton packages that are already instantiated on 'apm_package_instance_new', preventing the execution of the after-instantiate callbacks

    • -9
    • +23
    ./packages/acs-tcl/tcl/apm-procs.tcl