• last updated 9 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
changing version number and adding respective upgrade script

  1. … 1 more file in changeset.
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.
add an explicit cast of proname in drop_package needed in pg8

    • -0
    • +30
    ./upgrade-5.2.0d8-5.2.0d9.sql
  1. … 2 more files in changeset.
Realized that I only need to define function args for the most verbose

form of acs_object__new, since package_instantiate_object handles

default values very nicely.

  1. … 1 more file in changeset.
A variety of group oriented things, and finally added the definitions of

acs-objects package procs in PG so that we can use package_instantiate_object

and package_db_exec with them.

    • -0
    • +41
    ./upgrade-5.2.0d7-5.2.0d8.sql
  1. … 10 more files in changeset.
rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2

    • -0
    • +804
    ./upgrade-4.6-4.6.1d1.sql
  1. … 2 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
    • +208
    ./upgrade-4.6.1d1-4.6.1d2.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-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
putting create or replace instead of just create

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
Changed cc_users and registered_users views to use the acs__magic_object_id

function that was written quite some time ago but never used in those views.

And those views are really slow when joined against the acs_magic_objects

table ...

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

    • -0
    • +17
    ./upgrade-5.2.0d6-5.2.0d7.sql
  1. … 4 more files in changeset.
fix some bugs which break things in pg7.5; mostly syntax errors in existing procs.

    • -0
    • +94
    ./upgrade-5.2.0d5-5.2.0d6.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.
Wouldn't let me tag after adding to HEAD so am committing directly...

Committing re-added upgrade file

Oops did this wrong ... want to do exactly what Andrew did for consistency

Upgrade to apply previous register parameter bug fix

file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.1d1-5.1.1d2.sql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

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

  1. … 2 more files in changeset.
TYPO: should read parameter, not paramer

do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used