• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
don't fix potential exceptions, but try comment the case and avoid useless calls.

    • -198
    • +449
    ./xotcl-core/tcl/ical-procs.tcl
    • -10
    • +16
    ./xotcl-core/tcl/policy-procs.tcl
add fix for broken "-string" flag in ad_return_template

    • -4
    • +17
    ./acs-templating/tcl/acs-integration-procs.tcl
Return forbidden only when connected

use transaction to avoid duplicate key conflicts

make translation mode stylable via CSS, add styles for default and bootstrap3 themes, reduce dependencies on xinha icons

    • -4
    • +4
    ./acs-templating/tcl/acs-integration-procs.tcl
    • -22
    • +30
    ./xotcl-core/tcl/30-widget-procs.tcl
reduce verbosity and modernize code

    • -16
    • +20
    ./xowiki/tcl/includelet-procs.tcl
reduce verbosity

Localize bulk-actions label in the child-resources include (many thanks to Monika Andergassen)

Port from downstream

    • -0
    • +1
    ./xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml
add proper bootstrap markup for util-user-messages CVS: ----------------------------------------------------------------------

Cleanup commented code

Whitespace cleanup

child-resources: specify urls involved in bulk-delete action more explicitly in a way that the includelet will work also when put in other non-folder pages

Shorten idiom

german translations: add resonable translation for "permissable"

    • -2
    • +2
    ./acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml
German message catalog: use consistently "Profilbild" instead of "Portrait" and "Benutzer" instead of "User"

    • -29
    • +29
    ./acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml
Use more consistently "Mitglieder" instead of "Teilnehmer" for "member", not at least since "Mitglieder" requires no gendering.

    • -8
    • +8
    ./acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

improve ease of debugging

    • -23
    • +35
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -1
    • +1
    ./xotcl-core/tcl/install-check-procs.tcl
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -2
    • +2
    ./xotcl-core/tcl/20-Ordered-Composite-procs.tcl
    • -4
    • +4
    ./xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -5
    • +9
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

call isobject method with full namespace as we are not in a xotcl proc

execute the atjobs as close as possible to the full minute (see suggestion #3415)

improve readability with sanitized error log

Add a test about group membership for tcl api as well (will right now fail on direct membership)

    • -2
    • +8
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Replace deprecated proc

    • -2
    • +2
    ./xml-rpc/tcl/test/xml-rpc-test-procs.tcl
Replace deprecated api in this weird adp

    • -18
    • +18
    ./acs-mail-lite/www/doc/incoming-email-legacy-notes.adp
provide proper title properties in .adp files to reduce warnings in log files

    • -1
    • +1
    ./acs-mail-lite/www/doc/analysis-notes.adp
    • -1
    • +1
    ./acs-mail-lite/www/doc/imap-install.adp
    • -1
    • +1
    ./acs-mail-lite/www/doc/incoming-email-legacy-notes.adp
    • -1
    • +1
    ./acs-mail-lite/www/doc/incoming-email.adp
    • -1
    • +1
    ./acs-mail-lite/www/doc/maildir-install.adp
Add new private proc 'attachments::get_attachments_url', and use it to complement the logic of 'attachments::get_url'

As 'attachments::get_url' returns the value of the attachments package

'RelativeUrl' parameter, which can change at any time, it could happen

that previously mounted attachments have a different url and are not

found anymore.

We try our best here to find a mounted attachments package under

'base_url' to mitigate this, probably flawed, package logic.

In the future, probably a better method should be used for URL resolving

that is not so broken.

The whole thing is even more weird, as the attachments package is

currently a singleton that auto-mounts on /attachments, so i am tempted

to replace this whole thing with just that, but anyway...

    • -4
    • +51
    ./attachments/tcl/attachments-procs.tcl