• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve SQL quoting

  1. … 2 more files in changeset.
fix typo in make_correct

provide support for addressing instance variables in component structures (one level 1)

When streaming chat implementation is in use, try reconnecting to the chat 10s after connection is closed

added support for solution hints on checkbox and radio questions

- name test-item sepcific form-fields for "in_position" and "minute" with a "test_item_" prefix

- added points calculation in addition to score

bumb version number to 5.10.0d53

added support for randomization not only per user, but as well per position

whitespace changes

if "shuffle" finds precomputed seeds, used these to improve randomization

don't set href for rejected link to empty over the deprecated interface, but unset the href

Add new chat skin 'minimal'.

Specially designed to be embedded in other pages, it provides a clean look without user list, full screen button, or anything else aside from the avatar, timestamp, user name and message.

    • -0
    • +88
    ./www/resources/chat-skins/chat-minimal.js
  1. … 1 more file in changeset.
file chat-minimal.css was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/chat-skins/chat-minimal.css
file chat-minimal.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/chat-skins/chat-minimal.js
CompoundField->value: return always the value from get_compound_value

Remove debug console logging

Improve comment

Remove unnecesary check

Show the "Enable notifications" button in the chat only if the user has not accepted, or explicitly denied, notifications yet

  1. … 1 more file in changeset.
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

  1. … 4 more files in changeset.
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.

add optional text descriptions to short_text fields

generalize modifier handling in "correct_when"

prefer "string map" over "regsub"

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

  1. … 3 more files in changeset.
www-make-live-revision: add support for "local_return_url" (when "return_url" is not specified)

deal with overagressive downstream styles

autocorrection: support *lower* float for correct_when=in

avoid potential tilde substitution (many thanks to Markus Moser)

stick to varnames used on many other places for the same information