• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing "return filter_return" for UNAUTHORIZED requests (may thank to markus moser for noticing)

fix behavior for Tcl 8.5:

it seems that the scripted "try" implementation in tcllib is not fully

compatible with the built-in version in Tcl 8.6; fall back in these

cases to the old implemenentation of the methods "contains"

    • -1
    • +37
    ./tcl/20-Ordered-Composite-procs.tcl
whitespace changes: improve linebreaks

white space cleanup and removal of unneeded line

    • -19
    • +18
    ./tcl/50-protocol-handler-procs.tcl
Improve handling of unauthorized cases via exception handling

    • -5
    • +15
    ./tcl/50-protocol-handler-procs.tcl
Add ad_script_abort (thanks to Felix Moedritscher)

  1. … 1 more file in changeset.
Add custom delimiter to csv (Thanks to Monika Andergassen)

fix typos

  1. … 7 more files in changeset.
Fix a typo

add valuechecker "token" for object- and method-parameters (and as well in the parameter definition of an ::xowiki::Package initialize)

Make loading of deprecated http client procs optional

bump verison number to 5.10.0d4

Remove "catch {unset var}" idiom by "unset -nocomplain var"

  1. … 4 more files in changeset.
Fix typo chartype->charset

Fix unquoted string in SQL statement by using bind variable syntax instead

Reduce numbber of "catch" operations

    • -10
    • +16
    ./tcl/20-Ordered-Composite-procs.tcl
Fix typos

  1. … 19 more files in changeset.
- fix typo

Use consistently xo::library to ensure application specific subclassability

make sure \n isn't escaped twice

make ical-procs usable for ::xo::library require

treat location field as text field (many thanks to Markus Moser)

Add requred ad_script_abort to Form->after_submit and comment, how one could get rid of it for using e.g. xowiki-style continuations

Moderize commented out log messages

improve error handling in case read operation fails

Improve robustness of code: make sure, file is always closed after open operation, even when "read" fails

Reduce verbosity

Fully qualify query name in ::xo::db::Class.get_instance_from_db to avoid potential warnings

remove curly braces

remove commented out code

prefer XOTcl2 idioms

    • -58
    • +53
    ./tcl/50-protocol-handler-procs.tcl
    • -121
    • +114
    ./tcl/bgdelivery-procs.tcl
    • -165
    • +165
    ./tcl/http-client-procs.tcl