• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

We had the issue that some content was not uploaded properly and we want to make sure to give back some kind of error to the user. This is why we wrap it.

Added procedure to retrieve the item_id

    • -1
    • +9
    ./content-revision-procs-postgresql.xql
Added missing SQL

Added procedure to upload a file under a parent_id

Fixing bug 2558

file content-folder-procs-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./content-folder-procs-oracle.xql