• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
update to newer testing interface

    • -15
    • +17
    ./packages/xowiki/tcl/test/test-procs.tcl
user the simplified interface of form_reply (passing form as argument)

    • -2
    • +3
    ./packages/file-storage/file-storage.info
    • -11
    • +5
    ./packages/file-storage/tcl/test/webtest-procs.tcl
bump version number to 5.10.0d13 to let other packages depend on new features

simplify the web testing interface for forms

add one more test case for editing a folder via the web interface

    • -0
    • +39
    ./packages/file-storage/tcl/test/webtest-procs.tcl
Update italian translation

Default deleted_p should be false for non-existing translations

As we need parent_id to be computed, pass it to the proc as was before so we save a query

    • -2
    • +4
    ./packages/file-storage/www/folder-delete.tcl
Replace array idiom -> dict idiom (port from downstream)

    • -2
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
Add missing where clause from previous upgrade... Oracle was indeed affected as well

file upgrade-1.1.5d1-1.1.5d2.sql was initially added on branch oacs-5-10.

Added missing message key for status code 500.

Use consistently the error category in the title and the specific error message in the text

    • -2
    • +2
    ./packages/acs-subsite/acs-subsite.info
    • -2
    • +2
    ./packages/acs-subsite/www/shared/404.adp
add test cases for web testing based on acs::test

    • -0
    • +66
    ./packages/file-storage/tcl/test/webtest-procs.tcl
file webtest-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/file-storage/tcl/test/webtest-procs.tcl
white-space cleanup

    • -10
    • +10
    ./packages/file-storage/www/folder-delete.tcl
Fix broken folder-delete function (was broken since Jun 22, 2018)

    • -4
    • +8
    ./packages/file-storage/www/folder-delete.tcl
remove duplicated test case

    • -84
    • +0
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
add a comment easier to understand by the casual reader

    • -0
    • +6
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
return [ad_conn peeraddr] instead of [ns_conn peeraddr] as default for IP address as creator/modifier IP address

    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Apply fix to category__change_parent provided by franz.penz@km.at

apparently Oracle was not affected

file upgrade-1.1.4-1.1.5d1.sql was initially added on branch oacs-5-10.

Remove irrelevant comments

    • -4
    • +0
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
Add parameter 'version' also to 'template::head::add_javascript' and 'template::head::add_script'

    • -1
    • +16
    ./packages/acs-templating/tcl/head-procs.tcl
Require a special test instance for xowf tests as well

    • -4
    • +19
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
Fix doc

Add parameter 'version' to both 'template::head::add_css' and 'template::head::flush_link', in order to add a version to certain resources, as a query parameter, to perform 'cache busting' and forcing retrieval of stale files by the browser

    • -1
    • +15
    ./packages/acs-templating/tcl/head-procs.tcl
Make requiring of a test package instance more generic: the plan is to use it in other contexts

drop leftover functions from 2003, 2004 and 2005 in existing instances

file upgrade-5.10.0d6-5.10.0d7.sql was initially added on branch oacs-5-10.

Require an extra xowiki instance for test shenanigans