• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix 'category::get_id' query

Whitespace changes

Set categories for tests

improve SQL quoting

  1. … 8 more files in changeset.
Replace deprecated idioms on oacs-5-10

  1. … 16 more files in changeset.
Deprecate value_if_exists proc, replace occurrences with plain tcl idioms

  1. … 21 more files in changeset.
Whitespace cleanup

  1. … 1 more file in changeset.
Reduce divergency between oracle and postgres codebase

    • -20
    • +0
    ./category-trees-procs-postgresql.xql
Use current namespace ::tdom instead of legacy ::tDOM

essentially the same change as in

http://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Amischa%3A20191114130401

modernize Tcl

  1. … 2 more files in changeset.
Use a HTML-quote safe idiom to indent categories in the widget

Add @see to deprecated doc

Prefer using the list structure directly: each category has only 1 translation per locale

Smartify idiom

Replace catch idiom

Replace catch idioms

Replace catch idiom

Move portable sql inline, streamline idioms

Simplify idioms: lang is unique for a particular tree

Replace catch idiom

Replace catch idiom

Replace catch idioms

tree_id is a positional argument

Replace catch idiom, improve proc contract, make it clear that we return a list

Bring sql inline, reduce duplication

Simplify idiom, bring sql inline

Reduce divergency between oracle and postgres codebase

  1. … 6 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -16
    • +0
    ./category-trees-procs-postgresql.xql
Replace ad_decode idiom

  1. … 1 more file in changeset.
category_tree::get_categories reform:

always return all root categories of given tree. Keep sorting by localized name, but use the en_US translation as a default when desired one is missing. Improve documentation.