• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
extend test coverage

whitespace changes

avoid array notation for per_thread caches to ease flushing

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
address issue #3460

    • -2
    • +15
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
modernize tcl

whitespace cleanup

fix schema browser for PostgreSQL 12 or newer

follow naming convention as used in other places as well

start key with the package name, use array notation

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
overhaul of formfield of type numeric

- use connection locale for localization per default

- accept always numbers in en_US

- support keeping optional the original user string (good for exams)

- use this new combination in textfields numeric type.

no need to use volatile, since these pages are marked for cleanup

in some combinations of tcl and nsf, these volatile operations might

lead to crashes

Add "-url" as optional argument to "get_community_id" to ease usage in non-connection threads.

in background threads, get_community_id can be called with either the package_id,

or with the argument. Otherwise, the function is not background-safe

added support for composite correct-when for text_interaction

    • -59
    • +60
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
reduce verbosity, add statements to ease debugging

added support for gui and multiple correct-when clauses

bump version number to 5.10.0d32

added new form-field type: comp_correct_when

added conjunctive answer-check

adde answer-check "contains-not"

The new form-field type offers a graphical user interface for input of

correct when clauses. When comp_correct_when is used with the repeat

flag it produces conjunctive (AND connected) clauses. The answer-check

"contains-not" is more or less the same a "contains", but highlights

such words in red.

bump version number to 5.10.0d71

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -21
    • +127
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
in newer versions of tar, the option "-C" is position dependent

improve spelling

handle bulk-actions and hidden-fields in cvs exports

use "ad_try" instead of plain "try" in include_content

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
mark f::reverse as depreacted. There is no evident reason, why not the built-in "lreverse" is used

revert escaped development version

allow action exam_review only when autocorrect is possible

    • -6
    • +17
    /openacs-4/packages/xowf/lib/inclass-exam.wf
improve spelling

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
make end of options explicit

  1. … 3 more files in changeset.
make end of options explicit

  1. … 28 more files in changeset.
make end of resub options explicit

make end of resub options explicit

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -17
    • +17
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
mark end of switches to improve robustness, to support '-' in word variable

fix typo: list element '1' is the upper limit

util_return_headers: set default charset for text content (in case none is specified and none is set in the config file) to utf-8 (was iso-8850-1)