• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- check result of regepx before assuming a match variable is set

- improved robustness and emit warnings when ResourceDir does not point to an existing directory

- allow empty string as argument for template::adp_compile

- fix variable name

- reduce verbosity

- last commit message lacks mentioning:

* allow form names with "dashes" for the standard forms template

* use template_tag_subst_reference mroe consistently

- use more byte-compiled tcl functions in generated adp code

- use "string is true" instead of home-cooked version

- fix incorrect type of package parameter for "StreamingHead"

- provide default at package lookup for StreamingHead to be on the safe side

  1. … 1 more file in changeset.
- remove calls to deprecated function: template::util::display_value

  1. … 1 more file in changeset.
- perform theming not for every url-to-file call, but just for the <include* tags

- make <include ...> themeable

- prefer ns_quotehtml over ad_quotehtml

  1. … 28 more files in changeset.
- fix typo

- new api call [template::streaming_template] to make streaming template better theme-able

- adjust all calls to use [template::streaming_template]

  1. … 4 more files in changeset.
- simplify dimensional by using <group> tag

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 740 more files in changeset.
- fix editor hints

  1. … 1 more file in changeset.
- prefer ns_quotehtml over ad_quotehtml

ad_form: completed support for -export parameter. Now the same syntax used

for "vars" argument in export_vars proc can be used. In particular

one can specify :multiple, :array and :sign flags on variables.

This change required modification to template::widget::hidden: now, when

specifying both -value and -values flags, if -values is non-empty this will

have the precedence over -value, and this widget will me multiple.

Commit on branch 5-9

  1. … 1 more file in changeset.
ad_form: completed support for -export parameter. Now the same syntax used

for "vars" argument in export_vars proc can be used. In particular

one can specify :multiple, :array and :sign flags on variables.

This change required modification to template::widget::hidden: now, when

specifying both -value and -values flags, if -values is non-empty this will

have the precedence over -value, and this widget will me multiple.

  1. … 1 more file in changeset.
- new api call template::themed_template to obtain a template

optionally from the resource dir of a theme

- use call for themed apm package lists in acs-admin/tcl/apm-admin-procs.tcl

  1. … 1 more file in changeset.
- fix nesting

- add root dir for checking relative resource

- bump version number

- add theme-able display templates by using display_template_names similar to query names in the db interface

  1. … 1 more file in changeset.
- add tag <widget>: linke include, but theme-able via resoures/widgets/

- add support for multiple themed masters (defaults in acs-templating/resources/masters, similar to lists etc.)

  1. … 1 more file in changeset.
- handle closing box of ds wrapper as well

- added ability to turn off adp-wrapper box for include tag (setting attribute ds=0)

  1. … 2 more files in changeset.
- Improve robustness of blank-master: malformed lists in subsite

parameters could render a subsite useless and hard to correct.

Now the validity of lists is checked, errors are written to the

error.log, invalid parameters are ignored.

- added flat list syntax for ThemeCSS specs (easier to read)

- added parameter ThemeJS similar to ThemeCSS (ability to add head and

body scripts)

- added generalized function template::add_script with non-pos

parameter "-section" which might be "head" or "body" to make both

kind of scripts available to ThemeJS

  1. … 11 more files in changeset.
- simplify parenthesis

- use plural instead of singular for directory under resources to follow implicit conventions

- prefer spaces over tabs (whitespace change)

  1. … 2 more files in changeset.