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

    • -0
    • +0
    ./upgrade-5.2.0b1-5.2.0b2.sql
fix the define_function_args thing for content_item__set_live_revision reported by Peter Alberer

    • -0
    • +1
    ./upgrade-5.2.0d17-5.2.0d18.sql
  1. … 1 more file in changeset.
Fixing bug #2404

file upgrade-5.2.0a3-5.2.0a4.sql was initially added on branch oacs-5-2.

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

  1. … 1 more file in changeset.
typo, missing '_'

Add image procs that support package_id to upgrade script

Fixes bug#2530. Create content_revision delete on upgrade that unsets live and latest revisions.

Aesthetic changes, removed oracle cruft left in as comments by Dan Wickstrom's

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

  1. … 2 more files in changeset.
Fix define function args for content_folder__is_folder to match oracle.

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

  1. … 1 more file in changeset.
file upgrade-5.2.0a2-5.2.0a3.sql was initially added on branch oacs-5-2.

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

fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

  1. … 5 more files in changeset.
file upgrade-5.2.0a1-5.2.0a2.sql was initially added on branch oacs-5-2.

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

  1. … 5 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.

  1. … 1 more file in changeset.
file upgrade-5.2.0d15-5.2.0a1.sql was initially added on branch oacs-5-2.

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

  1. … 2 more files in changeset.
file upgrade-5.2.0d16-5.2.0d17.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.0d16-5.2.0d17.sql
add some common mimetypes, bump version, upgrade scripts provided

    • -0
    • +5
    ./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-5.2.0d14-5.2.0d15.sql
  1. … 2 more files 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.

  1. … 3 more files in changeset.
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-5.2.0d13-5.2.0d14.sql
  1. … 4 more files in changeset.
minor fix: move_name should have been move__name

  1. … 1 more file in changeset.
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-5.2.0d12-5.2.0d13.sql
  1. … 1 more file in changeset.