• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use "try" instead of "ad_try"

    • -3
    • +3
    ./richtext-ckeditor4/richtext-ckeditor4.info
    • -2
    • +10
    ./richtext-ckeditor4/tcl/ckfinder-init.tcl
    • -2
    • +8
    ./richtext-ckeditor4/tcl/ckfinder-procs.tcl
    • -2
    • +2
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
Exception handling reform (part 1)

- implement ad_try based on (byte-compiled) Tcl try to make exception

handling more Tcl compliant

- Replace several "catch" operations in request-processor by ad_try

- de-spaghetti "rp_handler" and factor out "rp_handle_request"

- Provide error context in log message in a more uniform way

- handle ds stub-procs in a more uniform way:

provide as well a stub for "ds_init" instead of

wrapping it into a "catch" operation.

- move deprecated procs "ad_return" and "rp_handle_adp_request"

from request-processor-procs to deprecated-utilities-procs.tcl

- bump version number of acs-tcl to 5.10.0d2

    • -1
    • +63
    ./acs-tcl/tcl/deprecated-utilities-procs.tcl
    • -36
    • +107
    ./acs-tcl/tcl/exception-procs.tcl
    • -295
    • +263
    ./acs-tcl/tcl/request-processor-procs.tcl
Make sure, the try command is available in your installation (requires Tcl 8.5 or newer)

add missing ',' in select statement

improve error handling in case read operation fails

    • -15
    • +33
    ./xotcl-core/tcl/01-debug-procs.tcl
Initial version of ckeditor5 support for acs-templating

Note that this is an initial relase. several features of CKEditor5 are coming soon (easy imaging),

the whole ckeditor5 release is alpha. Some options of the ck4ditor integration

are copied over to ckeditor5, although there is no support yet.

Configuration:

In addition to the richttext widget properties,

https://openacs.org/api-doc/proc-view?proc=template::widget::richtext&source_p=1

the CKEditor 5 allows us to specify a editor class

Note: CKEditor 5 no longer comes with a configuration setting to change its height.

https://stackoverflow.com/questions/46559354/how-to-set-the-height-of-ckeditor-5-classic-editor/46559355#46559355

    • -0
    • +33
    ./richtext-ckeditor5/richtext-ckeditor5.info
    • -0
    • +88
    ./richtext-ckeditor5/lib/file-browser.adp
    • -0
    • +27
    ./richtext-ckeditor5/lib/file-browser.tcl
    • -0
    • +246
    ./richtext-ckeditor5/tcl/ckfinder-init.tcl
    • -0
    • +224
    ./richtext-ckeditor5/tcl/ckfinder-procs.tcl
    • -0
    • +1
    ./richtext-ckeditor5/tcl/richtext-init.tcl
    • -0
    • +389
    ./richtext-ckeditor5/tcl/richtext-procs.tcl
add support for editors requiring a different HTML tag for richtext (e.g. div)

bump version number to 5.10.0d2

    • -11
    • +51
    ./acs-templating/tcl/richtext-procs.tcl
    • -10
    • +7
    ./acs-templating/tcl/spellcheck-procs.tcl
    • -9
    • +15
    ./acs-templating/tcl/widget-procs.tcl
Improve robustness of code: make sure, file is always closed after open operation, even when "read" fails

Backport from HEAD

    • -2
    • +2
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
Fix typo in debug line

prefer literal in adp axpressions

prefer literal in tests

    • -2
    • +2
    ./acs-developer-support/lib/footer.adp
standardize boolean expressions in ADP files

    • -3
    • +3
    ./acs-automated-testing/www/admin/testcase.adp
Modernise code: strengthen page contract, use boolean test in ADP

Modernize code: get rid of deprecated cals in .xql file and use API rather than homebrew SQL calls

Avoid small SQL queries for frequent operations, here for computing the full file path for a revision_id

Bump verison number for apm

fix variable name

Fix variable name

Make behind_secure_proxy_p more robust against unexpected values in X-SSL-Request

    • -4
    • +4
    ./acs-tcl/tcl/request-processor-procs.tcl
Revert changes not meant to be committed

    • -6
    • +34
    ./xowiki/tcl/xowiki-utility-procs.tcl
Fix typo

    • -35
    • +7
    ./xowiki/tcl/xowiki-utility-procs.tcl
Fix broken cvs-id

    • -1
    • +1
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
Reduce divergencies between oracle and postgres codebase, replace queries with proper api, exploit on delete cascade

    • -217
    • +16
    ./bug-tracker/tcl/bug-procs-oracle.xql
    • -204
    • +8
    ./bug-tracker/tcl/bug-procs-postgresql.xql
    • -14
    • +174
    ./bug-tracker/tcl/bug-procs.xql
Specify default for max sort order (fixes but-tracker installation)

Reduce divergencies between oracle and postgres codebase

    • -39
    • +0
    ./bug-tracker/www/patch-postgresql.xql
Reduce divergencies between oracle and postgres codebase

    • -18
    • +0
    ./bug-tracker/www/admin/component-ae-oracle.xql
    • -0
    • +11
    ./bug-tracker/www/admin/component-ae.xql
    • -18
    • +0
    ./bug-tracker/www/admin/project-edit-oracle.xql
    • -0
    • +11
    ./bug-tracker/www/admin/project-edit.xql
    • -18
    • +0
    ./bug-tracker/www/admin/version-ae-oracle.xql
    • -0
    • +11
    ./bug-tracker/www/admin/version-ae.xql
    • -18
    • +0
    ./bug-tracker/www/admin/version-release-postgresql.xql
    • -10
    • +17
    ./bug-tracker/www/admin/version-release.xql
Correct non-portable usage of limit idiom

    • -3
    • +2
    ./bug-tracker/tcl/bug-tracker-procs.xql
Reduce divergencies between oracle and postgres codebase

    • -178
    • +20
    ./bug-tracker/tcl/bug-tracker-procs-oracle.xql
    • -158
    • +9
    ./bug-tracker/tcl/bug-tracker-procs-postgresql.xql
    • -1
    • +148
    ./bug-tracker/tcl/bug-tracker-procs.xql
Reduce divergencies between oracle and postgres codebase

    • -13
    • +0
    ./workflow/tcl/role-procs-oracle.xql
    • -13
    • +0
    ./workflow/tcl/role-procs-postgresql.xql