• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file paginator-procs.xql was added on branch oacs-5-9 on 2015-11-18 09:06:11 +0000

Bugfix for regression: reimplemented new feature for template::list that allows to get full record count so it

doesn't change any public API. This was causing regression into code that calls template::paginator directly.

    • -0
    • +10
    ./paginator-procs.xql
- provide aolserver compatibility (aolserver does not offer to specify a default for [ns_set iget ...])

- fix for bug #2737

- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 13 more files in changeset.
- fix comparison for actions (this is not a boolean test)

- new function: "ad_log" (same interface like "ns_log") to output

calling context to log file (calling URL and callstack)

  1. … 2 more files in changeset.
- reduce verbosity

- make adp-parsing of properties optional, otherwise there might be surprises when e.g. <formwidget> is passed as (part of) the title

- 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