• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
optionally disallow cut&paste in multi-line form fields

    • -0
    • +7
    ./packages/xowf/lib/inclass-exam-answer.wf
    • -0
    • +17
    ./packages/xowf/tcl/test-item-procs.tcl
Remove Hinweise zum Datenschutz bei Googleparameter

    • -1
    • +1
    ./packages/xotcl-core/tcl/06-param-procs.tcl
improve wording

    • -2
    • +2
    ./packages/xowf/tcl/test-item-procs.tcl
disallow auto-save when exam is closed

    • -11
    • +34
    ./packages/xowf/lib/inclass-exam-answer.wf
handle cases, where autosave was rejected

    • -1
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
cleanup (generalize and simplify code)

    • -5
    • +7
    ./packages/xowf/tcl/test-item-procs.tcl
    • -2
    • +3
    ./packages/xowf/www/resources/test-item.css
remove unused nsv variables

    • -5
    • +2
    ./packages/acs-templating/tcl/query-procs.tcl
use "-varname" parameter for message_exists_p

    • -3
    • +3
    ./packages/acs-subsite/acs-subsite.info
    • -2
    • +2
    ./packages/acs-subsite/lib/user-info.tcl
- simplifying one more expression

- bump version number to 5.10.0d11

    • -4
    • +5
    ./packages/acs-lang/tcl/lang-message-procs.tcl
reduced the number of mutex locks for message keys lookup by a factor of two by using naviserver commands

    • -33
    • +72
    ./packages/acs-lang/tcl/lang-message-procs.tcl
do not try to load site-wide parameters in xo::parameters

    • -2
    • +7
    ./packages/xotcl-core/tcl/06-param-procs.tcl
- based xo::parameter on nsv_dict when available

- bumped version number to 5.10.0d31

    • -40
    • +101
    ./packages/xotcl-core/tcl/06-param-procs.tcl
- icanuse: added nsv_dict

- bumped version number to 5.10.0d37

    • -0
    • +13
    ./packages/acs-tcl/tcl/00-icanuse-procs.tcl
fix typo

    • -1
    • +1
    ./packages/acs-tcl/tcl/acs-cache-init.tcl
improve comments and spelling

improve comments

    • -1
    • +1
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl
    • -3
    • +5
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
remove unsed mutex

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-init.tcl
fix typo

    • -3
    • +3
    ./packages/boomerang/tcl/boomerang-procs.tcl
ad_urlencode_url: add a slash to the path when this is not empty, fix test case

    • -5
    • +9
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Extend test

Avoid useless check

    • -7
    • +5
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Expose a regression after changes for bug #3437

styling for count-down alarm

    • -0
    • +12
    ./packages/xowf/www/resources/test-item.css
countdown alarm: add audible alarm when the countdown timer reaches expiration.

Per default, the audible alarm is turned off, but the user sees a

mute symbol. When the user activates the audible alarm, the browser

will announce the nearing end by beep signals in increasingly shorter

periods before its expiration (default settings: 60, 30, 20, 10, 5,

2s; these values can be changed via HTML). Once a user has activated

the audio signals, these are preseveed between page changes via a

cookie. On some browsers (e.g. Chrome), the audioContext settings are

so restrictive, that the full reload requires a new activation of the

alarm via a "user gesture" (i.e. clicking on the audio symbol). It

would be not surprising, if some other browsers show different

behavior, but the code follows the relatively new recommendations. The

code was tested with Chrome/Chromium 83 and Firefox 77).

    • -1
    • +128
    ./packages/xowf/tcl/test-item-procs.tcl
Whitespace cleanup

whitespace cleanup

    • -7
    • +7
    ./packages/xowf/tcl/test-item-procs.tcl
don't try to compute points from starred results

    • -3
    • +10
    ./packages/xowf/tcl/test-item-procs.tcl
Kill message key translation only when the original user message is included in the notification

    • -10
    • +11
    ./packages/forums/tcl/messages-procs.tcl
Do not kill localization for moderator notifications, as they contain indeed message keys to be localized

    • -10
    • +1
    ./packages/forums/tcl/messages-procs.tcl
- textarea: added attribute "autosave"

- set autosave attributes in text_fields, when "multiple_lines" was specified.

- remove for the time being "hkey" from "non_cached_instance_var_patterns",

since this was recently fixed (TODO: check regression test and reactivate it later)

- new Externally callable method: autosave-attribute:

this is a simplified version of "save-attributes", but which does

NOT perform input validation, which might be a problem in case of partial input

- add "autosave-attribute" to all policies, where "save-attributes" was set

    • -11
    • +38
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +5
    ./packages/xowiki/tcl/package-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +71
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +12
    ./packages/xowiki/www/resources/xowiki.css