• last updated 53 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer api to retrieve csp nonce, as it performs useful existance checks

  1. … 3 more files in changeset.
improve spelling

  1. … 15 more files in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

prefer built-in ns_dbquotevalue over DoubleApos

  1. … 3 more files in changeset.
move template cacheing function "cache" into template namespace (resulting in template::cache)

  1. … 2 more files in changeset.
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.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 17 more files in changeset.
Brace 'expr' + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
remove conditions, which are always true

  1. … 7 more files in changeset.
fix typo

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 44 more files in changeset.
Introduced missing ad_library statement. Normalized overall library description.

  1. … 21 more files in changeset.
- adding nonce values to script tags

  1. … 11 more files in changeset.
Removed dangerous catch idiom

Removed leftover count_query argument from template::paginator::create

- applied patches for template::list from head to oacs-5-9

  1. … 2 more files in changeset.
Removed leftover argument found after testing with users

Bugfix for regression: reimplemented new feature for template::list that allows to get full record count so it

doesn't change any public API. This was causing regression into code that calls template::paginator directly.

  1. … 3 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
Added template::list::get_rowcount which will get the total number of records contained into template::list.

Before this information was not accessible, because existing count procs would stop at number_of_pages * rows_per_page.

For reference, see proc documentation.

  1. … 2 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use charset utf-8 instead of iso-8859-1 in pagiantor-procs

- get rid of "template::util::is_nil" by initializing variable

- normalize string expressions

  1. … 12 more files in changeset.
- replace "eval" by expand operator

  1. … 11 more files in changeset.
- use tcl 8.5 lindex features

  1. … 4 more files in changeset.