• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refine regex and extend tests

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Extend 'validate_url' test case

make child_components a proc (::xowiki::formfield::child_components) and add filter expression

    • -15
    • +25
    ./packages/xowiki/tcl/form-field-procs.tcl
Extend 'acs_tcl__util_url_valid_p' test case

Make the check for relative URLs less strict to cover some valid cases (see RFC 1808) and extend test cases.

    • -3
    • +11
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -4
    • +33
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Unify URL checking, now that 'util_url_valid_p' accepts relative URLs. Extend 'validate_url' test case and bump package version for dependencies.

    • -3
    • +2
    ./packages/acs-templating/tcl/data-procs.tcl
Add the 'relative' flag to 'util_url_valid_p', to check also relative URLs. Extend 'acs_tcl__util_url_valid_p' test case and bump package version.

    • -4
    • +27
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -5
    • +44
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Added new method "child_components": Return for a list of form-field objs all child components

    • -2
    • +25
    ./packages/xowiki/tcl/form-field-procs.tcl
Refine URL validation regexp and extend 'acs_tcl__util_url_valid_p' test case.

    • -2
    • +5
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -0
    • +63
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Fix typo. Fixes 'files__tcl_file_common_errors' test case

    • -1
    • +1
    ./packages/xowf/tcl/test-item-procs.tcl
factor out render_full_submission_form

    • -21
    • +51
    ./packages/xowf/tcl/test-item-procs.tcl
Add 'get_url_directory' test case, covering 'template::util::get_url_directory'

Add 'nvl' test case, covering 'template::util::nvl'

Add 'number_list' test case, covering 'template::util::number_list'

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

    • -0
    • +0
    ./packages/acs-templating/tcl/test/util-procs.tcl
Add 'validate_currency' test case, covering 'template::data::validate' and 'template::data::validate::currency'

Break overlong lines

    • -41
    • +111
    ./packages/acs-templating/tcl/test/data-procs.tcl
Whitespace changes

    • -254
    • +254
    ./packages/acs-templating/tcl/data-procs.tcl
Add 'validate_oneof' test case, covering 'template::data::validate' and 'template::data::validate::oneof'

Fix clock check. The clock command will not fail on incorrect dates (e.g. 2021-13-00) unless the format is specified.

    • -2
    • +2
    ./packages/acs-templating/tcl/data-procs.tcl
Add 'validate_textdate' test case, covering 'template::data::validate' and 'template::data::validate::textdate'

Add 'validate_enumeration' test case, covering 'template::data::validate' and 'template::data::validate::checkbox_enumeration'

Extend 'validate_text' test case and reduce code duplication

    • -50
    • +12
    ./packages/acs-templating/tcl/test/data-procs.tcl
Extend 'validate_search' test case with 'template::data::validate::party_search'

Add 'validate_checkbox_text' test case, covering 'template::data::validate' and 'template::data::validate::checkbox_text'

Add 'validate_file' test case, covering 'template::data::validate' and 'template::data::validate::file'

Add 'validate_search' test case, covering 'template::data::validate' and 'template::data::validate::search'

added test case for form field validation

    • -38
    • +55
    ./packages/xowiki/tcl/test/test-procs.tcl
    • -0
    • +128
    ./packages/xowiki/tcl/test/xowiki-test-procs.tcl
improve spelling

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-utility-procs.tcl
make comments more uniform

    • -3
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl