• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file 2cols.adp was initially added on branch oacs-5-9.

- added ability to turn off adp-wrapper box for include tag (setting attribute ds=0)

  1. … 2 more files in changeset.
- use plural instead of singular for directory under resources to follow implicit conventions

- prefer spaces over tabs (whitespace change)

  1. … 1 more file in changeset.
file dimensional-option.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./dimensionals/dimensional-option.adp
file dimensional.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./dimensionals/dimensional.adp
- remove extra space

    • -2
    • +1
    ./dimensional/dimensional-table-option.adp
Dimensional Slider Reform (ad_dimensional):

- remove hard-coded table layout from dimensional slider

- add backwards compatible templates to

packages/acs-templating/resources/dimensional/

- move hard-coded styles to

openacs-default-theme/www/resources/styles/default-master.css

- remove obsolete comments from ad_dimensional

    • -0
    • +3
    ./dimensional/dimensional-table-option.adp
  1. … 3 more files in changeset.
file dimensional-table.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./dimensional/dimensional-table.adp
file dimensional-table-option.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./dimensional/dimensional-table-option.adp
- 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.
- quote HTML attributes

- normalize spacing around hrefs

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

  1. … 1 more file 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. … 2 more files in changeset.
fix this broken and probably unused list filter template

bulk actions buttons relocated before bottom paginator, for bug 3172

tabs 2 spaces

Results of the aggregate function should be marked up with TFOOT.

Fix typos

  1. … 1 more file 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.
Add configurable bulk action javascript function.

  1. … 1 more file in changeset.
Update form based list filter template.