acs-content-repository

  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Removing wrong acs attributes for object type apm_package.

Fixing object attribute datatypes so they are consistent

with the database datatype.

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

    • -49
    • +38
    ./sql/postgresql/content-type.sql
    • -0
    • +267
    ./sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql
  1. … 1 more file in changeset.
Removing upgrade scripts not well ordered for acs-kernel and acs-content-repository.

Adding corresponding upgrade scripts with correct versions.

Now the test case files__check_upgrade_ordering (acs-tcl) does not fail.

    • -0
    • +52
    ./sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql
  1. … 4 more files in changeset.
updating links

Bumped the acs-core world (including catalog files) to 5.3.0d1.

  1. … 217 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
    • +1963
    ./sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql
    • -0
    • +3155
    ./sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql
    • -0
    • +497
    ./sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql
    • -1
    • +3
    ./sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql
    • -0
    • +2937
    ./sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
    • -0
    • +285
    ./sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql
    • -0
    • +203
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
  1. … 707 more files in changeset.
Fix typo in test procs.

    • -6
    • +2
    ./tcl/test/content-item-test-procs.tcl
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
    ./tcl/content-revision-procs-oracle.xql
    • -1
    • +40
    ./tcl/content-revision-procs-postgresql.xql
    • -1
    • +23
    ./tcl/test/content-item-test-procs.tcl
    • -0
    • +11
    ./tcl/test/test.html
Openacs 5.2.3 release

  1. … 18 more files in changeset.
Add test for content::item::rename for bug#2906.

    • -2
    • +12
    ./tcl/test/content-item-test-procs.tcl
Call content_item__edit_name instead of content_item__rename. Fixed bug#2906.

Committing openacs 5.2.3 release candidate 1 (named beta 2 because we don't

support "rc" versions properly within the toolkit, something that should

change)

  1. … 17 more files in changeset.