• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added 'embeds' to allowable dependencies.

Restored the data links upgrade script I'd accidently overwritten earlier.

1. added "bio" attribute to user rather than person (initial install was fine)

2. only make package instance parameter values for instance scope params

    • -8
    • +11
    ./sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql
Orace stuff for global parameters.

    • -0
    • +657
    ./sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql
Added scope attribute to apm_parameters.

1. Changed trigger functions from "opaque" to "trigger" to get rid of the

warnings during initial install (only for acs-kernel, there are a lot

elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

    • -3
    • +3
    ./sql/postgresql/acs-metadata-create.sql
    • -8
    • +8
    ./sql/postgresql/acs-objects-create.sql
    • -58
    • +161
    ./sql/postgresql/apm-create.sql
    • -8
    • +8
    ./sql/postgresql/groups-body-create.sql
    • -5
    • +5
    ./sql/postgresql/rel-segments-create.sql
    • -3
    • +3
    ./sql/postgresql/site-nodes-create.sql
    • -0
    • +28
    ./sql/postgresql/upgrade/upgrade-5.6.0d5-5.6.0d6.sql
  1. … 16 more files in changeset.
Accidently added this to the 5.5 branch rather than HEAD earlier (but it

does no harm there so will leave it there).

    • -329
    • +12
    ./sql/oracle/upgrade/upgrade-5.6.0d4-5.6.0d5.sql
    • -0
    • +334
    ./sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql
I had forgotten to add the "apm_package.is_child" function to 5.5 ...

    • -0
    • +334
    ./sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql
file upgrade-5.6.0d5-5.6.0d6.sql was initially added on branch oacs-5-5.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql
Fixing constraint snom_node_id_fk, was connecting wrong field on table. Creation scripts are ok, just needed to correct upgrade files.

    • -0
    • +3
    ./sql/postgresql/upgrade/upgrade-5.6.0d4-5.6.0d5.sql
Spanish translation

    • -0
    • +6
    ./catalog/acs-kernel.es_ES.ISO-8859-1.xml
  1. … 13 more files in changeset.
More "extends" fixing

    • -0
    • +333
    ./sql/oracle/upgrade/upgrade-5.6.0d4-5.6.0d5.sql
add three column constraint to acs_data_links

    • -6
    • +4
    ./sql/oracle/acs-relationships-create.sql
drop acs_data_links unique constraint, use unique index instead.

    • -4
    • +5
    ./sql/oracle/acs-relationships-create.sql
TIP #138 - Add relation_tag to acs_data_links

    • -2
    • +4
    ./sql/oracle/acs-relationships-create.sql
    • -0
    • +9
    ./sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql
    • -0
    • +9
    ./sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql
  1. … 3 more files in changeset.
Somehow managed to forget committing the version bump to 5.5.1 to CVS

  1. … 22 more files in changeset.
Bumped version number to 5.5.1b1 in preparation for release.

  1. … 22 more files in changeset.
Some very archaic PG code that was only working because of weak type checking

in earlier versions. Uncovered by playing with the subsite admin object type

code.

Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Added some missing attributes (more to go, though, damn core datamodel)

    • -1
    • +17
    ./sql/postgresql/acs-objects-create.sql
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Someone didn't realize that "foo;null" in define_function_args calls sets the

default value to 'null' not NULL...this has been there a long time ... maybe

even my fault, but I don't remember, it's ancient!

    • -3
    • +3
    ./sql/postgresql/acs-metadata-create.sql
    • -2
    • +2
    ./sql/postgresql/acs-objects-create.sql
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Got rid of 'bio' attribute declared for 'user' type.

Fixed the upgrade script ...

Moved "bio" back to "person", but with type-specific storage. People can

fight over where such things belong on another day, for now keeping it in

"person" has the advantage that the Tcl API is 100% unchanged so moving it

to type-specific storage won't break .LRN.

    • -13
    • +13
    ./sql/oracle/community-core-create.sql
    • -1
    • +12
    ./sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -7
    • +4
    ./sql/postgresql/community-core-create.sql
  1. … 5 more files in changeset.
One more upgrade ...

    • -0
    • +43
    ./sql/postgresql/upgrade/t.sql
    • -0
    • +59
    ./sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
Added attributes for "user" columns "screen_name" and "username", as well as the

new "bio" column which replaces the old generic storage attribute assigned to

"person".

    • -0
    • +6
    ./catalog/acs-kernel.en_US.ISO-8859-1.xml
    • -1
    • +31
    ./sql/oracle/community-core-create.sql
    • -0
    • +38
    ./sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -1
    • +51
    ./sql/postgresql/community-core-create.sql
Added bio to users table. Now both initial install and upgrade from older

versions appear to work.

    • -1
    • +2
    ./sql/oracle/community-core-create.sql