• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Zen: template::widget::block bug fix - there was a th that was closed with a /td instead of a /th

Zen: fixing bug so that summary tag only shows up for tables

Zen: legend tag is mandatory so we add it even if it's empty

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

  1. … 1 more file in changeset.
Zen: removing trailing input tag / to pass html transitional

  1. … 4 more files in changeset.
removing trailing / in input tags

Zen: Adding a small center css class for the tfoot row

Zen: switching tbody and tfoot

Update doc for element::create regarding sections

Project Zen: zenifying date widget

Zen: Add fieldset and legend for form sections

  1. … 1 more file in changeset.
Project Zen: adding translation variable for table summary

Return the correct code from template::adp_parse.

Fixed adp_parse to pop the parse_level from the adp_level stack regardless of how template::adp_parse exits. This makes debugging some problems with include tags much easier when multirows are in use or variables are being passed by reference.

removing default for caption because caption is optional

reverting accidental commit

adding caption property to list_properties

Add fieldset and legend properties for checkbox and radio widgets

  1. … 1 more file in changeset.
don't check HTML security properties, when the user is a side wide admin or a package admin

Project Zen: removed element_index as a parameter. emma thought of an easier way to do this. undoing previous work.

Zen: localize orderby_html_title (list builder)

  1. … 1 more file in changeset.
adding element_index parameter to template::list::element::create and making the var available to list builder templates

Mark Wylie's changes: changed the default class that list tables are assigned from 'list' to 'list-table'

adding a default class for forms if one does not exist

Zen project: Add ID attribute to date and select widgets

project zen: modified template_tag formtemplate to output the closing fieldset tag

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

merged daves changes from 5-3, eliminated dead code

Don't try to sum non-numerical data! Previously if you tried to "count" a non-numeric column, it still tried to accumulate the sum variable, which clearly will not work.

Fix richtext in Safari and browsers without javascript by supressing

display mode hidden elements except when really in display mode.