• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Take care of removing the automatically generated group name translation when deleting the group

    • -1
    • +5
    ./packages/acs-subsite/tcl/group-procs.tcl
remove debug output

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

    • -2
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
CKeditor has on its CDN just "standard", "basic" and "full". Default now to "standard" instead of "standard-all"

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
Correct inconsistent message key creation between group::new (underscore) and group update (dot)

    • -2
    • +2
    ./packages/acs-subsite/tcl/group-procs.tcl
improve comments, add dprecated warning

    • -8
    • +11
    ./packages/xowiki/tcl/package-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
improve comments

    • -8
    • +15
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -3
    • +5
    ./packages/xowiki/tcl/xowiki-procs.tcl
Partly revert the last change, since variable "item_id" is hard-wired in the old-style "generate" method

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

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

add ad_script_abort after ns_return

    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
fix typo

    • -2
    • +2
    ./packages/oacs-dav/tcl/oacs-dav-procs.tcl
    • -1
    • +1
    ./packages/oacs-dav/tcl/tDAV-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/01-database-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

    • -14
    • +39
    ./packages/acs-tcl/tcl/http-auth-procs.tcl
    • -50
    • +20
    ./packages/oacs-dav/tcl/oacs-dav-procs.tcl
    • -7
    • +8
    ./packages/oacs-dav/tcl/tDAV-procs.tcl
Introduce a new callback hook for calendar item edit

    • -1
    • +3
    ./packages/calendar/tcl/cal-item-procs.tcl
Whitespace changes

    • -3
    • +2
    ./packages/calendar/tcl/cal-item-procs.tcl
clean dirty editor buffer

fix bug in basic authentication, when user password contains a colon

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.

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -3
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -9
    • +24
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
improve documentation

    • -3
    • +3
    ./packages/acs-templating/tcl/data-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
    ./packages/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
    ./packages/auth-ldap/tcl/auth-ldap-procs.tcl
break overlong lines

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

whitespace cleanup and break overlong lines

    • -64
    • +93
    ./packages/auth-ldap/lib/search.tcl
whitespace changes

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

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

align documentation with implementation