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

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql
added new seperate table for application_data_links

    • -1
    • +27
    ./oracle/acs-relationships-create.sql
    • -1
    • +27
    ./postgresql/acs-relationships-create.sql
    • -0
    • +28
    ./postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql
  1. … 1 more file in changeset.
reverting timoh's "added types application link and application data link" until someone can explainme why it was left broken (Closes: #2663)

    • -35
    • +1
    ./postgresql/acs-relationships-create.sql
removed application data links

    • -18
    • +1
    ./postgresql/acs-relationships-create.sql
fixing broken kernal because of application link depending on apm_packages

    • -18
    • +1
    ./postgresql/acs-relationships-create.sql
added types application link and application data link

    • -1
    • +35
    ./postgresql/acs-relationships-create.sql
added application links and application data links registration

    • -1
    • +35
    ./postgresql/acs-relationships-create.sql
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)

  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
    ./postgresql/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');

    • -1
    • +3
    ./postgresql/acs-relationships-create.sql
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');

    • -1
    • +3
    ./postgresql/acs-relationships-create.sql
More I18N

    • -3
    • +3
    ./postgresql/rel-constraints-create.sql
  1. … 2 more files in changeset.
I18N of Names in sql files

    • -16
    • +16
    ./postgresql/community-core-create.sql
  1. … 1 more file in changeset.
change to create or replace function

Someone removed security_context_p from acs_object.new in the upgrade script,

sigh ...

yet even more I18N fixes..

  1. … 2 more files in changeset.
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
    ./oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql
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
    • +239
    ./oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql
  1. … 12 more files in changeset.
Fixed someone's typo in the new "merge" pl/sql procs

I18N of Attributes

    • -16
    • +16
    ./postgresql/community-core-create.sql
  1. … 1 more file in changeset.
Adding the member_state 'merged'. Added plsql functions and upgrade scripts for oracle and pg.

    • -0
    • +239
    ./oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql
    • -1
    • +13
    ./postgresql/groups-body-create.sql
    • -0
    • +17
    ./postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql
  1. … 1 more file in changeset.
file upgrade-5.2.0d9-5.2.0d10.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql
Fixes bug #2300.

Added annotate permission as per TIP 74

add an explicit cast of proname in drop_package needed in pg8

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

    • -13
    • +1
    ./postgresql/acs-objects-create.sql
    • -12
    • +0
    ./postgresql/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.

    • -7
    • +11
    ./oracle/acs-permissions-create.sql
    • -7
    • +10
    ./oracle/acs-relationships-create.sql
    • -1
    • +52
    ./postgresql/acs-objects-create.sql
    • -4
    • +7
    ./postgresql/acs-permissions-create.sql
    • -3
    • +6
    ./postgresql/acs-relationships-create.sql
    • -0
    • +41
    ./postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql
  1. … 1 more file in changeset.