• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- mark template::util::quote_html as deprecated as argued in bug #2736 and replace it by ad_quotehtml

  1. … 2 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Add form::get_properties

Add form::get_properties

Add a specific class to format form legend text.

  1. … 1 more file in changeset.
Use default style for form section and bold one for the legend text when it's not a fieldset around checkbox or radio buttons.

Merged from 5.4.2

  1. … 283 more files in changeset.
Put "<div>" around hidden elements put out by the formtemplate tag when a custom

template layout rather than a style template is used and that custom template

layout doesn't put out the hidden elements manually.

provide IDs for forms

provide IDs for forms

HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
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.
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