• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
Replace ad_decode idiom with plain sql

Removed obsolete @arch-tag

  1. … 26 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.
cleanup in item::* namespace

most functions were already moved into the content::item namespace,

but a few were left.

- marked the following function as deprecated

* item::get_content

* item::content_is_null

* item::get_revision_content

* item::content_methods_by_type

* item::publish

* item::unpublish

- added new functions:

* content::item::content_is_null

* content::item::content_methods_by_type

* content::item::get_content

* content::item::get_revision_content

* content::item::publish

* content::item::unpublish

- updated regression test

  1. … 5 more files in changeset.
cleanup in cr::keyword::* namespace

one cannot advocate to create a keyword with

content::keyword::item_assign and query it with

cr::keyword::item_get_assigned)

- marked the following function as deprecaed

* cr::keyword::get_children

* cr::keyword::get_keyword_id

* cr::keyword::get_options_flat

* cr::keyword::item_get_assigned

* cr::keyword::item_unassign

* cr::keyword::item_unassign_children

- added new functions:

* content::keyword::get_children

* content::keyword::get_keyword_id

* content::keyword::get_options_flat

* content::keyword::item_get_assigned

* content::keyword::item_unassign_children

- updated regression test

  1. … 3 more files in changeset.
- modernize tcl

  1. … 9 more files in changeset.
some changes missed from 5.1 branch

  1. … 7 more files in changeset.
Creation_date and object_type are optional with defaults.

Add CR Tcl API from HEAD.

  1. … 17 more files in changeset.

Added return values, changed content::keyword::del to ::delete

Fix var_list to be a list of lists.

  1. … 7 more files in changeset.
Adding preliminary Tcl API. See TIP#67. Thanks to Jeff Davis for the

script that converted the pl/sql procedures to tcl procedures.

    • -0
    • +207
    ./content-keyword-procs.tcl
  1. … 8 more files in changeset.