• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge from oacs-5-10

  1. … 8098 more files in changeset.
provide navigation anchors for forms with fieldsets based on section names

  1. … 2 more files in changeset.
Streamline idioms

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7823 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 32 more files in changeset.
- replace javascript: urls by event listeners

  1. … 1 more file in changeset.
- modernize HTML

  1. … 199 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- don't let <label> contain <input> fields, end the label text before it.

The original version has bad effects on e.g. bootstrap, which sets

a font-property for <label>, which is afterwards as well used for input fields.

  1. … 1 more file in changeset.
- protect against attacks against form:id

  1. … 2 more files in changeset.
- quote color attributes

  1. … 13 more files in changeset.
- fix more HTML attribute quoting

  1. … 2 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2546 more files in changeset.
- bug fix for #1367 (using ryans patch)

- get rid of empty_string_p

  1. … 4 more files in changeset.
fixed Bug #3210 as suggested by Malte

Add semantic to the form "required" mark.

Use form buttons for bulk actions in list template (WCAG2)

  1. … 3 more files in changeset.
1. Don't output the close tag for LABEL when the opening one has not been generated

2. Remove the use of tables to layout the date widget

  1. … 1 more file in changeset.
Close tag for label was generated even when the opening one wasn't present.

Checkpoint 10.2 (level A): implicit association of label and form widget

  1. … 1 more file in changeset.
Patch for checkpoint 10.2 (implicit association in forms). Approved by oct 15-oct-2008.

  1. … 2 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 22 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Improved style of form errors. Moved the required mark into the label tag so screenreaders won't miss it when in "form" mode.

  1. … 1 more file in changeset.
Enclosed legend text in span so a style can be applied to it if needed. Applied implicit association for checkbox/radio by wrapping the formfield with the label tag. Don't generate empty div blocks (e.g. when label is empty)

Add a back button

HTML 4.01 Strict cleanup

  1. … 25 more files in changeset.
fix bug #3104

Fix HTML and add missing alt text

  1. … 1 more file in changeset.
New standard.adp from oacs-5-3