• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing broken kernal because of application link depending on apm_packages

added types application link and application data link

added application links and application data links registration

adding upgrade script and changing the version number (for the missing line select define_function_args('acs_rel__new','rel_id,rel_type,object_id_one,object_id_two,context_id,creation_user,creation_ip') in the acs-relationships-create.sql file)

    • -0
    • +1
    ./upgrade/upgrade-5.2.0d9-5.2.0d10.sql
  1. … 1 more file in changeset.
file upgrade-5.2.0b1-5.2.0b2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0b1-5.2.0b2.sql
changing version number and adding respective upgrade script

  1. … 1 more file in changeset.
adding missing line:

select define_function_args('acs_rel__new','rel_id,rel_type,object_id_one,object_id_two,context_id,creation_user,creation_ip');

adding missing line:

select define_function_args('acs_rel__new','rel_id,rel_type,object_id_one,object_id_two,context_id,creation_user,creation_ip');

More I18N

  1. … 2 more files in changeset.
I18N of Names in sql files

  1. … 1 more file in changeset.
change to create or replace function

yet even more I18N fixes..

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

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

    • -0
    • +17
    ./upgrade/upgrade-5.1.5-5.2.0a1.sql
  1. … 13 more files in changeset.
I18N of Attributes

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

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

    • -0
    • +0
    ./upgrade/upgrade-5.2.0d9-5.2.0d10.sql
  1. … 1 more file in changeset.
Fixes bug #2300.

Added annotate permission as per TIP 74

  1. … 1 more file in changeset.
add an explicit cast of proname in drop_package needed in pg8

    • -0
    • +30
    ./upgrade/upgrade-5.2.0d8-5.2.0d9.sql
  1. … 1 more file 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.

    • -12
    • +0
    ./upgrade/upgrade-5.2.0d7-5.2.0d8.sql
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/upgrade-5.2.0d7-5.2.0d8.sql
  1. … 5 more files in changeset.
rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2

    • -0
    • +804
    ./upgrade/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. … 3 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

    • -208
    • +0
    ./upgrade/upgrade-4.6.1-4.7d.sql
    • -0
    • +208
    ./upgrade/upgrade-4.6.1d1-4.6.1d2.sql
  1. … 2 more files in changeset.
some tweaks to install on pg 8.0 -- for some reason acs__magic_object_id declared immutable breaks the install on 8.0 so make it stable

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
    • +28
    ./upgrade/upgrade-5.1.2d2-5.1.2d3.sql
  1. … 2274 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/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 ...

    • -0
    • +28
    ./upgrade/upgrade-5.1.2d2-5.1.2d3.sql
  1. … 1 more file in changeset.