• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
For web interface testing, add authorization headers

The change eases testing of packages that are based on HTTP Basic

Authorization. When email and password are provided for the test user

if the HTTP request, an Authorization header is added now

automatically.

Bumped version number to 5.10.1d1

    • -2
    • +2
    ./acs-automated-testing/acs-automated-testing.info
    • -4
    • +14
    ./acs-automated-testing/tcl/aa-test-procs.tcl
update CSP rules

fix typo

tdom sometimes html-escapes unknown tags

Consider code like

#

# dom parse -simple -html $form doc

# ...

# return [$root asHTML]

Unfortunately, this causes that some tags unknown to tdom

(like <adp:icon>) are converted to escaped tags (&lt; ...).

This can be regarded as a bug. To avoid this problem, we

substitute here the adp_tags in advance. This needs more

investigation in other cases.... The potential harm in this

cases here is very little, but probably, there are other

cases as well where this might harm.

Provide localization for hardcoded text

    • -0
    • +1
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
Normalize message key sorting in the catalog files

    • -8
    • +6
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -7
    • +5
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
escape also brackets

Fix missing variable

    • -1
    • +1
    ./acs-templating/tcl/captcha-procs.tcl
harden page contracts

    • -2
    • +2
    ./general-comments/www/comment-add-2.tcl
    • -2
    • +2
    ./general-comments/www/comment-add-3.tcl
    • -2
    • +2
    ./general-comments/www/comment-edit-2.tcl
    • -2
    • +2
    ./general-comments/www/comment-edit-3.tcl
split the filters in the requires block - currently the requires block support only one filter for an argument

    • -2
    • +2
    ./general-comments/www/comment-add-2.tcl
    • -2
    • +2
    ./general-comments/www/comment-add-3.tcl
harden page contract

harden page contract

Move the question overview block in question_info_block in an own method to ease downstream customization in subclasses

Fix typo

    • -2
    • +1
    ./acs-templating/tcl/captcha-procs.tcl
added context_id to excluded vars in copy_content_vars

fix one more occurence of a direct call to the compiled template

passing properties consistently with @....;literal@

    • -2
    • +2
    ./new-portal/www/admin/portal-show.adp
improve spelling

make acs-core-docs links more consistent

    • -1
    • +1
    ./acs-core-docs/www/acs-package-dev.adp
    • -1
    • +1
    ./acs-core-docs/www/analog-install.adp
    • -1
    • +1
    ./acs-core-docs/www/apm-requirements.adp
    • -1
    • +1
    ./acs-core-docs/www/automated-backup.adp
    • -1
    • +1
    ./acs-core-docs/www/automated-testing-best-practices.adp
    • -1
    • +1
    ./acs-core-docs/www/backup-recovery.adp
    • -1
    • +1
    ./acs-core-docs/www/backups-with-cvs.adp
    • -1
    • +1
    ./acs-core-docs/www/complete-install.adp
  1. … 152 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.

    • -23
    • +152
    ./acs-templating/tcl/captcha-procs.tcl
file LiberationSans-Regular.ttf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-templating/resources/fonts/LiberationSans-Regular.ttf
passing properties consistently with @....;literal@

    • -1
    • +1
    ./calendar/www/cal-item-delete-confirm.adp
    • -2
    • +2
    ./acs-service-contract/www/binding-display.adp
    • -2
    • +2
    ./acs-service-contract/www/contract-display.adp
    • -2
    • +2
    ./ajaxhelper/www/doc/default-master.adp
passing properties consistently with @....;literal@

    • -1
    • +1
    ./contacts-lite/www/addresses/add-edit.adp
    • -2
    • +2
    ./contacts-lite/www/addresses/delete.adp
    • -2
    • +2
    ./contacts-lite/www/addresses/index.adp
    • -2
    • +2
    ./contacts-lite/www/admin/address-type/index.adp
  1. … 12 more files in changeset.
passing properties consistently with @....;literal@

    • -1
    • +1
    ./acs-subsite/www/admin/attributes/add.adp
    • -1
    • +1
    ./acs-subsite/www/admin/attributes/delete.adp
    • -1
    • +1
    ./acs-subsite/www/admin/attributes/edit-one.adp
    • -1
    • +1
    ./acs-subsite/www/admin/attributes/enum-add.adp
    • -1
    • +1
    ./acs-subsite/www/admin/group-types/delete.adp
    • -1
    • +1
    ./acs-subsite/www/admin/groups/delete.adp
    • -1
    • +1
    ./acs-subsite/www/admin/groups/new.adp
    • -1
    • +1
    ./acs-subsite/www/admin/parties/new.adp
    • -1
    • +1
    ./acs-subsite/www/admin/rel-segments/new-3.adp
  1. … 39 more files in changeset.
passing properties consistently with @....;literal@

    • -2
    • +2
    ./survey/www/admin/description-edit.adp
    • -1
    • +1
    ./survey/www/admin/process-response.adp
    • -2
    • +2
    ./survey/www/admin/question-delete.adp
  1. … 27 more files in changeset.
passing properties consistently with @....;literal@ and not "noquote", since noquote content is already parsed

    • -3
    • +3
    ./acs-core-docs/www/tutorial-admin-pages.adp
    • -2
    • +2
    ./acs-core-docs/www/tutorial-admin-pages.html
    • -1
    • +1
    ./acs-templating/www/doc/migration.adp
    • -4
    • +4
    ./acs-templating/www/doc/migration.html
Make sure we load the Monaco js only once per request, in case multiple formfields are on the page.

    • -4
    • +8
    ./xowf-monaco-plugin/tcl/form-field-procs.tcl
harden page contracts

    • -4
    • +11
    ./general-comments/www/comment-edit-3.tcl
remove backup files from repository

    • -167
    • +0
    ./fa-icons/tcl/resource-procs.tcl~
    • -138
    • +0
    ./fa-icons/www/sitewide-admin/sample.adp~
    • -73
    • +0
    ./fa-icons/www/sitewide-admin/sample.tcl~
harden page contracts

    • -3
    • +3
    ./general-comments/www/comment-add-2.tcl
    • -3
    • +3
    ./general-comments/www/comment-add-3.tcl
    • -2
    • +10
    ./general-comments/www/comment-edit-2.tcl