acs-content-repository

  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

    • -1
    • +3
    ./tcl/test/content-item-test-procs.tcl
Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

    • -2
    • +4
    ./tcl/test/content-item-test-procs.tcl
Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

    • -2
    • +2
    ./tcl/test/content-item-test-procs.tcl
Bumped to 5.6.0.

  1. … 24 more files in changeset.
Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Bumped to beta 3 so I could put in this important upgrade script, fixing

a problem with using package_instantiate_object to instantiate a base

(acs_object) object. Never done in core or .lrn code apparently because typically

you instantiate subtypes, but it is important to get right.

  1. … 26 more files in changeset.
Replace single quote in tcl string with double quotes

Fix single quotes around string in procedure call

Bumped remaining packages to 5.6.0b2

  1. … 24 more files in changeset.
Bumped info files for 5.6.0b1

  1. … 22 more files in changeset.
Bumped version number for 5.6.0a1

  1. … 22 more files in changeset.
Implements TIP #142: Administration UI to manage mime types and extension map

    • -0
    • +10
    ./www/admin/index.adp
    • -0
    • +6
    ./www/admin/mime-types/extensions.adp
    • -0
    • +40
    ./www/admin/mime-types/extensions.tcl
    • -0
    • +25
    ./www/admin/mime-types/extensions.xql
    • -0
    • +6
    ./www/admin/mime-types/index.adp
    • -0
    • +99
    ./www/admin/mime-types/index.tcl
    • -0
    • +25
    ./www/admin/mime-types/index.xql
    • -0
    • +6
    ./www/admin/mime-types/map.adp
    • -0
    • +47
    ./www/admin/mime-types/map.tcl
    • -0
    • +14
    ./www/admin/mime-types/map.xql
    • -0
    • +6
    ./www/admin/mime-types/new.adp
    • -0
    • +44
    ./www/admin/mime-types/new.tcl
    • -0
    • +19
    ./www/admin/mime-types/unmap.tcl
    • -0
    • +13
    ./www/admin/mime-types/unmap.xql
Make sure you always cascade when dropping the views or it will fail.

    • -0
    • +337
    ./sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql
Fix typo table name should have been table_name

Fix support for NULL table name in CR-derived object types

    • -0
    • +937
    ./sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -0
    • +212
    ./sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
Somehow managed to forget committing the version bump to 5.5.1 to CVS

  1. … 22 more files in changeset.
Merged 5.5.1 to HEAD

  1. … 179 more files in changeset.
The after upgrade callback needed a documentation block.

Bumped version number to 5.5.1b1 in preparation for release.

  1. … 22 more files in changeset.
fix for an error with Oracle, which din't find get_cr_file_path.get_storage_key_and_path query.

    • -1
    • +12
    ./tcl/content-revision-procs-oracle.xql
Implements TIP #135 (OOXML formats)

file apm-callback-procs.tcl was initially added on branch oacs-5-5.

    • -0
    • +0
    ./tcl/apm-callback-procs.tcl
Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Only requires acs-kernel 5.6.0d2 as I've moved some of these core changes

off to my acs-object-management package for the time being.

Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Fix use of ns_mktemp with /tmp/ hard coded. Fix case when tmp file is not cleaned up when a string is used for a file storage type