• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
provide navigation anchors for forms with fieldsets based on section names

  1. … 2 more files in changeset.
avoid the usage of images for sorting order icons

  1. … 4 more files in changeset.
removed code factored out to the separate "captcha" package

    • -906
    • +0
    ./fonts/LiberationSans-Regular.ttf
  1. … 11 more files in changeset.
Provide an alternative exec-free captcha implementation using libgd and its Tcl wrapper https://github.com/flightaware/tcl.gd

This implementation will be preferred to the one using convert, when available.

    • -0
    • +906
    ./fonts/LiberationSans-Regular.ttf
  1. … 1 more file in changeset.
file LiberationSans-Regular.ttf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./fonts/LiberationSans-Regular.ttf
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.