• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix for issue #3400

template::add_event_listener: use more compact form in most simple cases

template::add_event_listener: added documentation of flags "usecapture" and "preventdefault"

revert "-version" change since

- appending the version to the URL is a hack, not compatible with other versioning approaches

- it is not compatible with resource URNs,

- a more complex version managemnt is needed when dealing with

multiple versions in an installation.

Add parameter 'version' also to 'template::head::add_javascript' and 'template::head::add_script'

Add parameter 'version' to both 'template::head::add_css' and 'template::head::flush_link', in order to add a version to certain resources, as a query parameter, to perform 'cache busting' and forcing retrieval of stale files by the browser

support Subresource Integrity (SRI) settings in template::head::add_css (crossorigin and integrity)

added: template::head::can_resolve_urn

Add URN-resover for add_body_script

improve spelling

  1. … 13 more files in changeset.
Add new utility to trigger a browser refresh when we reach a page by the browser's history

Useful e.g. for those pages implementing some server push interaction, where browser might have 'missed out' events while on another page

improve capitalization and wording in comments

  1. … 6 more files in changeset.
use capitalization consitently

make spelling more consitent

  1. … 2 more files in changeset.
improve URN registration: handle cases where the same URN is registered multiple times (prefer local over CDN, provide warnings)

Fix parameter names in proc doc

  1. … 2 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
improve spelling

  1. … 7 more files in changeset.
add themeing support for templated footers

improve CSP in accordance with Google's csp-evaluator.withgoogle.com

  1. … 1 more file in changeset.
make spelling more uniform

  1. … 5 more files in changeset.
reduce verbosity

remove extra "list"

finish uncomplete sentence in documentation

Rework variable assigning loops (set -> lassign)

  1. … 3 more files in changeset.
fix typos

  1. … 7 more files in changeset.
note an idea such it is not forgotten

fix typos

  1. … 4 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
Reduce verbosity at runtime