• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Do not introduce extra newline in the content when writing to file

improve comments

Deprecate template::util::nvl

  1. … 1 more file in changeset.
Deprecate template::util::list_to_array

Deprecate template::util::is_true, implemented as a simple string command oneliner since 2015 and inline occurrences

  1. … 33 more files in changeset.
Shorten idiom

Deprecate template::util::array_to_vars and template::util::vars_to_array: their functionality can be easily inlined by using the array command

  1. … 3 more files in changeset.
Deprecate template::util::tcl_to_sql_list, completely replaced by ns_dbquotelist, a native NaviServer command

  1. … 17 more files in changeset.
Deprecate template::util::list_opts: it can be replaced by trivial tcl idioms

  1. … 1 more file in changeset.
Deprecate template::util::set_to_vars: it can be replaced with trivial idioms

  1. … 1 more file in changeset.
Deprecate template::util::set_to_list: this proc can be replaced with trivial ns_set and tcl idioms

  1. … 2 more files in changeset.
Deprecate util_ns_set_to_list: ns_set array is an equivalent oneliner

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

  1. … 1 more file in changeset.
Document current preferred idiom to quote database lists, without official deprecation, for the time being

improve spelling: move closer to the linux documentation recommendations

  1. … 34 more files in changeset.
Bring stack_dump in the templating:: namespace to comply with OpenACS naming convention, create deprecated wrapper

Move helper function to namespace and make it private

improve spelling

  1. … 15 more files in changeset.
Fix '@see' field in proc doc

remove quites from number

improve indentation

Allow to make other (non .adp) kinds of resources "theme aware" and use this to provide a theme mapping to the /resources/ URL pattern, then use this new capability to allow the override of css in the chat implementations

  1. … 2 more files in changeset.
improve spelling

  1. … 15 more files in changeset.
prefer built-in ns_dbquotevalue over DoubleApos

  1. … 3 more files in changeset.
Check if file exists or no file descriptor will be created

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
Rework variable assigning loops (set -> lassign)

  1. … 3 more files in changeset.
fix typo

  1. … 1 more file in changeset.
Move deprecated code in deprecated-procs.tcl.

Use ad_with_deprecated_code_p to control loading of deprecated code.

Bump version number to 5.10.0d3

  1. … 2 more files in changeset.