• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

Prefer 'incr' to increment variables instead of 'expr'.

Prefer 'incr' to increment variables instead of 'expr'.

make automated-testing login more robust, i.e. working with a configured wild card ip address

fix too many colons

make tested API calls explicit

    • -130
    • +173
    /openacs-4/packages/forums/tcl/test/forums-procs.tcl
make tested API calls explicit

make tested API calls explicit, fix broken test case ('the_public' was spelled 'the_pubic')

make tested API calls explicit

make tested api calls explicit

max test cases explicit

make testes calls explicit

advertise "aa_equals" rather than "aa_true"+"string equal" in tutorial

prefer "aa_equals" over "aa_true"+"string equal"

prefer "aa_equals" over "aa_true"+"string equal"

prefer aa_equals over aa_true+string equal

rework test cases, make tested procs explicit

undo recent commit

replace "expr" by "incr"

whitespace changes, added editor hints

bump version of xotcl-core to 5.10.0d11 and fix dependencies

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
remove internally used, transitional function ::xo::get_raw_request_body (use ns_getcontnet instead)

improve test condition

add partial abckword compatibility for ns_getcontent for AOLserver

remove escaped files

Replace upstream references to ::xowiki::get_raw_request_body and ::xowiki::read_file/::xowiki::write_file to the ::xo:: namespace

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/www/admin/test.tcl
Refactor file read/write xowiki utilities as xotcl-core utilities,

as webDAV will use them, remove leftover references to xowiki in dav-procs.tcl

found after freshing on a fresh instance

    • -0
    • +52
    /openacs-4/packages/xotcl-core/tcl/utilities-procs.tcl
Port of downstream webDAV interface and a reference xowiki-based storage backend

Limitations:

- this implementation supports only a limited set of clients which is currently hardcoded

- no locking is currently implemented. Storage managers such as xowiki can mitigate this using versioning... but you have been warned

Currently supported clients:

- Cyberduck: https://cyberduck.io/

- WinSCP: https://winscp.net

- davfs2: https://savannah.nongnu.org/projects/davfs2

- Gnome Virtual File System

- other neon-based dav implementations might work fine (at your own risk)

    • -0
    • +392
    /openacs-4/packages/xotcl-core/tcl/dav-procs.tcl
    • -0
    • +1
    /openacs-4/packages/xowiki/tcl/xowiki-dav-init.tcl
    • -0
    • +355
    /openacs-4/packages/xowiki/tcl/xowiki-dav-procs.tcl
Don't include Se as a tested proc, as not being a openacs class will make loading fail

Fix backslashes