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

Fix cr_import_content. Removed additional call to cr_registered_type_for_mime_type used inappropirately. Restored query removed in error on last commit.

Fix list in var-list

Closes bug#2520. Remove query to select content type from mime type. The content type must be passed in to cr_import_content (if it is not content_revision)

Undid previous commit

solve problem to add txt files

Fix bug#2512

added query

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

Use nested list for -var_list parameter

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.