• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add proc to find the thumbnail for a particular image.

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

    • -1
    • +11
    ./content-revision-procs-postgresql.xql
Adding image API

    • -1
    • +40
    ./test/content-image-test-procs.tcl
Bug stomp: added documentation to acs core procs that had no docs.

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

  1. … 4 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?

    • -0
    • +42
    ./acs-content-repository-callback-procs.tcl
    • -2
    • +2
    ./content-revision-procs-postgresql.xql
    • -1
    • +13
    ./test/content-folder-test-procs.tcl
    • -0
    • +63
    ./test/content-image-test-procs.tcl
  1. … 709 more files in changeset.
Fix typo in test procs.

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
    • +29
    ./content-revision-procs-oracle.xql
    • -1
    • +40
    ./content-revision-procs-postgresql.xql
Add test for content::item::rename for bug#2906.

Call content_item__edit_name instead of content_item__rename. Fixed bug#2906.

Fixed bug #2768 by backporting the fix from HEAD to 5.2

Fixing file upload, storing the full filename as the title, getting rid of the problem of the regsub killing some characters

Added missing query item_id

Allow png to be uploaded as images

file content-image-test-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./test/content-image-test-procs.tcl
fix non-nullable package id on image (package id should be nullable and it now is)

    • -0
    • +63
    ./test/content-image-test-procs.tcl
  1. … 2 more files in changeset.
Remove dependency on ad_conn.

Fixes #2771. Made sure creation_* parameters are passed on to content::revision::new

A little tiny bit of documentation for the symlink procedures

Fix Bug #2712: param extlink_id in content::extlink::new should not be required

Fix Bug #2712: param extlink_id in content::extlink::new should not be required

Fix Bug #2712: param extlink_id in content::extlink::new should not be required

Correct comment reference

Fix bug#2686 content::folder::update works now

    • -1
    • +13
    ./test/content-folder-test-procs.tcl
Add test for bug#2686

Let content::item::get work with folders

Added support for a different location for the CR files using the CRFileLocationRoot parameter and some callback magic

    • -0
    • +42
    ./acs-content-repository-callback-procs.tcl
  1. … 1 more file in changeset.
file acs-content-repository-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./acs-content-repository-callback-procs.tcl
Added content::item::get_id_by_name Procedure