• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Fixed a couple of issues with date and spellchecking as they were fixed by Quest

  1. … 6 more files in changeset.
Added support for templates being located *outside* acs-templating/resources

  1. … 2 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.
Zen: removing trailing input tag / to pass html transitional

  1. … 8 more files in changeset.
Zen: Add fieldset and legend for form sections

  1. … 2 more files in changeset.
adding a default class for forms if one does not exist

project zen: modified template::form::render to output the opening form fieldset tag and the optional opening and closing legend tag if it was passed into ad_form

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Added ad_conn form_count (liberated from Greenpeace Planet work), which

simplifies the writing of javascript-enhanced template form builder

widgets.

  1. … 1 more file in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
i18n of cancel button

ad_form forms can be not completed, particularly if the target is not the same page that has the form. Reverting change to throw error. People are on their own now.

If ad_form forms aren't finished, throw an error

Added @see to get_elements proc

merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 293 more files in changeset.
Check for errors on form before deciding which buttons to display, otherwise it will show the display-mode buttons instead of the edit-mode buttons when there are errors

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

  1. … 598 more files in changeset.
bugfix #1099: using noparse instead of ~ or +; removed unprotecting via ~ or +

  1. … 1 more file 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.
removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 3 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.
Fixed bug #801: Buttons multirow not available inside formtemplate so edit/display modes don't work

  1. … 1 more file in changeset.
Bug #801 - made display / edit mode buttons available in a form_buttons(label, name) multirow.

  1. … 1 more file in changeset.
The buttons-fix had no datatype, causing it to default to integer, which caused annoying messages in the error log

Added documentation for form get_values and set_values