• last updated 38 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files 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.
- fix old bug occuring e.g. in payment demo, where form_properties(sec_fieldset) are undefined

  1. … 1 more file in changeset.
- use "" for empty

- revert to the previous version, although the code is conceptually broken. however, ad_form relies on the current version.

- normalize string expressions

- reduce number of remaining "string equal" operations

  1. … 4 more files in changeset.
- replace "eval" by expand operator

  1. … 11 more files in changeset.
- use tcl 8.5 extended index format for "lindex", "lrange" and "string range"

- use "in" operator instead of "lsearch"

  1. … 7 more files in changeset.
- use tcl 8.5 lindex features

  1. … 4 more files in changeset.
- modernize tcl

  1. … 3 more files in changeset.
- get rid of empty_string_p

  1. … 4 more files in changeset.
- abstract in check for existance of a command whether this is scripted or not

  1. … 5 more files in changeset.
- fix syntax of regex (many thanks to Stefan Sobernig)

fix bug 2807 security issue during enhanced text/html edit.

use tcl 8.4 style comparisons and braced exprs

  1. … 3 more files in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Zen: set a default class for fieldset. Customized styles for fieldset and legend tags now will be correctly applied.

  1. … 2 more files in changeset.
Zen: fieldset/legend tags are not generated anymore if the legend tag has no text

  1. … 3 more files in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Zen: legend tag is mandatory so we add it even if it's empty

  1. … 2 more files in changeset.
Remove unecessary comment in standard.adp. Set default class to widget name for radio/checkbox fieldset

  1. … 1 more file in changeset.
Update doc for element::create regarding sections

Zen: Add fieldset and legend for form sections

  1. … 2 more files in changeset.
Add fieldset and legend properties for checkbox and radio widgets

  1. … 1 more file in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
applied Guan's patch adding some new message keys and corresponding catalog entries to some date procs

  1. … 2 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Wrapping the output of element::render in [string trim] so that it doesn't pre- or append spaces before the output, to avoid borking html layouts that depend on having no spaces in the form, e.g. so that input elements don't get wrapped inside a td tag.

bugfix in template::element::set_values proc. It should set element(values) to the passed in list of values, not a list containing the passed in list.