• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 18

of the 24 deprecated procs, just six procs are still required. Commented most

of the affected calls in ::content::item::*

  1. … 4 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
Remove site specific workaround for PG 7

Initial image api to imagemagick to create optional thumbnails and medium file sizes. Need to add parameters and make executable path handling smarter

  1. … 2 more files in changeset.
Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts

  1. … 5 more files in changeset.
Bumped the acs-core world (including catalog files) to 5.3.0d1.

  1. … 218 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Add -tmp_filename parameter to content::item::new and

content::revision::new to handle file uploads at a low level with the

cr tcl api. You still need to figure out the mime type and cotent type

(image,etc.) before calling content::item::new. A convenience wrapper

should be written if you need that feature. (that would replace

cr_import_content, it think.)

  1. … 6 more files in changeset.
Added procedure to retrieve the item_id

  1. … 1 more file in changeset.
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

  1. … 5 more files in changeset.
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

  1. … 5 more files in changeset.
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.
adding defaults to creation_user, creation_ip, content_type to content::item::new

  1. … 7 more files in changeset.
Changed debugging message to level debug (from notice)

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
bugfix: provide default for variable lob_values

bugfix: fixed bug with lob-columns in attributes

  1. … 1 more file in changeset.
commiting Daveb's oracle fixes ...

  1. … 2 more files in changeset.
Insert content as BLOB in seperate query.

  1. … 2 more files in changeset.
Remove broken generic query.

Add correct Oracle specific blob compatible query.

  1. … 4 more files in changeset.
Update content column in a seperate query to work correctly with Oracle.

  1. … 1 more file in changeset.
Add context_id as parameter of content::revsion::new.

Fix extended attributes code to ignore acs_objects attributes as well as

cr_revision.

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.
Fix content::revision::new to properly create subtypes of content_revision.

  1. … 1 more file in changeset.
Fix call to content::item::content_type

Add content::item::get. Add test case support for it.

  1. … 3 more files in changeset.