• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bugfix #1096: let displayed text in form begin with -

  1. … 2 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Started I18N work (Together with Lars)

Added namespace eval $namespace calls to each file in the tcl dir.

Rooted out some hardcoded text, replaced it with respective calls to

the i18n text catalog text function.

Shuffled around proc creation and calling, so that everything works properly.

  1. … 25 more files in changeset.
no attribute minimization for xhtml so checked="checked"

Cleaned up the spell-checker a bit.

  1. … 3 more files in changeset.
1) Replaced the spell-check radio buttons with a pull-down menu of available dictionaries.

2) Added a SpellcheckDialectsP param to let the SWA choose between just 'en' and 'fr', as opposed to 'en_CA', 'en_GB', 'en_US', 'fr_CA' and 'fr_FR' ... for instance. (It is read from spellcheck-init.tcl so it demands a server restart.)

3) The init script auto-detects all of this according to the brand of the spell-check binary, its presence, etc.

4) There is currently support for: aspell, ispell or no spell-checking.

  1. … 5 more files in changeset.
Added support for spell-checking to the form bulider and ad_form.

  1. … 6 more files in changeset.
Applied patch #255

  1. … 1 more file in changeset.
- Merged changes from oacs-4-6 into HEAD.

- Added documentation to the -validate switch of template:::element::create

noting that the special variable $value is what should be used.

merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Added a little clarification to the template::element::create -validate option

Added documentation for my new form builder enhancements

  1. … 1 more file in changeset.
Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements

small bug in signing hidden vars