• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Document public api, add library header

whitespace changes

reduce verbosity

Use a HTML-quote safe idiom to indent categories in the widget

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Move the author into the proper ad_proc documentation block

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.
improve list operations

  1. … 5 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 7834 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

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

  1. … 313 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

  1. … 6 more files in changeset.
- use "lassign" instead of "util_unlist"

  1. … 19 more files in changeset.
- standardize expressions and comparison operations

  1. … 14 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Added capability to define the widget upon mapping a category tree, effectively allowing single and multiple choice

  1. … 10 more files in changeset.
added tree_id_from_object title

  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.
using widget-values as mapped categories if no object_id is provided

added support to specify multiple trees in category-widget

It was a bad idea to make categories not use the I18N interface in the first place. Now that we are using it, we need to localize the output of the widget, otherwise we are bound for trouble (aka message keys in the select boxes)

fixing category relations

  1. … 2 more files in changeset.
Made sure that treename and category names are localized

support a display_widget attribute for the category widget so we can show checkboxes for category selection

  1. … 1 more file in changeset.
Fixed extra closing div tag bug

add a required mark for required trees -- should not be here but not sure how to get it in anywhere else given the design of the cat widget

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.