• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
util_return_headers: set default charset for text content (in case none is specified and none is set in the config file) to utf-8 (was iso-8850-1)

util_return_headers: align the behavior under AOLserver with NaviServer

Add semicolon ";" to the list of forbidden characters to be stripped when a filename is sanitized

It is not allowed to create a filename with a semicolon on Windows, but it is e.g. on MacOS and Linux, creating a possible interoperability issue

provide name for mutexes to ease spotting potential locks

  1. … 1 more file in changeset.
improve spelling

Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

  1. … 58 more files in changeset.
mark unsued function "proc_source_file_full_path" as deprecated.

simplify code

Humanize indentation

don't rely on uppercase header field names

  1. … 10 more files in changeset.
improve comments

  1. … 4 more files in changeset.
improve spelling

  1. … 16 more files in changeset.
improve spelling

  1. … 6 more files in changeset.
fix loading and Don't move non-deprectated proc to deprecated-procs

  1. … 1 more file in changeset.
util::resources::download: fix handling of empty/multiple downloadURLs

  1. … 1 more file in changeset.
Move deprecated stuff in util-procs to deprecated-procs

This has the advantage that their loading can be disabled in the settings

  1. … 1 more file in changeset.
Reduce acs-tcl.documentation__check_deprecated_see test warnings

Reduce acs-tcl.documentation__check_deprecated_see test warnings

Reduce acs-tcl.documentation__check_deprecated_see test warnings

  1. … 2 more files in changeset.
introduced "ad_file" as a means to avoid unexpected tilde substitution in file names

  1. … 50 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 34 more files in changeset.
Reinstate check, add a note why

ad_urlencode_url: add a slash to the path when this is not empty, fix test case

  1. … 1 more file in changeset.
Avoid useless check

fix for issue #3437, extend regression test

  1. … 1 more file in changeset.
move code pieces around to centralize concerns

  1. … 2 more files in changeset.
provide compatibility wrappers for AOLserver and NaviServer before 4.99.17

improve spelling

Trim trailing ? to normalize -base URL, if variables are there to be exported, the question mark will be added properly

Deprecate with_finally and with_catch, superseded by e.g. try idioms in tcl 8.6

They would also not comply with OpenACS naming convention

  1. … 4 more files in changeset.