• last updated 28 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added content::item::get_id_by_name Procedure

  1. … 1 more file in changeset.
Added procedure to upload a file under a parent_id

After discussions with dave the proc went to content-item-procs.tcl and is called content::item::upload_file. Testing on the way

bugfix: set package_id and context_id for items and revisions

  1. … 1 more file in changeset.
bugfix: set package_id and context_id for items and revisions

  1. … 1 more file in changeset.
Add where clause to content::item::update and content::folder::update

  1. … 1 more file in changeset.
Add where clause to content::item::update and content::folder::update

  1. … 1 more file in changeset.
added defaults for creation user and creation ip of content-items

bugfix: default values for creation_user and creation_ip in item::new

  1. … 1 more file in changeset.
adding defaults to creation_user, creation_ip, content_type to content::item::new

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

  1. … 7 more files in changeset.
Revert to package_exec_plsql var_list list style for -attributes

parameters. Fix test and documentation.

  1. … 2 more files in changeset.
Add content::item::get. Add test case support for it.

  1. … 3 more files in changeset.
Fix delete command to use plsql "del"

Fix delete procs to call pl/sql as "del" to work in Oracle and PG

Make id_column and table_name required for content::type::new.

Fix content::item::new to properly create a subtype of content revision

based on the content_type paramter is attributes, title or text is specified.

  1. … 2 more files in changeset.
Clarify documenation for content::item::new and add test cases to ensure a new revision can be created.

Fixes bug#2232

  1. … 1 more file in changeset.
Add CR Tcl API from HEAD.

  1. … 17 more files in changeset.

updated a return type

some tweaks for content-item funcs, make them return package_exec_plsql return val, move had a bug

  1. … 1 more file in changeset.
add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script

  1. … 9 more files in changeset.
minor bug fixes: corrected list that is passed on package_exec_plsql -var_list, added definition of some plsql procs, added content::item::copy, bump up for version needed

  1. … 3 more files in changeset.
Fix content::item::update to correctly extract the attributes from within

the list.

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
    • +639
    ./content-item-procs.tcl
  1. … 8 more files in changeset.