• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
update jquery versions (part 2)

    • -0
    • +10872
    ./www/resources/jquery/jquery-3.5.1.js
    • -0
    • +2
    ./www/resources/jquery/jquery-3.5.1.min.js
file jquery-3.5.1.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/jquery/jquery-3.5.1.js
file jquery-3.5.1.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/jquery/jquery-3.5.1.min.js
update jquery versions

    • -10588
    • +0
    ./www/resources/jquery/jquery-3.4.0.js
    • -2
    • +0
    ./www/resources/jquery/jquery-3.4.0.min.js
    • -10598
    • +0
    ./www/resources/jquery/jquery-3.4.1.js
    • -2
    • +0
    ./www/resources/jquery/jquery-3.4.1.min.js
    • -10346
    • +0
    ./www/resources/jquery/jquery.js
improve SQL quoting

  1. … 4 more files in changeset.
improve quoting

improve SQL quoting

  1. … 8 more files in changeset.
improve SQL quoting and source code documentation

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.