• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

  1. … 1 more file in changeset.
Whitespace changes: remove trailing spaces

prefer XOTcl2 idioms

prefer XOTcl2 idioms

fix escaped change

prefer XOTcl2 idioms

Revert changes as this won't work on Aolserver

Remove catches, as -nocomplain behavior was fixed in Naviserver by https://bitbucket.org/naviserver/naviserver/commits/6008e3d0720e12f2237fbc4397daf878efc79b5c

Modernize Code: use XOTcl2 idioms, reduce instvars

Modernice Code: use XOTcl2 idiom, reduce instvars

Make ad_returnfile_background work also without libthread

white space changes and typos

improve documentation in the code, and make behavior more explicit

Add "FOR UPDATE" clauses to updating select statements