• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove debug output

The xowikiimage plugin requires "standard-all". Currently, the CKeditor CDN seems to have troubles. If this pe3rsists, we have to switch per-default to "standard", and drop the plugin for the time being, or rewrite it.

CKeditor has on its CDN just "standard", "basic" and "full". Default now to "standard" instead of "standard-all"

Correct inconsistent message key creation between group::new (underscore) and group update (dot)

improve comments, add dprecated warning

improve comments

Partly revert the last change, since variable "item_id" is hard-wired in the old-style "generate" method

    • -14
    • +27
    ./xowiki/tcl/xowiki-www-procs.tcl
remove ":instvar", improved comments

    • -12
    • +22
    ./xowiki/tcl/xowiki-www-procs.tcl
Add cast (many thanks to Franz Penz for the change)

    • -1
    • +1
    ./acs-content-repository/tcl/revision-procs-postgresql.xql
add ad_script_abort after ns_return

fix typo

    • -2
    • +2
    ./acs-tcl/tcl/community-core-procs.tcl
    • -1
    • +1
    ./acs-tcl/tcl/form-processing-procs.tcl
    • -1
    • +1
    ./acs-tcl/tcl/memoize-procs-aolserver.tcl
    • -2
    • +2
    ./acs-tcl/tcl/memoize-procs-naviserver.tcl
    • -2
    • +2
    ./acs-tcl/tcl/request-processor-procs.tcl
new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

    • -14
    • +39
    ./acs-tcl/tcl/http-auth-procs.tcl
    • -50
    • +20
    ./oacs-dav/tcl/oacs-dav-procs.tcl
    • -31
    • +10
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
Introduce a new callback hook for calendar item edit

    • -0
    • +6
    ./calendar/tcl/calendar-callback-hooks-procs.tcl
Whitespace changes

clean dirty editor buffer

    • -2
    • +5
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
fix bug in basic authentication, when user password contains a colon

    • -4
    • +22
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
fix bug: never update references in the search renderer

before, it was possible that the search renderer added some

unsresolved references, although these were already fixed.

This was caused by the asynchrnous search queue, which

might have inserted such values.

The interface of Page.render was extended to be able to

specify, that the references should be always updated in the DB,

or just when unresolved references are encountered, or

never.

improve documentation

    • -5
    • +7
    ./acs-templating/tcl/element-procs.tcl
Added validation "oneof" to form element validations. It checks the user submitted value to be part of a predefined list of possible values of a form element. This is typically the case with widgets of type "select" or "multiselect".

    • -1
    • +38
    ./acs-templating/tcl/data-procs.tcl
bump version number to 1.2 to reflect changes

make sure, no handles are left over, when ns_ldap commands fail

    • -36
    • +106
    ./auth-ldap/tcl/auth-ldap-procs.tcl
break overlong lines

    • -13
    • +23
    ./auth-ldap/tcl/auth-ldap-procs.tcl
quote HTML attributes

whitespace cleanup and break overlong lines

whitespace changes

    • -76
    • +83
    ./auth-ldap/tcl/auth-ldap-procs.tcl
modernize Tcl code

    • -18
    • +18
    ./auth-ldap/tcl/auth-ldap-procs.tcl
fix documentation

    • -4
    • +4
    ./acs-automated-testing/tcl/coverage-procs.tcl
align documentation with implementation

    • -3
    • +3
    ./acs-automated-testing/tcl/aa-test-procs.tcl
align implementation with code