• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer parameter::get_from_package_key over fetching package_id first

Cleanup message keys that do not exist in the english locale (they do exist in their "_time" variant, e.g. Time_must_be_after_min_time, already translated in spanish)

    • -2
    • +0
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
Bump version number after catalog change

fix false positive of regression test

removed code factored out to the separate "captcha" package

    • -2
    • +0
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -2
    • +0
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
    • -2
    • +0
    ./catalog/acs-templating.it_IT.ISO-8859-1.xml
    • -906
    • +0
    ./resources/fonts/LiberationSans-Regular.ttf
    • -2
    • +1
    ./sql/oracle/acs-templating-create.sql
    • -13
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.1d0-5.10.1d1.sql
    • -2
    • +1
    ./sql/postgresql/acs-templating-create.sql
    • -10
    • +0
    ./sql/postgresql/captcha-create.sql
improve comments, such that is is clear what command to use instead

deactivate captcha test for the time being

Constrain captcha width to 100% of its parent's size

whitespace changes

reduce useless warnings for template::adp_parse_tags

The problem was that template::adp_compile_chunk produces no output, when the parsed chunk contains only whitespace,

causing an error message in this case. The changed method shortcuts the behavior.

Fix missing variable

Fix typo

Provide an alternative exec-free captcha implementation using libgd and its Tcl wrapper https://github.com/flightaware/tcl.gd

This implementation will be preferred to the one using convert, when available.

    • -0
    • +906
    ./resources/fonts/LiberationSans-Regular.ttf
file LiberationSans-Regular.ttf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/fonts/LiberationSans-Regular.ttf
passing properties consistently with @....;literal@

    • -1
    • +1
    ./www/doc/exercise/list-and-var-sample.adp
  1. … 52 more files in changeset.
passing properties consistently with @....;literal@ and not "noquote", since noquote content is already parsed

  1. … 13 more files in changeset.
Cleanup dummy commands and objects to avoid cross interactions between tests

  1. … 1 more file in changeset.
Go back supporting arbitrary options, potentially from custom user-defined widgets: these will be assumed to be expressed as name-value pairs and we will keep notifying such cases in the logfile

whitespace changes

revive delete regression test (was formerly in xowiki)

Keep supporting also the htmlarea_p option

Fix doc

Keep handling also the section option

Keep recognizing "format" template::element property, which was never documented

completed generic icon tables

added filetype-csv to generic icon names

reduce verbosity and inprove spelling

Added support for fa-icons to the generic names for adp:icon

Added new options "iconset" and "alt" to adp:icon, updated

documentation in API browser

Bumped version to 5.10.1d9

Generalized ADP compilation caching, simplified handling of ad_init

Generalized adp-compilation caching

* since the result of ADP compilation can depend on the icon set

(and maybe more factors in the future), and the icon set

can be switched freely, either one needs more ADP compilation

at runtime (page rendering time) or caching had to be generalized.

* generalization of caching leads to better scalability, and

since the number of icon sets concurrently active at one

site is limited, this option seems favorable.

* The only potential incompatibility might be from installations

doing "manual" incantations of "template::adp_init" followed by

direct calls of the stub. The only packages (out of the 365

packages in CVS) effected by this are "diagram" and

"workflow". Both have been fixed in the repository. This

incantation can be simplified as followed.

Simplified handling of adp_init

* old:

template::adp_init adp $file_stub

template::code::adp::$file_stub

* new

[template::adp_init adp $file_stub]

Bumped version to 5.10.1d8

Make 'template::adp_compile_chunk' public, as it is used by the new 'xowiki::adp_parse_tags'