• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add tested methods to testcase definition

reduce old-style "my" references

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -11
    • +11
    /openacs-4/packages/xowiki/tcl/yui-procs.tcl
prefer method "normalizepath"

just normalize the path, when it was specified

reduce verbosity

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
improve spelling

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
add API test procs for method "normalize_path"

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

    • -0
    • +0
    /openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl
don't allow any adressing outside the jail

    • -8
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
make test display nicer

fix over-restrictive logic for template path checking

whitespace changes

    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
add "-nocache" to Package.get_paramter to support explicit refetching

    • -14
    • +48
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
make spelling more consistent

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