• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.2.0a3-5.2.0a4.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0a3-5.2.0a4.sql
adding function content_symlink__del, this function is called from content_symlink__delete

    • -0
    • +28
    ./upgrade/upgrade-5.2.0a3-5.2.0a4.sql
Moving folders was broken. Adding the correct definitios of

content_folder__move function.

typo, missing '_'

Add image procs that support package_id to upgrade script

    • -1
    • +349
    ./upgrade/upgrade-5.2.0a2-5.2.0a3.sql
Fixes bug#2530. Create content_revision delete on upgrade that unsets live and latest revisions.

    • -1
    • +5
    ./upgrade/upgrade-5.2.0d9-5.2.0d10.sql
Aesthetic changes, removed oracle cruft left in as comments by Dan Wickstrom's

original conservsion scripts ( while working on allowing null type table names).

    • -46
    • +0
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
Fix define function args for content_folder__is_folder to match oracle.

  1. … 1 more file in changeset.
Double quotes from code copied from Oracle!

Fix query for view since we need to workaround the fact that acs-messaging uses CR_REVISIONS for table name.

Fix bug #2497, error in content_item__copy, added upgrade script

    • -0
    • +156
    ./upgrade/upgrade-5.2.0a2-5.2.0a3.sql
file upgrade-5.2.0a2-5.2.0a3.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0a2-5.2.0a3.sql
Recreate new version of refresh_view procedure and recreate all the

views to add package_id to the view from acs_objects.

    • -2
    • +117
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

    • -0
    • +102
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
  1. … 4 more files in changeset.
file upgrade-5.2.0a1-5.2.0a2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
  1. … 1 more file in changeset.
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

    • -0
    • +102
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
  1. … 4 more files in changeset.
Fix bug#1937 with patch#548. Use full syntax for inserts so integer

values work on content_revision__copy in PostgreSQL.

    • -0
    • +50
    ./upgrade/upgrade-5.2.0d15-5.2.0a1.sql
file upgrade-5.2.0d15-5.2.0a1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0d15-5.2.0a1.sql
define function args for content_template__get_path and __delete; add upgrade script and bump version to 5.2.0d17

    • -0
    • +8
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
  1. … 1 more file in changeset.
file upgrade-5.2.0d16-5.2.0d17.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
Fix define function args call to use parent_type for parametr name to

match oracle instead of content_type.

add some common mimetypes, bump version, upgrade scripts provided

    • -0
    • +5
    ./upgrade/upgrade-5.2.0d15-5.2.0d16.sql
  1. … 3 more files in changeset.
fix pacakge -> package typo

  1. … 10 more files in changeset.
fix pacakge -> package typo

  1. … 7 more files in changeset.
propigate title rather than name for content_item__new, bump to d15, upgrade

    • -0
    • +654
    ./upgrade/upgrade-5.2.0d14-5.2.0d15.sql
  1. … 1 more file in changeset.
fix laundry list of bugs in content repository copy code.

duplicate version of the 11arg content_folder__new

copy_creation_ip rather than copy__creation_ip in content_revision__copy

content_folder__copy did not preserve context_id properly

content_item__copy2 had a bunch of unused varaibles -- removed them.

content_item__copy now preserves live_revision so things which copy an

item with a live revision to not have to explicitly publish the new copy

(which eg file storage did not do).

content_revision__copy did an insert into acs_objects without specifying

column names which breaks on a new install since the order is not as expected.

    • -0
    • +395
    ./upgrade/upgrade-5.2.0d12-5.2.0d13.sql
Add content_keyword__del to match oracle pl/sql.

Add define_function_args calls for content-keyword.sql.

Add basic tests for content::keyword apis.

    • -0
    • +49
    ./upgrade/upgrade-5.2.0d13-5.2.0d14.sql
  1. … 3 more files in changeset.
minor fix: move_name should have been move__name

    • -1
    • +1
    ./upgrade/upgrade-5.2.0d12-5.2.0d13.sql
upgrade to fix bug in content_folder__move and add the integer,integer version used in content_item__move; bump to 5.2.0d13. thanks daveb

    • -0
    • +86
    ./upgrade/upgrade-5.2.0d12-5.2.0d13.sql
  1. … 1 more file in changeset.
Add content_folder__move function that allows rename on move. Already existed on Oracle.