• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- tighten page contracts

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

    • -1
    • +1
    ./resources/dimensionals/dimensional.adp
    • -1
    • +1
    ./resources/forms/accessible-forms.adp
    • -1
    • +1
    ./www/doc/exercise/list-and-var-sample.adp
  1. … 21 more files in changeset.
Allow to identify and set handlers also on form fields by form id and field name (confirm and generic ones).

This could be desirable in pages with multiple ad_forms having fields with the same name (and thus no unique id), or other hand made forms not having id field at all.

Removed obsolete documentation about api not existing anymore

    • -1275
    • +0
    ./www/doc/TclDocs/content.html
Update docs

Update docs to encourage CSP best practice

Update docs to encourage CSP best practice

Remove reference to inactive email address

  1. … 59 more files in changeset.
Removed link to obsolete documentation, removed mailto link to inactive mail

Comment link to inactive email

Acknowledge the original maintainer, but remove link to nonexistant domain

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.