• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 1 more file in changeset.
make end of options explicit

  1. … 29 more files in changeset.
Add missing substitution

Added support for streaming HTML + javascript body procs

Previously, the API for bodyscripts (e.g. template::add_body_script,

template::add_event_listener, template::add_body_handler,

template::add_script with the right flags) was not usable for

streaming HTML pages, since the full processing of such scripts was

handled in blank-master.{tcl,adp}, which is not in use for streaming

HTML.

Now the function template::collect_body_scripts was added, which can

be used at arbitrary time to collect the body scripts and translate

those to HTML. This function can be used in streaming mode to output

these function when new HTML chunks become available.

  1. … 3 more files in changeset.
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. … 52 more files in changeset.
template::set_css_property: support flag "-querySelector" (in addition to the leass powerful "-class")

don't rely on uppercase header field names

  1. … 9 more files in changeset.
Document current preferred idiom to quote database lists, without official deprecation, for the time being

improve spelling: move closer to the linux documentation recommendations

  1. … 28 more files in changeset.
remove unused nsv variables

white-space changes

  1. … 2 more files in changeset.
internationalize confirm message

  1. … 3 more files in changeset.
template::set_css_propert: generalize function

template::hide: new API function to hide certain CSS classes via javascript

improve readability

support registration of csp rules for URNs

  1. … 1 more file in changeset.
improve wording and fix typos

  1. … 1 more file in changeset.
check, if container resource is really loaded

fix typo in variable name

Prefer api to retrieve csp nonce, as it performs useful existance checks

  1. … 2 more files in changeset.
Prefer api to retrieve csp nonce, as it performs useful existance checks

  1. … 5 more files in changeset.
Avoid sending potentially unquoted text via hidden form field

address issue #3433: add option "noquote" for the "inform" widget type

The flag is currently ignored for all other widget types

  1. … 1 more file in changeset.
use same spelling for "i.e." as everywhere else

Fix flag in proc definition

Rename template_tag proc to comply with OpenACS naming convention, create deprecated wrapper, massage variable juggling (use an absolutely namespaced variable instead of a namespace-sensitive one)

Whitespace cleanup

Rename string_truncate and string_truncate_middle to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

As string_truncate_middle was defined in xotcl-request-monitor, bring it to acs-tcl instead

  1. … 11 more files in changeset.
Bring stack_dump in the templating:: namespace to comply with OpenACS naming convention, create deprecated wrapper

Deprecate "multirow" proc as it does not comply with OpenACS naming convention