• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

bugfix: wrong variable naming

Fixed problems with new require_category_p param

added support for form validation of category form-elements

bugfix: curly brace should have been normal brace

added support for single/multiple categorizations / forcing users to map at least one category

  1. … 42 more files in changeset.
Changed @returns to @return with command perl -pi -e 's/\@returns/\@return/g' *.tcl

  1. … 5 more files in changeset.
- Ability to pass parameters via named properties, instead of misusing the 'value' property

- Allowing widget to only show one tree

- Changed to new namespace style

- Added category::get_names proc, which can get names for a list of categories

Fixed bug with calling __copy with wrong params

Added automated test

  1. … 3 more files in changeset.
added automated test scripts

    • -0
    • +79
    ./test/categories-procs.tcl
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
committing the port of the categories package from Oracle to PostgreSQL by Michael Steigman

    • -91
    • +48
    ./categories-procs-postgresql.xql
    • -96
    • +46
    ./category-trees-procs-postgresql.xql
  1. … 15 more files in changeset.
a) removed sql from tcl files b) renamed some queries for better readability c) added query files for category browsing pages

  1. … 23 more files in changeset.
Importing the categories package developed by Timo Hentschel

  1. … 83 more files in changeset.
Initial revision

    • -0
    • +12
    ./categories-init.tcl
    • -0
    • +135
    ./categories-procs-oracle.xql
    • -0
    • +151
    ./categories-procs-postgresql.xql
    • -0
    • +421
    ./categories-procs.tcl
    • -0
    • +81
    ./categories-procs.xql
    • -0
    • +148
    ./category-trees-procs-oracle.xql
    • -0
    • +164
    ./category-trees-procs-postgresql.xql
    • -0
    • +518
    ./category-trees-procs.tcl
    • -0
    • +86
    ./category-trees-procs.xql
  1. … 83 more files in changeset.