• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Simplify idioms: lang is unique for a particular tree

Simplify multirow logic using 'template::util::list_to_multirow'

    • -77
    • +62
    ./packages/acs-lang/www/admin/index.tcl
Replace catch idiom

Replace catch idiom

Replace catch idioms

tree_id is a positional argument

Replace catch idiom, improve proc contract, make it clear that we return a list

Bring sql inline, reduce duplication

Simplify idiom, bring sql inline

add support for expiryDays

update upstream version number

for expiry days to work correctly, one needs probably the following fix

https://github.com/insites/cookieconsent/pull/534

Trailing whitespace cleanup

    • -42
    • +42
    ./packages/acs-templating/tcl/data-procs.tcl
Take advantage of oldie utility template::util::list_to_multirow to refactor and simplify the code

    • -21
    • +16
    ./packages/categories/www/cadmin/index.tcl
Fix typo

    • -2
    • +2
    ./packages/categories/www/cadmin/index.tcl
Fix missing variable

    • -2
    • +2
    ./packages/categories/www/cadmin/index.tcl
Move away portraits created as children of the -100 object that might be still around after acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d13-5.10.0d14.sql

file upgrade-5.10.0d17-5.10.0d18.sql was initially added on branch oacs-5-10.

Remove duplicate column

it seems, that "-ulevel" is used more often than "-level"

    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
use "-level" instead of "-ulevel", since "-level" is used e.g. in

template::util::multirow_to_list or template::util::list_of_ns_sets_to_multirow

as well.

    • -5
    • +6
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Added switch "-ulevel" to proc "util::var_subst_quotehtml";

ad_form: quote form field values in validation error messages to prevent XSS attacks

    • -3
    • +8
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Quote form field values in validation error messages to prevent XSS attacks

    • -13
    • +13
    ./packages/acs-templating/tcl/data-procs.tcl
Prettify code

Mode is in fact the value of the nsv

Force the encoding on the channel to utf-8 in every case (fixes umlaut characters when using ns_connchan backend)

fix issue #3392, improve testability via paramterization of clock value, add regression test, improve Tcl sanity

    • -160
    • +180
    ./packages/acs-templating/tcl/date-procs.tcl
white space changes

Deprecate unamusing template::util::date::now_min_interval_plus_hour

    • -2
    • +8
    ./packages/acs-templating/tcl/date-procs.tcl
Fix obvious bug; Note that the proc is still buggy, as it blindly incr's the hour value, even if it is 23 o'clock

    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
Fix log warning message

    • -3
    • +3
    ./packages/acs-templating/tcl/tag-procs.tcl
Delete unneeded line

    • -2
    • +1
    ./packages/acs-tcl/tcl/security-procs.tcl