• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

*** empty log message ***

Add content_revision__del

Fix bug#2298. Create content_revision__del

  1. … 1 more file in changeset.
Move file to correct name for upgrade.

    • -70
    • +0
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
    • -0
    • +70
    ./upgrade/upgrade-5.1.5d3-5.1.5d4.sql
Fix bug#2298 correctly create content_revision__del

    • -0
    • +70
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
set live and latest to null so delete does not violate fk constraints

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

    • -1
    • +38
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +53
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
  1. … 318 more files in changeset.
Page root and template root registered as magic objects.

  1. … 1 more file in changeset.
Commented the creation of the index cr_items_name, already existed

  1. … 1 more file in changeset.
bind the fts contract when creating the datamodel

  1. … 1 more file in changeset.
add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12

    • -0
    • +1
    ./upgrade/upgrade-5.2.0d11-5.2.0d12.sql
  1. … 3 more files in changeset.
Fix content_folder__is_subfolder pl/sql. Also fix tcl proc which was

passing in the wrong list format to package_exec_plsql. Add upgrade

script and tests.

    • -1
    • +38
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +53
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
  1. … 3 more files in changeset.
file upgrade-5.1.5d1-5.1.5d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +195
    ./upgrade/upgrade-5.1.2d4-5.1.2d5.sql
    • -0
    • +125
    ./upgrade/upgrade-5.1.2d6-5.1.2d7.sql
    • -0
    • +97
    ./upgrade/upgrade-5.1.4d1-5.1.4d2.sql
    • -0
    • +129
    ./upgrade/upgrade-5.1.4d2-5.1.4d3.sql
    • -0
    • +130
    ./upgrade/upgrade-5.1.4d3-5.1.4d4.sql
    • -0
    • +310
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +11
    ./upgrade/upgrade-5.1.4d5-5.1.4d6.sql
  1. … 2261 more files in changeset.
fix to return folder id present in upgrade. just putting it here as well