• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +38
    ./oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -1
    • +51
    ./postgresql/community-core-create.sql
  1. … 2 more files in changeset.
Added bio to users table. Now both initial install and upgrade from older

versions appear to work.

Magically transformed the upgrade script from PG to Oracle.

    • -26
    • +72
    ./oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.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
    ./oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -0
    • +42
    ./postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
  1. … 2 more files in changeset.
Moved "bio" from person/generic storage to user/type-specific storage as TIP'd

(PG only, Oracle to follow soon).

    • -1
    • +2
    ./postgresql/community-core-create.sql
  1. … 6 more files in changeset.
Fixed daveb's connect by and nextval, for initial install and upgrade (change

to acs_group.new)

Update put the index creation before the table creation.

- 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
    • +1
    ./oracle/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -1
    • +8
    ./postgresql/acs-permissions-create.sql
    • -0
    • +2
    ./postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
  1. … 1 more file in changeset.
Fix acs_group__new to create group_rels for all group supertypes

    • -0
    • +206
    ./oracle/upgrade/upgrade-5.5.0d4-5.5.0d5.sql
    • -5
    • +19
    ./postgresql/groups-body-create.sql
    • -0
    • +90
    ./postgresql/upgrade/upgrade-5.5.0d4-5.5.0d5.sql
  1. … 1 more file in changeset.
switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

  1. … 7 more files in changeset.
Fixed daveb's auth upgrade scripts for oracle, and added the new columns to

the table definitions used by initial install.

wipe out ad_parameter from kernel files

Preliminary version of "extend package" code, along with new package

attributes that allow the declaration of packages that are subsites.

    • -0
    • +1393
    ./oracle/upgrade/upgrade-5.5.0d3-5.5.0d4.sql
    • -0
    • +282
    ./postgresql/upgrade/upgrade-5.5.0d3-5.5.0d4.sql
  1. … 24 more files in changeset.
- drop_package('...') complain in new versions that it can't drop

some stored procedures. Adding therefore a CASCADE to

the get_func_drop_command().

Fix totally broken syntax for contraints

Add missing comma!

    • -2
    • +2
    ./postgresql/authentication-create.sql
Add description to groups object type

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

    • -0
    • +7
    ./oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
    • -1
    • +7
    ./postgresql/authentication-create.sql
    • -0
    • +5
    ./postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
  1. … 3 more files in changeset.
Fixed type mismatch problem due to tightened up PG 8.3 semantics.

Merged from 5.4.2

    • -4
    • +1
    ./postgresql/acs-relationships-create.sql
    • -2
    • +1
    ./postgresql/community-core-create.sql
    • -2
    • +4
    ./postgresql/site-node-object-map-create.sql
    • -1
    • +14
    ./postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
  1. … 277 more files in changeset.
upgrading from older versions never have this privilege created

fixed typo and made postgres 8.3 compliant

    • -7
    • +11
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
Backed out ill-thought-out reference to the content repository in this kernel

package (a misguided attempt to move some bad PG code over to Oracle, which

caught the reference to the undefined cr_folders table)

Moved these from HEAD to oacs-5-4

    • -0
    • +12
    ./oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql
file upgrade-5.4.1-5.4.2b1.sql was added on branch oacs-5-4 on 2008-04-30 00:05:08 +0000

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql
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
    ./oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql
    • -0
    • +12
    ./postgresql/upgrade/upgrade-5.4.1-5.4.2b1.sql
Removed lock table kludge used to work around PG 7 deadlock

    • -3
    • +1
    ./postgresql/acs-relationships-create.sql
    • -41
    • +0
    ./postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
Not needed in PG 8x

    • -41
    • +0
    ./postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
Removed lock table that's was a workaround for PG 7x, no longer supported

    • -5
    • +1
    ./postgresql/acs-relationships-create.sql
Add foreign key constraint on user_preferences.locale to force referencial integrity. This column is now added by acs-lang at creation time, to create the constraint at the same moment.

    • -2
    • +1
    ./postgresql/community-core-create.sql
  1. … 8 more files in changeset.