category-trees-procs.tcl

  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 204 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

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

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

  1. … 313 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.
- fix spelling of @param

  1. … 1 more file in changeset.
- use "lassign" instead of "foreach ... break" idiom

- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

  1. … 6 more files in changeset.
- used expand operator instead of "eval"

- use "in" or not in (ni) operator instead of lsearch

- no need to use "expr" inside an "if" or "for" condition

- brace expressions to allow for tcl compilation

- bump version number

  1. … 7 more files in changeset.
- use "lassign" instead of "util_unlist"

  1. … 19 more files in changeset.
- modernize tcl

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 9 more files in changeset.
- standardize expressions and comparison operations

  1. … 14 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
fix cvs IDs

  1. … 5 more files in changeset.
Added capability to define the widget upon mapping a category tree, effectively allowing single and multiple choice

  1. … 10 more files in changeset.
Adding more categories helper procedures

  1. … 3 more files in changeset.
added tree_id_from_object title

  1. … 3 more files in changeset.
enhancement procedures for categories written by Peter Kreuzinger

  1. … 3 more files in changeset.
fixing various locale bugs in category_trees (see http://www.openacs.org/forums/message-view?message_id=541095)

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
merged version from cvs 5-2, conflicts resolved (2x white space, 1x .info file)

  1. … 20 more files in changeset.
Added append switch to the multirow procedure.

Added append switch to the multirow procedure.

Fixed bug: parent's sibling is considered a child when the subtree category has no siblings.

fixing proc get_multirow

fixing proc get_multirow

added tree-import-proc

Added tree_id

  1. … 1 more file in changeset.