• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

  1. … 19 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.
Fix typos

  1. … 5 more files in changeset.
fix documentation of parameter

Fix parameter name in proc doc

Whitespace changes

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

  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.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
category::get: new API call in symmetry to category::set to obtain as name and description for the specified locale.

iBump version number to 1.1.4

  1. … 2 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- harden page contracts

- standardize url construction

  1. … 8 more files in changeset.
sort output from category::get_children and tidy the proc

  1. … 1 more file 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.
- slightly extended message catalog

- fixed localization in context bar

- added new context variable ctx_id used for permission checking.

This optional variable allows to specify category clients

to provide am object, on which permissions are checked for

adding categories. This has the advantage that package_admin

could be allowed this way to add categories without needing

explicit rights on the categories package.

  1. … 39 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.
merged version from cvs 5-2, conflicts resolved (2x white space, 1x .info file)

  1. … 20 more files in changeset.
populate the categories translation cache directly when adding a category rather than forcing a second db query. don't sort when loading locales to array (since ordering not relevant when you array get two lines later). add divs and class names to category select widget so it's possible to style them with css

  1. … 2 more files in changeset.
Change get_id to return a list.

Added function to get a category from a name in a specified locale.

  1. … 1 more file in changeset.
add a -tree_id arg to category::get_mapped_categories to get only those cats from a given tree

  1. … 1 more file in changeset.
add a noflush flag to category::add to facilitate bulk loading larger trees

  1. … 1 more file in changeset.
added procs for easy use in listbuilder

  1. … 2 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.
renamed proc repeat_string

added category-links feature

  1. … 36 more files in changeset.