• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Show the "Enable notifications" button in the chat only if the user has not accepted, or explicitly denied, notifications yet

    • -4
    • +18
    ./xowiki/www/resources/chat-common.js
added support for time fractions (needed e.g. for more precise countdown timers)

improve output of xo::show_stack

whitespace changes

Remove code leftovers

Add "Web notifications" for new messages in the chat. See: https://www.w3.org/TR/notifications/

"You should only request consent to display notifications in response to a user gesture

(e.g. clicking a button). This is not only best practice — you should not be spamming

users with notifications they didn't agree to — but going forward browsers will explicitly

disallow notification permission requests not triggered in response to a user gesture.

Firefox is already doing this from version 72, for example, and Safari has done it for some time."

https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API

    • -0
    • +1
    ./chat/catalog/chat.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./chat/catalog/chat.es_ES.ISO-8859-1.xml
    • -0
    • +55
    ./xowiki/www/resources/chat-common.js
delete duplicated entry

    • -1
    • +0
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
- do not require to make generic create-or-use public for

non-admins in proctor mode

Add simple chat notifications. Modify the title of the browser tab, when it is inactive, showing the number of new messages. This is cleared up when the tab is active again.

    • -0
    • +22
    ./xowiki/www/resources/chat-common.js
new features for inclass exam workflow:

- additional flag "synchronized", can be specified on "create exam" page

- provide info about exam publication time and duration since publication

time to the details view of the exam protocol

    • -3
    • +6
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -2
    • +7
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
fix typo

added skeleton for proctoring support

    • -0
    • +3
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
template::set_css_propert: generalize function

    • -7
    • +13
    ./acs-templating/tcl/head-procs.tcl
template::hide: new API function to hide certain CSS classes via javascript

    • -0
    • +16
    ./acs-templating/tcl/head-procs.tcl
improve readability

    • -10
    • +10
    ./acs-templating/tcl/test/head-test-procs.tcl
Added HashKeyPartitionedCache:

This is type of cache is like a "KeyPartitionedCache" but works as

well with strings as keys while the "KeyPartitionedCache" requires numeric

keys.

    • -274
    • +308
    ./acs-tcl/tcl/acs-cache-procs.tcl
mark "acs_lookup_magic_object" explicit as deprecated,

use "acs_magic_object" instead (which is per-thread cached)

fix output from tcltrace procs

added optional field for expected solution

    • -0
    • +1
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -1
    • +2
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
add optional text descriptions to short_text fields

generalize modifier handling in "correct_when"

    • -20
    • +21
    ./xowiki/tcl/form-field-procs.tcl
prefer "string map" over "regsub"

do not show count-down timer always

don't show results of "marked" right now

add support to get revisions with instance variables

Show number of active users in chat. Many thanks to Monika Andergassen

    • -1
    • +1
    ./chat/catalog/chat.de_DE.ISO-8859-1.xml
Added count-down timer for inclass-exam-answer.wf

- new API call Question_manager.exam_target_time

- new includelet "countdown-timer" (based on answer_manager.countdown_timer)

    • -5
    • +28
    ./xowf/tcl/xowf-includelet-procs.tcl
shorten date info in title, since it is redundant

allow minimal number of selected alternatives of 1 (does not always make sense, but it is useful for text exercises)

whitespace cleanup