• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 33 more files in changeset.
add global parameter hstore_max_value_size to limit max size stored in hkey. This makes it e.g. possible to use a GIN index.

  1. … 1 more file in changeset.
Access CSP nonce token via the api, as this will work also outside a connection context

(one might argue that js outside a connection is not that useful, but who am I to judge...)

Whitespace cleanup

improve spelling

  1. … 2 more files in changeset.
use transaction to avoid duplicate key conflicts

reduce verbosity and modernize code

reduce verbosity

Localize bulk-actions label in the child-resources include (many thanks to Monika Andergassen)

Port from downstream

  1. … 5 more files in changeset.
child-resources: specify urls involved in bulk-delete action more explicitly in a way that the includelet will work also when put in other non-folder pages

Shorten idiom

prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

  1. … 1 more file in changeset.
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

  1. … 2 more files in changeset.
Do not add the language prefix when the lookup already found exactly the page we were trying to reference (complies with current automated tests)

add "parent_id" to the list of excluded vars in "copy_content_vars" (as suggested by KM)

fix typo

Check if an upload file was supplied when validating

reduce verbosity

modernize code: use resolver variables rather than method calls

  1. … 5 more files in changeset.
fix typo

fix typos

enforce the system locale for the resolver test

replace anonymous array by Tcl dicts

reduce XOTcl 1.* idioms

modernize code: use resolver variables rather than method calls

extend test cases

add safety belt and hint for pretty_link invocations with unknown target pages

remove xotcl-1 idioms

fix potential confusion for test cases: make sure, the provided name and nls_language are aligned

  1. … 1 more file in changeset.
Comment log statement: found_id might not be an object by the time this code is executed