• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Introduced missing ad_library statement

Introduced missing ad_library statement at the beginning of file

    • -10
    • +14
    ./tcl/0-acs-templating-procs.tcl
- new conveniance function "template::add_event_listener"

- improve documentation on "template::add_confirm_handler"

- remove onclick and onkeypress inline scripts in list-procs

- bump version number to 5.9.1d7

- renamve template::add_acs_confirm_handler into template::add_confirm_handler

  1. … 8 more files in changeset.
- use confirm handler for doc/demo/form

- generalize template::add_acs_confirm_handler to allow as well other event types, such as e.g. "submit"

-Quoted sqared parenthesis in javascript giving problems to subst.

-Removed unnecessary call again to template::add_body_script

- added new function template::add_acs_confirm_handler for standardized confirm interactions ("are you sure") in order to get rid of onclick handlers

- bump version numbers to reflect dependencies

  1. … 1 more file in changeset.
- replace javascript: urls by event listeners

    • -0
    • +13
    ./resources/forms/confirm-button.tcl
  1. … 1 more file in changeset.
- adding 'unsafe-inline' to list templates until need for "onclick" is removed

  1. … 2 more files in changeset.
- adding nonce values to script tags

  1. … 9 more files in changeset.