acs-content-repository

  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
Fixed an upgrade ordering problem

    • -0
    • +10
    ./sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql
Fixed an upgrade script ordering issue

Version bumped to 5.3.0b1. Not tested (will be before I release it!)

  1. … 17 more files in changeset.
Reverted all changes from Mannheim

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

  1. … 195 more files in changeset.
Change to the locking of acs-objects

    • -0
    • +2
    ./sql/postgresql/upgrade/upgrade-5.3.0d4-5.3.0d5.sql
    • -0
    • +793
    ./sql/postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql
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
    ./tcl/content-folder-procs.xql
missed the .xql file

    • -0
    • +20
    ./tcl/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

Adding the parameter needed for Dave's excellent image:: procs

Indention fixes

Bumped branch to 5.3.a1 for alpha release.

  1. … 16 more files in changeset.
Fix #3008: remove duplicated drop_type procedure, added missing param in proc specification and correct upgrade script

    • -3
    • +1099
    ./sql/oracle/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
Cleanup tmp files after genating thumbnails

Adding script upgrade for fixing typo in function content_extlink__copy.

This has been fixed in the create script ( content-extlink.sql).

    • -0
    • +81
    ./sql/postgresql/upgrade/upgrade-5.3.0d3-5.3.0d4.sql
Added background delivery of files

Correction of name constraint

  1. … 11 more files in changeset.
Correction of name constraint

    • -57
    • +66
    ./sql/postgresql/content-create.sql
  1. … 1 more file in changeset.
Added the option to drop the items, revisions and objects along with the dropping of a content type

    • -0
    • +127
    ./sql/oracle/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
    • -1
    • +121
    ./sql/postgresql/content-type.sql
    • -0
    • +118
    ./sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
Adding test-image-1.jpg so test case image_new does not fail

    • binary
    ./tcl/test/test-image-1.jpg
Update search triggers to honor publish_date.

    • -12
    • +17
    ./sql/postgresql/content-search.sql
All the triggers are testing in the one test case, so consolidate.

    • -24
    • +1
    ./tcl/test/content-search-procs.tcl
Adding tests for content search triggers

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

Add page to show image properties

Add proc to find the thumbnail for a particular image.

    • -0
    • +19
    ./tcl/image-procs.xql
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
    ./tcl/content-revision-procs-postgresql.xql
Adding image API

    • -0
    • +81
    ./tcl/image-procs.tcl
    • -1
    • +40
    ./tcl/test/content-image-test-procs.tcl