50-protocol-handler-procs.tcl

  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix bug in basic authentication, when user password contains a colon

improve spelling

  1. … 15 more files in changeset.
improve ease of debugging

remove comma before that

  1. … 9 more files in changeset.
Remove changes not meant to be committed

Fix conflict leftovers

Prefer new, properly cached api

  1. … 1 more file in changeset.
Fix duplicated words

  1. … 3 more files in changeset.
prefer dict over tcl arrays: cleanup of leftovers

Improvde code documentation

  1. … 3 more files in changeset.
reduce verbosity

prefer dict over tcl arrays

Fix typos

  1. … 76 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
whitespace cleanup

add experimental support for regression testing

Add missing "return filter_return" for UNAUTHORIZED requests (may thank to markus moser for noticing)

whitespace changes: improve linebreaks

white space cleanup and removal of unneeded line

Improve handling of unauthorized cases via exception handling

fix typos

  1. … 8 more files in changeset.
Remove "catch {unset var}" idiom by "unset -nocomplain var"

  1. … 4 more files in changeset.
prefer XOTcl2 idioms

  1. … 10 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- don't call package-initialize for uri /. In recent changes in microsft windows, the dav handler changed to query the OPTIONS and PROPFIND on the root url which can cause problems, when we try to call package-initialize on an acs-subsite.

- Standardize spelling of OpenACS in xo* packages

  1. … 7 more files in changeset.
- change tabs into spaces

  1. … 22 more files in changeset.
- provide more support for DAV-like protocols to protocol handlers