• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modernize javascript:

- use const and let instead of var to better specify the scope and lifetime of variables

    • -125
    • +113
    ./www/resources/proctoring.js
Fix event we listen to

Shorten idioms

Modernize javascript

- prefer querySelector api

- use classList to manipulate the objects classes

    • -13
    • +11
    ./www/resources/proctored-page.js
Declare variable as constant

Style changes:

- use ' instead of " to delimit strings

- use strict equality operators

    • -115
    • +115
    ./www/resources/proctored-page.js
Modernize javascript idioms

    • -65
    • +56
    ./www/resources/proctored-page.js
Replace api

    • -2
    • +1
    ./lib/examination-statement-export.tcl
improve spelling

  1. … 4 more files in changeset.
Centralize retrieval of the test URL

    • -16
    • +1
    ./tcl/test/proctoring-test-procs.tcl
  1. … 5 more files in changeset.
Avoid message keys from packages outside the dependency tree, provide a way to customize the proctoring session name

Prefer a message key in the dependency tree of this package

Export the "m" request parameter to support the use case of this UI being integrated as a XoWiki method template

Add missing translation

    • -1
    • +1
    ./catalog/proctoring-support.de_DE.ISO-8859-1.xml
Update German translation after feedback from stakeholders

    • -10
    • +10
    ./catalog/proctoring-support.de_DE.ISO-8859-1.xml
Add missing test data

file test.png was initially added on branch oacs-5-10.

    • binary
    ./tcl/test/data/test.png
Documentation changes

Use a microseconds resolution to store the proctoring artifacts

Use a more stable logic to tell which image to use to store comments: if camera pictures are there, use those and otherwise use the desktop

Filter consistently with the new definition of "reviewed"

Fix typo

Fix the case of the last comment

Improve performance of delete operation

Usability improvement: disable the buttons to flag/unflag artifacts when these are already flagged/unflagged (applies also to bulk buttons)

Behavior reform:

now commenting an artifact won't be considered as "OK". To flag an artifact as "OK" or "for review", one has to explicitly click on the green and red buttons.

Apply filters also to new images coming from the websocket

Make the border indicating the status of an artifact's review slightly bigger

Implement buttons to set all artifacts for a user as ok or not ok

    • -0
    • +4
    ./catalog/proctoring-support.de_DE.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/proctoring-support.en_US.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/proctoring-support.it_IT.ISO-8859-1.xml
file review-all.tcl was initially added on branch oacs-5-10.