• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Victor had made an upgrade script for version d4, and committed it before

I got around to adding and committing mine. So now my tcl upgrade commits

and my datamodel ones aren't synchronized :( But they're dev versions so

no harm should result.

    • -0
    • +262
    ./upgrade-5.6.0d6-5.6.0d7.sql
Added 'embeds' to allowable dependencies.

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)

    • -0
    • +28
    ./upgrade-5.6.0d5-5.6.0d6.sql
  1. … 29 more files in changeset.
Fixing constraint snom_node_id_fk, was connecting wrong field on table. Creation scripts are ok, just needed to correct upgrade files.

    • -0
    • +3
    ./upgrade-5.6.0d4-5.6.0d5.sql
  1. … 1 more file in changeset.
add three column constraint to acs_data_links

  1. … 3 more files in changeset.
drop acs_data_links unique constraint, use unique index instead.

  1. … 3 more files in changeset.
TIP #138 - Add relation_tag to acs_data_links

    • -0
    • +9
    ./upgrade-5.6.0d3-5.6.0d4.sql
  1. … 7 more files in changeset.
Added some missing attributes (more to go, though, damn core datamodel)

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

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.

  1. … 8 more files in changeset.
One more upgrade ...

    • -0
    • +59
    ./upgrade-5.6.0d2-5.6.0d3.sql
Added upgrade scripts (Oracle isn't correct, yet), removed bogus attribute

sql files (PG, for instance, created bio and bio_mime_type but only

dropped bio, Oracle had not bio_mime_type_reference at all).

    • -0
    • +42
    ./upgrade-5.6.0d1-5.6.0d2.sql
  1. … 3 more files in changeset.
- Add two missing indices to improve performance of permission system

and the object context hierarchy significantly (these two indices

improved the performance of e.g. /projects/openacs/download/ and

/projects/openacs/download/one-revision?revision_id=2089636 by more

than a factor of 10; these indices are now among the most used on

openacs.org)

- Bump version number

    • -0
    • +2
    ./upgrade-5.5.0d5-5.5.0d6.sql
  1. … 5 more files in changeset.
Fix acs_group__new to create group_rels for all group supertypes

    • -0
    • +90
    ./upgrade-5.5.0d4-5.5.0d5.sql
  1. … 4 more files in changeset.
Preliminary version of "extend package" code, along with new package

attributes that allow the declaration of packages that are subsites.

    • -0
    • +282
    ./upgrade-5.5.0d3-5.5.0d4.sql
  1. … 29 more files in changeset.
Fix totally broken syntax for contraints

  1. … 1 more file in changeset.
Add description to groups object type

    • -0
    • +1
    ./upgrade-5.5.0d2-5.5.0d3.sql
  1. … 4 more files in changeset.
TIP#126 optionally allow user to provide email, first, last name when authority does not

    • -0
    • +5
    ./upgrade-5.5.0d1-5.5.0d2.sql
  1. … 5 more files in changeset.
Merged from 5.4.2

  1. … 282 more files in changeset.
upgrading from older versions never have this privilege created

fixed typo and made postgres 8.3 compliant

Moved these from HEAD to oacs-5-4

  1. … 1 more file in changeset.
file upgrade-5.4.1-5.4.2b1.sql was added on branch oacs-5-4 on 2008-04-30 00:05:08 +0000

  1. … 1 more file in changeset.
Created 5.4 version of a 5.3 upgrade script that was put on HEAD rather than

the oacs-5-3 branch originally, meaning the upgrade was never applied. These

two scripts create an index but check to make sure it doesn't exist first, so

if someone has created the index (perhaps by running the old upgrade script)

manually, no harm will be done by applying the 5.4 upgrade.

    • -0
    • +12
    ./upgrade-5.4.1-5.4.2b1.sql
  1. … 1 more file in changeset.
Removed lock table kludge used to work around PG 7 deadlock

  1. … 1 more file in changeset.
Not needed in PG 8x

file upgrade-5.4.0d4-5.4.0d5.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade-5.4.0d4-5.4.0d5.sql
Completed NIma's patch.

  1. … 1 more file in changeset.
Added upgrade for missing cascade part for site_node_object_mappings

Creating privilege annotate in case it's not created.

  1. … 1 more file in changeset.