• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
content::symlink::delete should call content_symlynk__delete instead of content_symlink__del, fixing that problem

Rolling in daveb's mime type patches from oacs-5-2

changed bad written content_type word

Fix bug where content_type is not set. We need to check if an uploaded

file's mime type is mapped to image. Later the code uses the passed in

other_type or image_type parameter to set the actual content type of

the item created. The code only checks for image or not image, so we

don't need to find out every type mapped to the upload file's mime type.