• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Test newly introduced api

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

A simple image captcha implementation:

a random text is converted to a distorted image, its checksum, together with the expected text are stored in a lookup table. Upon validation, the text input by the user is matched against the checksum to determine if the captcha is correct.

Plan is to use it downstream on certain publicly available contact forms.

file captcha-create.sql was initially added on branch oacs-5-10.

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

    • -0
    • +0
    /openacs-4/packages/acs-templating/tcl/captcha-procs.tcl
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