• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added link for version check when configured

improve wording

quote error message per default.

This should at least be the safe default assumption.

If in some cases it is necessary to relax this, one should

provide a swith for the non-default case.

Generalized "version_dir" handling a little for download specs

The problem was that bootstrap5 uses a version directory, which

consists of the version plus an extra string element. The previous

version assumed that the version is always used as a directory name.

Whe track now the versionDir information in the resource_info dict and

use this, when available (otherwise the version number is used as before).

The resource_info dict contains now the following path components:

# Provide paths for loading either via /resources/ or CDN

#

# "resourceDir" is the absolute path in the filesystem

# "resourceUrl" is the URL path provided to the request processor

# "versionDir" is the version-specific element both in the

# URL and in the filesystem.

#

bumped acs-tcl to 5.10.1d19

  1. … 2 more files in changeset.
remove call to deprecated proc

improve spelling (follow LDP)

  1. … 15 more files in changeset.
don't rely on uppercase header field names

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

  1. … 1 more file in changeset.
fix for issue #3438

improve spelling

  1. … 13 more files in changeset.
Don't send HTML mail as plain text

Don't send HTML mail as plain text

improve spelling

  1. … 14 more files in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Fix typos

  1. … 1 more file in changeset.
Whitespace changes

Add missing parameter to include doc

Use ad_include_contract on this page

Replace custom arg checks with proper ad_include_contract

Removed obsolete @arch-tag

  1. … 29 more files in changeset.
- Add support for dowloading archives

- add reusable adp-includes for handling resource downloads

- bump version number to 5.10.0d18

    • -0
    • +15
    ./check-installed.adp
    • -0
    • +46
    ./check-installed.tcl
  1. … 2 more files in changeset.
improve rowcount expressions

  1. … 75 more files in changeset.
Whitespace changes + add editor hints

  1. … 26 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
Apply finer-grained api where appropriate

Use API when retrieving user info

Prefer literal in adp axpressions + Whitespace changes

  1. … 29 more files in changeset.
Improve indentation, use non indentation-breaking idioms to create report string

TODO: refactor this bug-tracker dependency outside the core, e.g. using a callback

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.