• last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Avoid double encoding of base URL

file upgrade-1.4.2-1.5.0.sql was initially added on branch oacs-5-10.

file safe-exam-browser-procs.tcl was initially added on branch oacs-5-10.

Basic backend support for Safe Exam Browser (https://safeexambrowser.org/):

via the API is possible to associate a Safe Exam Browser configuration and its validation key to

the proctored object. The proctored page will then take care of enforcing that, if the safe exam

browser is in use, the supplied request header matches with the configuration and the URL.

When such match fails, we now return the configuration file to the browser, so that users can

open it and restart their session properly configured.

improve comments and reguarity of log messages

    • -5
    • +7
    /openacs-4/packages/xowf/www/index.vuh
no need to ask answer_manager for package_id

    • -2
    • +1
    /openacs-4/packages/xowf/lib/inclass-exam.wf
fix editing bug

Prefer bind variables in sql idiom

add missing variable which was deleted during the refactoring of the exam protocol

    • -0
    • +1
    /openacs-4/packages/xowf/lib/inclass-exam.wf
Do not localize the file name: it is not expected that message keys are expanded here as we do for the file title

Port sanitizing of upload file name from downstream

Remove message keys sanitizing, which does not belong here

add bulk-notification functionality to participants_table

    • -3
    • +3
    /openacs-4/packages/xowf/lib/inclass-exam.wf
adapt personal-notification interface to support bulk messaging

file upgrade-1.2.3-1.3.1.sql was initially added on branch oacs-5-10.

file upgrade-1.3.1-1.4.1.sql was initially added on branch oacs-5-10.

Reconcile unusual folder structure

Formatting change

Refactor display and edit modes to be based on ad_form. Many thanks to Monika Andergassen and Günter Ernst

    • -1
    • +1
    /openacs-4/packages/chat/lib/transcripts.tcl
    • -36
    • +0
    /openacs-4/packages/chat/www/transcript-edit-2.tcl
    • -20
    • +32
    /openacs-4/packages/chat/www/transcript-edit.tcl
Zoom LTI Interface: do not unset "lis_person_sourcedid" and "lis_person_contact_email_primary". The latter is not needed if a user should be logged in as "Student", but is required if the user should be logged in as "Instructor". "Instructor" in the Zoom context means, giving this person the permission to create/manage meetings in the context of the launch. Which roles are considered by Zoom as being an "Instructor" have to be specified in the settings of Zoom's "LTI Pro" application.

Complete coverage of public api for the developer support

Increase coverage of public api

Increase coverage of public api

Increment version number due to past catalog changes

Increase coverage of public api

file acs-developer-support-procs.tcl was initially added on branch oacs-5-10.

Cleanup typo in doc

Whitespace changes

Split statements into multiple database commands:

issuing multiple sql statements in the same command is a undocumented feature, probably exploited for performance reason, but not officially supported. The dml api will check if the first statement (supposed to be the only one) is actually a DML one. As the first statement in the chain is a select, the command fails.

Fixes xolp automated tests

Make test more robust when re-running