• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add a -tree_id arg to category::get_mapped_categories to get only those cats from a given tree

add the code for importing a category tree from xml

    • -0
    • +130
    ./category-xml-procs.tcl
add an excluded_trees flag which lets you exclude some category trees from the widget set

Also include the html options in the multi-select widget

Fixed syntax error in query

    • -1
    • +1
    ./category-synonyms-procs-postgresql.xql
Patch#608 fixes bug#1958 from Carsten Clasohm

    • -1
    • +1
    ./category-synonyms-procs-postgresql.xql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Commit changes original made on the oacs-5-1 branch: adds a proc,

get_mapped_trees_from_object_list, which is much more efficient than

making many calls to get_mapped_trees. Once again, I'm reminded of the

importance of not untabifying files.

    • -341
    • +358
    ./category-trees-procs.tcl
Adds a proc that returns category trees when given a list of object_ids.

This is used to greatly speed up logger.

(Note: I used untabify on tcl/category-tree-procs.tcl Sorry, won't do it

again -- did it before I realized what a pain it was!)

    • -336
    • +353
    ./category-trees-procs.tcl
add a remove link to category::list::get_pretty_list so you can get a remove link per category in the pretty list

add child_sum to the datasource from category_tree::get_multirow, add example adp for presentation of the tree, document a few of the fields in the datasource

add a noflush flag to category::add to facilitate bulk loading larger trees

add a help_text arg to category::ad_form::add_widgets, add a category_tree::get_multirow function to return a datasource, bump version to 1.0d4 (api change)

  1. … 1 more file in changeset.
acs_named_objects superflous now that title is in acs_objects. need to fix the rest of the occurances though

make missing variable for category tree not a fatal error for category::ad_form::get_categories

added proc category::list::collapse_multirow to create a list of category_ids per object to be displayed. deleted procs category::list::db_foreach and category::list::db_multirow because they are no longer needed

moved doc to proc category::list::elements

added procs for easy use in listbuilder

    • -0
    • +898
    ./category-list-procs.tcl
bugfix: now using [string repeat] to generate indentation

  1. … 1 more file in changeset.
added category synonym feature

    • -0
    • +59
    ./category-synonyms-procs-oracle.xql
    • -0
    • +51
    ./category-synonyms-procs-postgresql.xql
    • -0
    • +103
    ./category-synonyms-procs.tcl
  1. … 24 more files in changeset.
moved one-object file for better naming

  1. … 17 more files in changeset.
using proc to generate standard part of context bar

  1. … 14 more files in changeset.
Use string repeat to create indentations.

  1. … 5 more files in changeset.
changed for renamed proc repeat_string

  1. … 3 more files in changeset.
renamed proc repeat_string

added category-links feature

    • -0
    • +31
    ./category-links-procs-oracle.xql
    • -0
    • +23
    ./category-links-procs-postgresql.xql
    • -0
    • +36
    ./category-links-procs.tcl
  1. … 32 more files in changeset.
moved procs for integration in ad_form to seperate file since they are in seperate namespace anyway

    • -0
    • +67
    ./category-form-procs.tcl
added editing of mapping parameters

  1. … 3 more files in changeset.
several bugfixes, extended category::ad_form to let user change the element name of the category widgets

Added procs for adding categories to ad_form easier.