• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Mode use of new util::resources::version_dir

    • -5
    • +3
    ./packages/acs-tcl/lib/check-installed.tcl
Made download helper more modular and added support for a version_API

    • -10
    • +34
    ./packages/acs-tcl/tcl/utilities-procs.tcl
whitespace cleanup

    • -2
    • +2
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl
Added support for specifying -expires and -timeout with a time unit

Previously, the "integer" constrain avoided this. Now, we rely on the

error messages of NaviServer to handle incorrect values.

    • -3
    • +3
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl
Allow to pass arrays in the configuration

Remove additional trapping of exception, which prevents the web agent to access the file-storage, if we had to mount it on the fly

Inline dt_sysdate content here, as rss-support does not depend on the date utilities package

Flush the package_url cache when we mount a new package, as this may be the first time that we instantiate this particular package

    • -3
    • +10
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Bump version number after catalog changes

    • -2
    • +2
    ./packages/acs-subsite/acs-subsite.info
Remove extra slash, affecting usage from CDN

Many thanks to Markus Moser

Cleanup smelly comment

Remove hardcoded richtext editor

    • -2
    • +1
    ./packages/news/www/admin/revision-add.tcl
Remove xowiki dependency from CKEditor4

Rationale: CKEditor4 is EOL for its free version and the paid LTS version will be discontinued in December 2026.

We now do not set an explicit default for the preferred richtext editor. Instead, the first richtext-* package that will be installed with check whether a preferred editor was chosen. If not, they will set themselves as the xowiki editor. This should not change the behavior for existing installations already using ckeditor4, or a different editor.

Remove xowiki dependency from CKEditor4

Rationale: CKEditor4 is EOL for its free version and the paid LTS version will be discontinued in December 2026.

We now do not set an explicit default for the preferred richtext editor. Instead, the first richtext-* package that will be installed with check whether a preferred editor was chosen. If not, they will set themselves as the xowiki editor. This should not change the behavior for existing installations already using ckeditor4, or a different editor.

Fixed several issue with the regression test case

- don't hard-code locales

- don't base decision to perform decimal comma tests on the fact that the locale is enabled

(it might be enabled but not loaded)

- perform test, when a locale with decimal point is enabled and loaded and the locale

of the test user can be set to it

load catalog when enabling a locale

    • -1
    • +2
    ./packages/acs-lang/tcl/lang-install-procs.tcl
The internationalization admin page is not only package specific, move it up

improved test coverage

reduce verbosity

Rely on the system configuration to figure out the right richtext editor and its configuration

    • -1
    • +1
    ./packages/xowf/tcl/test-item-procs.tcl
reduce verbosity

    • -3
    • +3
    ./packages/acs-lang/tcl/localization-procs.tcl
Provide log statistics including full startup

Bump version number to 5.10.1b2 to make sure, that recent zz-postload.tcl is installed

fixed test server_startup_ok

Previously, the test was returning different results depending on the order of

tests.

While it is in general better to avoid error entries in the log file during

regression test, since these testing expected behavior, while error entries

in the log file should indicated unexpected behavior. However, it is still

a long way to let the regression test run cleanly.

Fixed regression test and make more use of "aa_test_start" and "aa_test_end"

This change reduces the errors in the log file a lets run the

regression test (on my site) without reported errors as reported by

acs_kernel__server_startup_ok.

    • -5
    • +10
    ./packages/acs-tcl/tcl/apm-xml-procs.tcl
    • -5
    • +9
    ./packages/acs-tcl/tcl/text-html-procs.tcl
Adjust TinyMCE behavior for the cornercase of a nested compound field with inline editor

    • -2
    • +13
    ./packages/xowiki/tcl/form-field-procs.tcl
mark the new aa_test* calls to be covered

Skip test, when the optional parameter DiskCache is not defined.

Otherwise, the attempt to set the parameter will fail and will output

an error message to the log file.

Spelling changes

Provide an API to check/set/clear the state of the regression test

The new calls are:

- aa_test_running_p

- aa_test_start

- aa_test_end

    • -3
    • +3
    ./packages/acs-tcl/tcl/security-procs.tcl
Unset the "required" HTML5 attribute after the superclass initialization, because the textarea superclass will set it back again otherwise

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl