• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file LiberationSans-Regular.ttf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./fonts/LiberationSans-Regular.ttf
Localize filter clearing

  1. … 3 more files in changeset.
Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 4 more files in changeset.
improve rowcount expressions

    • -1
    • +1
    ./dimensional/dimensional-table-option.adp
  1. … 71 more files in changeset.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
fix typos

  1. … 15 more files in changeset.
normalize boolean expressions in ADP files

  1. … 14 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

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

    • -0
    • +0
    ./masters/plain-streaming-head.adp
file plain-streaming-head.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    ./masters/plain-streaming-head.tcl
file table-2third.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./lists/table-2third.adp
file 2cols.adp was initially added on branch oacs-5-9.

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
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
- 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.
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.