• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Changed content::folder::new to be a pure TCL proc relying on content::item::new instead of running into deadlocks (and being slower) when doing the plsql

    • -0
    • +43
    ./content-folder-procs.xql
missed the .xql file

    • -0
    • +20
    ./content-type-procs.xql
Added content_type_p procedure to detect if a mime_type is of a content_type

added new size for portrait avatars

Indention fixes

Cleanup tmp files after genating thumbnails

Added background delivery of files

Added the option to drop the items, revisions and objects along with the dropping of a content type

  1. … 5 more files in changeset.
Adding test-image-1.jpg so test case image_new does not fail

    • binary
    ./test/test-image-1.jpg
All the triggers are testing in the one test case, so consolidate.

Adding tests for content search triggers

    • -0
    • +156
    ./test/content-search-procs.tcl
Remove site specific workaround for PG 7

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