• last updated 31 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix tests to pass in Oracle (actually bypass the test b/c the search

triggers don't exist in oracle.)

Do date calculation in tcl so the query will work in Oracle.

some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-content-repository

Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 18

of the 24 deprecated procs, just six procs are still required. Commented most

of the affected calls in ::content::item::*

removed unneeded .xql query with typo

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

    • -2
    • +2
    ./acs-content-repository-callback-procs.tcl
  1. … 353 more files in changeset.
Fix Bug#3056. sn_gifsize should be ns_gifsize.

Fix Bug#3056. sn_gifsize should be ns_gifsize.

Fix typo sn_gifsize should be ns_gifsize. Bug#3056. Thanks to Jon

Griffin for finding it and for the patch.

First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
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.