• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix an at lease 11 year old bug... not sure, why this was not discovered earlier

no need to limit the width of a form label in vertical forms

    • -3
    • +7
    ./packages/xowf/www/resources/test-item.css
Check existence when resetting package parameters. Many thanks to Markus Moser

    • -1
    • +3
    ./packages/xotcl-core/tcl/06-param-procs.tcl
Reinstate check, add a note why

    • -5
    • +8
    ./packages/acs-tcl/tcl/utilities-procs.tcl
add property to textara and text_fields to disallow cut&paste

    • -1
    • +22
    ./packages/xowiki/tcl/form-field-procs.tcl
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