• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use ad_log for two more warnings

- improve warning message

- don't use dashes ("-") in namespaces

  1. … 7 more files in changeset.
- initialize variable ::template::util::richtext::editors for cases, where no richtext editor is registered

- provide a plugin interface for richtext editors

- bump version number to 5.9.1d2

  1. … 1 more file in changeset.
- fix expression (was already incorrect in oacs-5-8)

- add missing .xql file

- applied patches for template::list from head to oacs-5-9

Removed leftover argument found after testing with users

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.