• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 6 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

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

  1. … 16 more files in changeset.
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. … 3 more files in changeset.
- replace "onclick" handler in .adp files by event listener

  1. … 5 more files in changeset.
- provide image dimensions

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

  1. … 3 more files in changeset.
- initial import of iopenacs-bootstrap3-theme

    • -0
    • +316
    ./table-2third.adp
  1. … 53 more files in changeset.