• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace catch idioms

Replace catch idiom

Move portable sql inline, streamline idioms

  1. … 1 more file in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 162 more files in changeset.
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.
- remove xql query with bad name

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

  1. … 313 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.
Adding more categories helper procedures

  1. … 3 more files in changeset.
Added new help procs for accessing the category by title

  1. … 1 more file in changeset.
Added procedure to retrieve the objects belonging to a category. Why ever this wasnt need before :-)

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

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

  1. … 20 more files in changeset.
Urgent fix for broken languages. Categories was not correctly trying the parent languages as acs-lang does.