• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace deprecated call to content_revision__new/11 by call to content_revision__new/13

    • -2
    • +2
    ./packages/bug-tracker/bug-tracker.info
    • -0
    • +70
    ./packages/bug-tracker/sql/postgresql/upgrade-1.6d5-1.6d6.sql
add tested methods to testcase definition

    • -0
    • +3
    ./packages/xowiki/tcl/test/api-test-procs.tcl
reduce old-style "my" references

    • -1
    • +1
    ./packages/xowiki/tcl/folder-procs.tcl
    • -10
    • +10
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +1
    ./packages/xowiki/tcl/weblog-procs.tcl
    • -41
    • +41
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -11
    • +11
    ./packages/xowiki/tcl/yui-procs.tcl
prefer method "normalizepath"

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
just normalize the path, when it was specified

    • -2
    • +10
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
reduce verbosity

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

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

    • -0
    • +42
    ./packages/xowiki/tcl/test/api-test-procs.tcl
file api-test-procs.tcl was initially added on branch oacs-5-10.

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

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

fix over-restrictive logic for template path checking

    • -7
    • +10
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
whitespace changes

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

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

    • -1
    • +1
    ./packages/acs-core-docs/www/xml/index.xml
regenerated HTML documentation

    • -0
    • +0
    ./packages/acs-core-docs/www/aolserver.html
    • -0
    • +0
    ./packages/acs-core-docs/www/aolserver4.html
    • -2
    • +2
    ./packages/acs-core-docs/www/credits.adp
  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

    • -7
    • +9
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- fix wiki-rendered links to existing folders

- extended regression test

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

    • -3
    • +7
    ./packages/acs-tcl/tcl/utilities-procs.tcl
- do not add a language prefix on links. This fixes now as well the old xowiki regression test

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

reduce dependency on current user and system locale for test results

    • -2
    • +6
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
prefer access to instance variable via name resolver when appropriate

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

    • -4
    • +8
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
avoid overlong line and produce nicer URLs

    • -2
    • +8
    ./packages/xowiki/tcl/test/test-procs.tcl
- omit language prefix on newborn pages: now, all openacs regression test for xowiki work cleanly

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

    • -0
    • +1
    ./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

    • -12
    • +34
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -30
    • +45
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Remove extra brace