• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

util_return_headers: align the behavior under AOLserver with NaviServer

cache failed name lookups in a per-request cache (flushing maybe overly conservative)

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
bump version number

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
added method "get" for "LockfreeCache" (somewhat similar to nsv_get)

Add basic doc, fixes acs-tcl.documentation__check_proc_doc automated test

add unmapping of slow-pool request for requests mapped via scheduled procedures

undo slow-pool mapping after some time (default 12h)

Hack to force user agents logging in via the test api to exhibit a cookie based authentication

improve spelling

Added support for row-level lock modes of PostgreSQL; used in "save" method of cr-items

This change is necesary to avoid potential dead-locks in concurrent "save" operations