• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- include peer address in ad_log message

- remove ns_share

- remove redundant definition of ad_dateentrywidget (was once defined as via "proc" and immideately later redefined via ad_proc)

  1. … 2 more files in changeset.
- generalize hostname and port splitting in order to support IP-literal notation of RFC 3986

  1. … 1 more file in changeset.
- improve variable name

- fix lob interface (especially for portraits)

  1. … 5 more files in changeset.
- fix variable name

- sigh, add missing dollar signs

- more comments and fine-tuning

- refactor and comment util_current_location

- fix collateral damage of fix for bug #3201

- improve documentation

- fix for bug #3201

- reduce verbosity

- reduce verbosity

- new function: "ad_log" (same interface like "ns_log") to output

calling context to log file (calling URL and callstack)

  1. … 2 more files in changeset.
- improving names and documentation

- fix spelling of variable name

- added experimental disk cache

  1. … 1 more file in changeset.
make signed parameters more useful:

- added secret for parameter signature (can be configured

in config file in section "ns/server/${server}/acs"

parameter "parametersecret"

- allow specification of expiration for signed parameters via

"max_age" in export_vars (eg. "user_id:sign(max_age=20)", meaning:

valid for 20 seconds)

- don't advertise deprected procs in documentation

  1. … 1 more file in changeset.
- set port to default-port when switching proto to https behind a proxy

    • -1257
    • +1258
    ./utilities-procs.tcl
  1. … 1 more file in changeset.
- fix default

- prefer ns_quotehtml

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- balance brackets

- fix potential problem when value is "--"

- prefer ns_quotehtml over ad_quotehtml

- remove globals for errorInfo/errorCode and use namespace qualifiers instead

  1. … 12 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 5 more files in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
- backport of fix for issue #3250

- fix for issue #3250

  1. … 1 more file in changeset.
- provde "ad_urlencode_query" similar to "ad_urlencode_path"

- map exporting of form-vars to quer-vars more robust (for values starting with dashes)