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

    • -0
    • +0
    ./sql/oracle/captcha-create.sql
    • -0
    • +0
    ./sql/postgresql/captcha-create.sql
Make sure widget variable exists for the element

Add multiselect to the widgets we check

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

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

Inform widget: do not render any input element alongside the form value

improve spelling

validate format of richtext field always

Smartify idioms

Fix typo

simplify idioms

Deprecate template::util::list_opts: it can be replaced by trivial tcl idioms

Streamline idioms

    • -12
    • +3
    ./resources/forms/confirm-button.tcl
Streamline ns_set idioms

Deprecate template::util::set_to_vars: it can be replaced with trivial idioms

Deprecate template::util::set_to_list: this proc can be replaced with trivial ns_set and tcl idioms

Get rid of trivial private api publish::set_to_pairs

  1. … 1 more file in changeset.
Replace trivial api

Streamline ns_set idioms

  1. … 1 more file in changeset.
Uniform documentation style

Normalize indentation

Streamline ns_set idioms

Deprecate util_ns_set_to_list: ns_set array is an equivalent oneliner

  1. … 5 more files in changeset.
support multi-line messages by using template literals

template literals are available since ES6 (2015)

fix spurious colons

  1. … 4 more files in changeset.
Fix date in ancient demo

improve safety of SQL queries

  1. … 2 more files in changeset.
added a "-verbose" flag to template::themed_template and template::resource_path to ease debugging

Fix order in expression

Reduce divergency between oracle and postgres codebase

  1. … 3 more files in changeset.