• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file captcha-create.sql was initially added on branch oacs-5-10.

file upgrade-5.10.1d0-5.10.1d1.sql was initially added on branch oacs-5-10.

Make sure widget variable exists for the element

improve spelling

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
deactivate language tool when spellcheck is turned off

Added validation on values provided for options

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
this warning is just important for applications using an fc-repository

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
Put more info in the warning

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
Allow to pass the doc array to the master (e.g. for the title)

use icanuse machinery for "ns_reflow_text -offset"

improve comment

fix default value for nls_language

prefer "string first" over "string match" (the first one is slightly faster)

Streamline idiom

Whitespace cleanup

Do the transaction only if necessary

Break overlong lines

Add multiselect to the widgets we check

Fix validated input format

Restrict new widget validation of options to select and radio, not every widget must restrict the values to the options property

Apply a date-aware validation

Trap the case where invalid dates are supplied to the proc

Cleanup redundant validation

Implement a hook for widget-specific validation and use it to enforce that widgets that specify a list of options must return a value that belongs to those options

Add input validation

Don't pass around variables that are not meant to be changed by the UI as hidden fields

Fix typo

no need for curly braces

extend test cases

improve documentation and streamline code