acs-content-repository

  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Bumped version numbers

  1. … 22 more files in changeset.
- fix one more typo in deprecated command

Fied a typo: "-item_id $item_id" is better than "-item_id item_id'.

Fixed a problem with the deletion of lob.sql-based ("pseudo-lob") binary

storage.

    • -0
    • +6
    ./sql/postgresql/upgrade/upgrade-5.5.0d3-5.5.0d4.sql
Fix for search implementation

typo

use content::extlink instead of the deprecated content_extlink:: api, add content::extlink::edit function

  1. … 10 more files in changeset.
switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

  1. … 6 more files in changeset.
Fixed some PG code cut-and-pasted into the Oracle version. Cut-and-paste

of PG code into Oracle rarely works...