• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added support for listing matches of multiple patterns

Just provide URN patterns separated by blanks (URN must no contain blanks)

registered-urns: new adp-include for listing registered URNs

This function is useful e.g. for the packages using optionally

CDN or local resources. It helps an admin for testing the

registered resources (e.g. via sitewide-admin pages).

Bump version number to 5.10.1d19.

  1. … 1 more file in changeset.
file registered-urns.adp was initially added on branch oacs-5-10.

file registered-urns.tcl was initially added on branch oacs-5-10.

Get rid of trivial private api publish::set_to_pairs

  1. … 3 more files in changeset.
Improve doc

Add include contract

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. … 2 more files in changeset.
file body_scripts.adp was initially added on branch oacs-5-10.

file body_scripts.tcl was initially added on branch oacs-5-10.