• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update documentation to encourage CSP best practice Commented obsolete email contact

Update documentation to encourage CSP best practice

Commented obsolete email contact

Update documentation to encourage CSP best practice

Commented obsolete email contact

Update documentation so best practice is suggested

Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 11 more files in changeset.
- fix dead link

- Don't set legacy configure parameters in new installations

- Make clear in parameter description in acs-templating, that this is

not the place, where xinha/tinymce should be configured

- Improve warning messages about usage of legacy parameters (tell admin what to do)

  1. … 4 more files in changeset.
- improve documentation

- add log entry, when listener is automatically registered

- update documentation

file listtemplate.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./www/doc/tagref/listtemplate.adp
- add list template to documentation

file listtemplate.html was initially added on branch oacs-5-9.

    • -0
    • +0
    ./www/doc/tagref/listtemplate.html
- replace onchange handlers in remaining templates by event listeners

- white space changes

- automatically convert on* event registrations passed to formtemplate into event listener

- adapt package name, propagate latest changes from .html to .adp files

  1. … 67 more files in changeset.
- fix line breaks

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.
- remove obsolete files

    • -82
    • +0
    ./www/scripts/xinha/attach-file.adp
    • -393
    • +0
    ./www/scripts/xinha/attach-file.tcl
    • -95
    • +0
    ./www/scripts/xinha/attach-image.adp
    • -489
    • +0
    ./www/scripts/xinha/attach-image.tcl
    • -32
    • +0
    ./www/scripts/xinha/file-selector-oracle.xql
    • -32
    • +0
    ./www/scripts/xinha/file-selector-postgresql.xql
    • -170
    • +0
    ./www/scripts/xinha/file-selector.adp
    • -286
    • +0
    ./www/scripts/xinha/file-selector.tcl
    • -273
    • +0
    ./www/scripts/xinha/insert-file-orig.adp
    • -210
    • +0
    ./www/scripts/xinha/insert-ilink.adp
    • -23
    • +0
    ./www/scripts/xinha/insert-ilink.tcl
    • -235
    • +0
    ./www/scripts/xinha/insert-image.adp
    • -20
    • +0
    ./www/scripts/xinha/insert-image.tcl
    • -172
    • +0
    ./www/scripts/xinha/insert_image.html
- fix broken links

- improve comments

- remove unneeded expr statements

  1. … 4 more files in changeset.
- be silent, when specified element does not exist

- use for hex codes 2-digit notation \xHH to make it compatible for tcl8.6

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

- replace onclick event listener by evenet listeners

    • -20
    • +36
    ./tcl/richtext-or-file-procs.tcl
- fix test for strange validation error

- use ad_log instead of ns_log for warning in such cases

Introduced missing ad_library statement. Normalized overall library description.

  1. … 7 more files in changeset.