• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer XOTcl2 idioms

  1. … 7 more files in changeset.
Remove redundant method

Don't get confused on two question marks in a provided link

use DATE notation for full-day events instead of of DATE-TIME

whitespace cleanup

add experimental support for regression testing

- whitespace cleanup

Perform line folding: According to RFC 5545

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"

whitespace changes: improve linebreaks

white space cleanup and removal of unneeded line

Improve handling of unauthorized cases via exception handling

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)

  1. … 1 more file in changeset.
Make loading of deprecated http client procs optional

bump verison number to 5.10.0d4

  1. … 1 more file in changeset.
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
    ./20-Ordered-Composite-procs.tcl
  1. … 1 more file in changeset.
Fix typos

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

Use consistently xo::library to ensure application specific subclassability

  1. … 1 more file in changeset.
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