• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no need to limit the width of a form label in vertical forms

Check existence when resetting package parameters. Many thanks to Markus Moser

Reinstate check, add a note why

add property to textara and text_fields to disallow cut&paste

optionally disallow cut&paste in multi-line form fields

    • -0
    • +2
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
Remove Hinweise zum Datenschutz bei Googleparameter

improve wording

disallow auto-save when exam is closed

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

    • -1
    • +3
    ./xowiki/www/resources/autosave-text.js
cleanup (generalize and simplify code)

remove unused nsv variables

use "-varname" parameter for message_exists_p

- simplifying one more expression

- bump version number to 5.10.0d11

reduced the number of mutex locks for message keys lookup by a factor of two by using naviserver commands

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

- based xo::parameter on nsv_dict when available

- bumped version number to 5.10.0d31

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

- bumped version number to 5.10.0d37

fix typo

improve comments and spelling

    • -18
    • +18
    ./acs-tcl/tcl/request-processor-procs.tcl
    • -2
    • +2
    ./acs-tcl/tcl/test/html-conversion-procs.tcl
    • -1
    • +1
    ./acs-tcl/tcl/test/naviserver-api-procs.tcl
improve comments

remove unsed mutex

fix typo

ad_urlencode_url: add a slash to the path when this is not empty, fix test case

    • -1
    • +1
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Extend test

    • -0
    • +6
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Avoid useless check

Expose a regression after changes for bug #3437

    • -0
    • +4
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
styling for count-down alarm

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).

Whitespace cleanup

    • -13
    • +13
    ./notifications/tcl/apm-callback-procs.tcl
whitespace cleanup