• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extend 'acs_tcl__util_url_valid_p' test case

    • -1
    • +1
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Make the check for relative URLs less strict to cover some valid cases (see RFC 1808) and extend test cases.

    • -4
    • +33
    ./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.

    • -9
    • +97
    ./acs-templating/tcl/test/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.

    • -5
    • +44
    ./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

Refine URL validation regexp and extend 'acs_tcl__util_url_valid_p' test case.

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

factor out render_full_submission_form

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

    • -1
    • +27
    ./acs-templating/tcl/test/util-procs.tcl
Add 'nvl' test case, covering 'template::util::nvl'

    • -1
    • +29
    ./acs-templating/tcl/test/util-procs.tcl
Add 'number_list' test case, covering 'template::util::number_list'

    • -0
    • +42
    ./acs-templating/tcl/test/util-procs.tcl
file util-procs.tcl was initially added on branch oacs-5-10.

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

    • -1
    • +45
    ./acs-templating/tcl/test/data-procs.tcl
Break overlong lines

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

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

    • -1
    • +27
    ./acs-templating/tcl/test/data-procs.tcl
Fix clock check. The clock command will not fail on incorrect dates (e.g. 2021-13-00) unless the format is specified.

Add 'validate_textdate' test case, covering 'template::data::validate' and 'template::data::validate::textdate'

    • -1
    • +38
    ./acs-templating/tcl/test/data-procs.tcl
Add 'validate_enumeration' test case, covering 'template::data::validate' and 'template::data::validate::checkbox_enumeration'

    • -1
    • +37
    ./acs-templating/tcl/test/data-procs.tcl
Extend 'validate_text' test case and reduce code duplication

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

    • -2
    • +4
    ./acs-templating/tcl/test/data-procs.tcl
Add 'validate_checkbox_text' test case, covering 'template::data::validate' and 'template::data::validate::checkbox_text'

    • -1
    • +24
    ./acs-templating/tcl/test/data-procs.tcl
Add 'validate_file' test case, covering 'template::data::validate' and 'template::data::validate::file'

    • -1
    • +24
    ./acs-templating/tcl/test/data-procs.tcl
Add 'validate_search' test case, covering 'template::data::validate' and 'template::data::validate::search'

    • -1
    • +24
    ./acs-templating/tcl/test/data-procs.tcl
added test case for form field validation

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

make comments more uniform

provide a less confusing name for new methodm improve comments

Fix typo in comment

Implement reset_to_default method to reset formfields in case of validation error

the current behavior of this method is currently a no-op for every formfield, except files, where we want to make sure the value has been reset. We also handle the case now of compound fields, as they might be compounds of file formfields