• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix #2869: upgrade script for acs-data-link

file upgrade-5.2.0b9-5.2.0b10.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.0b9-5.2.0b10.sql
Fixed 5.1->5.2 upgrade, all content repository tests now pass.

  1. … 5 more files in changeset.
Added create or replace of apm_package to the 5.2.0 version since we've not

actually bumped acs-kernel.info yet ...

Recreate apm package to match create scripts.

  1. … 1 more file in changeset.
file upgrade-5.2.1d1-5.2.1d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.1d1-5.2.1d2.sql
  1. … 1 more file in changeset.
Someone removed security_context_p from acs_object.new in the upgrade script,

sigh ...

Fix typo, wrong proc qualifier

Fix typo, were -> where

file upgrade-5.1.5-5.2.0a1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.1.5-5.2.0a1.sql
  1. … 1 more file in changeset.
Fixing bugs in user merge support. Improving the process, making it more generic and now it works for acs-core. Adding the upgrade scripts for oracle and pg.

  1. … 13 more files in changeset.
Adding the member_state 'merged'. Added plsql functions and upgrade scripts for oracle and pg.

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

    • -0
    • +0
    ./upgrade-5.2.0d9-5.2.0d10.sql
  1. … 1 more file in changeset.
rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2

    • -0
    • +1475
    ./upgrade-4.6-4.6.1d1.sql
  1. … 2 more files in changeset.
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. … 321 more files in changeset.
set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null

  1. … 5 more files in changeset.
rename upgrade-4.6.1-4.7d.sql to upgrade-4.6.1d1-4.6.1d2.sql so the ordering of application is no longer ambiguous

    • -0
    • +676
    ./upgrade-4.6.1d1-4.6.1d2.sql
  1. … 2 more files in changeset.
file upgrade-5.1.4-5.1.4d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.4-5.1.4d1.sql
fixed some upgrade scripts for oracle

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

  1. … 2275 more files in changeset.
file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.2d2-5.1.2d3.sql
Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table.

  1. … 1 more file in changeset.
preserve last_modified when explicitly updated, replaces acs_objects_last_mod_update_tr, bump version, upgrade scripts

    • -0
    • +15
    ./upgrade-5.2.0d6-5.2.0d7.sql
  1. … 4 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
flip order of delete of rels and rel segments, bump version to 5.1.2d2, upgrade scripts for oracle and pg, bug 775 patch 267 Randy O'Meara

  1. … 3 more files in changeset.
file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.2d1-5.1.2d2.sql
  1. … 1 more file in changeset.
Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter.

    • -0
    • +384
    ./upgrade-5.1.1d1-5.1.1d2.sql
make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails (forgot oracle file)

  1. … 1 more file in changeset.
make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails

  1. … 2 more files in changeset.
Merging fix from oacs-5-1 branch onto HEAD