• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Streamline idioms

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.
Fix spelling errors

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

  1. … 23 more files in changeset.
- replace onchange handlers in remaining templates by event listeners

fixes for list-widget:

- fix html, when "page_size_variable_p" is set (must have been broken

since ages)

- replace onchange handlers in table and table-2third templates by event listeners

  1. … 2 more files in changeset.
- replace "onclick" handler in .adp files by event listener

  1. … 2 more files in changeset.
- provide width&height of images to speed up rendering

- replace javascript: urls by event listeners

  1. … 1 more file in changeset.
- adding 'unsafe-inline' to list templates until need for "onclick" is removed

  1. … 2 more files in changeset.
- provide default masters in case no theme provides a template

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
- modernize HTML

  1. … 196 more files in changeset.
- remove obsolete file

- simplify dimensional by using <group> tag

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

  1. … 752 more files in changeset.
- improve style-ability

  1. … 2 more files in changeset.
file table-2third.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./lists/table-2third.adp
- add support for multiple themed masters (defaults in acs-templating/resources/masters, similar to lists etc.)

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