• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix for bug #1633

    • -1
    • +96
    ./oracle/upgrade/upgrade-2.0a3-2.0.2.sql
    • -1
    • +101
    ./postgresql/upgrade/upgrade-2.0a3-2.0.2.sql
Moving upgrade-feb-20-2004.sql to upgrade-2.0a3-2.0.2.sql so that APM will run it properly

    • -0
    • +124
    ./oracle/upgrade/upgrade-2.0a3-2.0.2.sql
    • -124
    • +0
    ./oracle/upgrade/upgrade-feb-20-2004.sql
    • -0
    • +103
    ./postgresql/upgrade/upgrade-2.0a3-2.0.2.sql
    • -103
    • +0
    ./postgresql/upgrade/upgrade-feb-20-2004.sql
file upgrade-2.0a3-2.0.2.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./oracle/upgrade/upgrade-2.0a3-2.0.2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-2.0a3-2.0.2.sql
Fixing bugs.

Ported Oracle script.

    • -0
    • +101
    ./postgresql/upgrade/upgrade-feb-20-2004.sql
file upgrade-feb-20-2004.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-feb-20-2004.sql
Correcting the comments at top.

    • -2
    • +2
    ./oracle/upgrade/upgrade-feb-20-2004.sql
Adding.

    • -0
    • +124
    ./oracle/upgrade/upgrade-feb-20-2004.sql
file upgrade-feb-20-2004.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./oracle/upgrade/upgrade-feb-20-2004.sql
Fixed a few postgres queries.

    • -5
    • +5
    ./postgresql/privacy-package-create.sql
Packagized the privacy code.

    • -0
    • +150
    ./oracle/privacy-package-create.sql
    • -0
    • +123
    ./postgresql/privacy-package-create.sql
  1. … 11 more files in changeset.
file privacy-package-create.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./oracle/privacy-package-create.sql
    • -0
    • +0
    ./postgresql/privacy-package-create.sql
Fixing broken queries

  1. … 1 more file in changeset.
Privacy overhaul, prompted by bug 1549

  1. … 32 more files in changeset.
Adding these files for privacy overhaul, prompted by bug 1549

  1. … 4 more files in changeset.
file privacy-init.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./oracle/privacy-init.sql
    • -0
    • +0
    ./postgresql/privacy-init.sql
version was changed to 1.0d1 for the Oralce 9i upgrade, however that's lower than 1.0. Changing version to be 2.0d1 instead

    • -1762
    • +0
    ./oracle/upgrade/upgrade-1.0-1.0d1.sql
  1. … 1 more file in changeset.
version was changed to 1.0d1 for the Oralce 9i upgrade, however that's lower than 1.0. Changing version to be 2.0d1 instead

    • -0
    • +1762
    ./oracle/upgrade/upgrade-1.0-2.0d1.sql
Added this file to upgrade to changes made for Oracle 9i support

    • -0
    • +1762
    ./oracle/upgrade/upgrade-1.0-1.0d1.sql
  1. … 4 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -1
    • +2
    ./oracle/admin-profile-provider-create.sql
    • -3
    • +3
    ./oracle/admin-profile-provider-drop.sql
    • -9
    • +9
    ./oracle/communities-package-create.sql
    • -29
    • +29
    ./oracle/community-memberships-packages-create.sql
    • -1
    • +2
    ./oracle/external-profile-provider-create.sql
    • -3
    • +3
    ./oracle/external-profile-provider-drop.sql
  1. … 75 more files in changeset.
using named parameters in call to acs_sc_impl.new to avoid mismatch with new optional pretty name parameter

  1. … 26 more files in changeset.
removing the admin role as it already exists in the acs-kernel now

merging dotlrn-1-0-1 tag down onto head. Thanks to Jarkko Laine and Mohan Pakkurti for all the help. See comments at http://openacs.org/storage/download/index?version_id=104101

    • -6
    • +6
    ./postgresql/communities-package-create.sql
  1. … 117 more files in changeset.
Removed unnecessary trigger drop/recreate (PG bug fixed in 7.2)

1. The externals group was pretty-named "Externals" rather than "External".

2. Date arithmetic issue for PG 7.3, switched to PG interval type

  1. … 1 more file in changeset.
A handful of various fixes, mostly for PG 7.3. Unfortunately I copied

over the fixed directory tree from my test instance here by mistake so

everything looks changed.

    • -6
    • +6
    ./postgresql/communities-package-create.sql
  1. … 9 more files in changeset.
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

    • -0
    • +62
    ./postgresql/custom-permissions.sql
    • -24
    • +33
    ./postgresql/security-create.sql
  1. … 190 more files in changeset.
change because underscore proc only takes two arguments now, localizing more texts in UI, using message keys for the role names in the database

  1. … 22 more files in changeset.
I removed the composite index that checks for uniqueness of the community_type

and supertype pair. This index broke installation if the Oracle blocksize is

less than 8KB (which is true by default on at least some platforms).

The unique constraint was unnecessary since community_type was already declared as the

table's primary key. Because of this, only one row with a given community_type name

is possible, which means the composite key (community_type, supertype) is guaranteed

to be unique.

Removing the index will also speed community creation slightly, save a bit of

disk space, etc etc.

Note that the composite index was useless for lookups on the supertype alone

anyway (since community_type was the leftmost member of the composite key), and that

any queries on the type hierarchy ought to use the denormalized table defined

by acs-objects-metadata.sql anyway.

So the index seems entirely useless to me.

doh. forgot to remove the plsql function from the vars