• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace onclick handle by event listener

- use always template::head procs

- bump version number to 0.150

  1. … 1 more file in changeset.
- added tdom command "::html::CSRFToken" similar to html::div etc. for easy generation of csrf token in tdom contexts

  1. … 1 more file in changeset.
- add method CSRFToken to tdom::Object

- bump version number to 0.147

  1. … 1 more file in changeset.
- provide means to avoid i18n substitutions in cases where the full

content is running trough full substitutions

- bump version number of xowiki to 5.9.1d4

- bump version number of xotcl-core to 0.145

  1. … 4 more files in changeset.
- use explicit "create" statements

  1. … 2 more files in changeset.
- prevent overquoring (e.g. when yui tables are used)

- quote tags in javascript code (ns_quotehtml is too much)

- improve validity of HTML

- improve validity and safety of HTML

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use (conditionally) template::head::add* interface

  1. … 1 more file in changeset.
- change tabs into spaces

  1. … 22 more files in changeset.
- use tcl 8.5 expand operator instead of eval

  1. … 5 more files in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.
- use more tcl 8.5 idioms

  1. … 6 more files in changeset.
Minor 18n improvements.

  1. … 2 more files in changeset.
- add general backslash escape function ::xo::backslash_escape

- make sure to quote content disposition properly

- bump version number to 0.124

  1. … 2 more files in changeset.
- provide simple approach to hide columns in a table widget

  1. … 1 more file in changeset.
- make sure to use uplevel with just one argument

  1. … 1 more file in changeset.
- avoid attempts to resolve "self" from tcl function frames (as suggested by Stefan)

  1. … 4 more files in changeset.
- add table field trype HiddenField

- collect scripted statements at end of the header

- use ::xo::library in 30-widget procs to make it more conveniant to subclass ::xo::Table

- provide minimal xotcl2 compatibility

  1. … 5 more files in changeset.
- bgdelivery: added a pseudo streaming spooler for h264

  1. … 1 more file in changeset.
- allow richtext property for arbitrary table fields

- fix wrong variable name (many thinks to michael aram for noticing)

- catch errors in "ns_conn query"

- use in AnchorFields (list widget) the css class of the Field and not of the line

- add title handling for AnchroFields in list widget