• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling and deactivate changes that were probably needed only for Firefox 2

  1. … 9 more files in changeset.
Quote the value of the "inform"-widget value before rendering it

Quote the value of the "inform"-widget value before rendering it

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

bump verison number to 5.10.0d9

added: template::head::can_resolve_urn

Add URN-resover for add_body_script

add URN handler to support delivering of registered URNs. This is necessary

for e.g. javascript files, that want to request such files

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

improve spelling

improve spelling

  1. … 11 more files in changeset.
Replace ad_decode idioms

Replace ad_decode idiom

Update translation

    • -0
    • +1
    ./catalog/acs-templating.it_IT.ISO-8859-1.xml
fix invalid HTML (closing INPUT tag is not allowed)

  1. … 3 more files in changeset.
whitespace changes

    • -194
    • +194
    ./tcl/spellcheck-procs.tcl
address issue #3384

Bring files on oacs-5-10 in sync with HEAD

  1. … 15 more files in changeset.
Bump version number due to updated message keys

Localize filter clearing

    • -0
    • +1
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
Greatly reduce complexity of code required to support -export flag for ad_form:

instead of juggle variables around to mimick export_vars, just set -export flag

value as a form property, then use the real export_vars on it later when form

is rendered. This will support all current features (e.g. :multiple, :sign, :array)

more reliably and reduce code duplication.

  1. … 1 more file in changeset.
made value retrival for parameters "DefaultDimensionalStyle" and "DefaultListFilterStyle" theme aware

whitespace changes

Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 4 more files in changeset.
Fix typos in proc doc

Fix typo in proc doc

Fix doc

Add @see in deprecated proc

  1. … 1 more file in changeset.
fix brken verison (see issue #3366)

improve indentation