• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
regenerated HTML documentation

  1. … 107 more files in changeset.
- fix documentation bug (many thanks to Nathan Coulter for noticing this)

- normalize paths to template files

- do not allow paths to template files not on standard locations

- fix wiki-rendered links to existing folders

- extended regression test

    • -25
    • +35
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
Localize dot/comma just before return on 'util::content_size_prettyutil::content_size_pretty'

- do not add a language prefix on links. This fixes now as well the old xowiki regression test

    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
shorten overlong lines

reduce dependency on current user and system locale for test results

prefer access to instance variable via name resolver when appropriate

    • -5
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
reduce dependency on current user and system locale for test results

avoid overlong line and produce nicer URLs

- omit language prefix on newborn pages: now, all openacs regression test for xowiki work cleanly

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
pass "-page" to pretty_link in child-resources to ensure omitted language prefix on folders

    • -0
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
"Replace 'decimal' parameter with 'standard' in 'util::content_size_pretty', wich now supports three different standards (SI base-10, IEC base-2 and the old JEDEC base-2), change default to SI base-10 and modify automated tests accordingly". +info: https://en.wikipedia.org/wiki/Binary_prefix

Remove extra brace

Trailing whitespace cleanup

Add automated test for 'ad_decode' and 'util::interval_pretty' procs. Many thanks to Hanifa Hasan

Add automated test for the 'apm_version_names_compare' proc. Many thanks to Hanifa Hasan

Add automated test for the 'ad_color_to_hex' proc. Many thanks to Hanifa Hasan

file widget-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/test/widget-test-procs.tcl
Add automated test for the 'string_truncate_middle'. Many thanks to Hanifa Hasan

file throttle_mod-test-procs.tcl was initially added on branch oacs-5-10.

- provide a better fix for name disambiguation between folders and same named (language prefixed) pages

- extend regression test

    • -15
    • +60
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
reduce verbosity

don't use non-existing method name in test specification.

This fixes a bug on openacs.org in source search of API browser.

TODO: the procs specified in the test definition (aa_register_case)

should be checked for existence.

add test case to show nameclash-behavior between folder and item

fix regression test when system locale is en_US

fix regression test cases. Works correct now with system locale en_US

    • -35
    • +28
    /openacs-4/packages/xowiki/www/admin/test.tcl
Prettify data size using 'util::content_size_pretty'

Trailing whitespace cleanup