• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding forgotten view all_users to upgrade scripts

    • -11
    • +18
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql
Fixed upgrade script for authentication, collapsed two upgrade scripts

    • -8
    • +31
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -26
    • +0
    ./oracle/upgrade/upgrade-5.0d3-5.0d4.sql
Added all_users view to Oracle

Fixed bug in auth_driver_params on Oracle, table had wrong unique constraint instead of primary key constraint

    • -0
    • +17
    ./oracle/upgrade/upgrade-5.0.0a1-5.0.0a2.sql
  1. … 1 more file in changeset.
Fixed bug #657: Create admin rel segment for main site

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +5255
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 23 more files in changeset.
Added Andrew's OpenACS authentication server as a separate package

    • -2
    • +1
    ./postgresql/authentication-create.sql
  1. … 11 more files in changeset.
Added column user_info_impl_id for on-demand-sync, cleaned up comments

    • -7
    • +11
    ./postgresql/authentication-create.sql
making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12

    • -0
    • +27
    ./postgresql/upgrade/upgrade-5.0d11-5.0d12.sql
  1. … 1 more file in changeset.
cannot set username to email for the unregistered visitor user since he/she has a null email

    • -3
    • +7
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
forgot to set legacy users authority_id to local in upgrade script

the auth_auhtorities.help_contact_text_format column was missing from the upgrade scripts

    • -7
    • +2
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
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
    • +1
    ./oracle/authentication-package-create.sql
    • -16
    • +16
    ./oracle/community-core-create.sql
    • -4
    • +4
    ./oracle/rel-constraints-body-create.sql
    • -8
    • +15
    ./oracle/rel-constraints-create.sql
  1. … 261 more files in changeset.
upgrade script fix: cannot drop columns with PG 7.2. Also, shouldn't say drop table CASCADE with PG 7.2

upgrade script fix: authority__new had too many arguments. Seems we cannot alter a column to have not null constraint

upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn

    • -2
    • +10
    ./oracle/upgrade/upgrade-4.6.5-4.6.6.sql
when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script

removing call to apm_package.enable (proc no longer exists)

removed comment on apm_packages.enabled_p since the column's gone

when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now

    • -289
    • +586
    ./oracle/upgrade/upgrade-5.0d7-5.0d9.sql
  1. … 1 more file in changeset.
Upgrading kernel to 5.0d9. Fixing bug 555 - Removing apm_packages.enabled_p column and taking the opportunity to remove obsolete file related datamodel

    • -0
    • +565
    ./oracle/upgrade/upgrade-5.0d7-5.0d9.sql
    • -0
    • +15
    ./postgresql/upgrade/upgrade-5.0d7-5.0d9.sql
Applied patch #280 for bug #820

Rewrote cookie handling

    • -0
    • +12
    ./oracle/upgrade/upgrade-5.0d6-5.0d7.sql
    • -0
    • +2
    ./postgresql/community-core-create.sql
    • -0
    • +11
    ./postgresql/upgrade/upgrade-5.0d6-5.0d7.sql
  1. … 6 more files in changeset.
Removed snapshot_p flag from data model, and moved into auth_sync_retrieve service contract

    • -5
    • +1
    ./postgresql/authentication-create.sql
  1. … 1 more file in changeset.
adding format column for the help_contact_text richtext column

    • -1
    • +2
    ./postgresql/authentication-create.sql
committed the authority__new function with more than 16 arguments which doesn't work in PG. Reverting back to 16 args

    • -12
    • +2
    ./oracle/authentication-package-create.sql
    • -13
    • +3
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -15
    • +5
    ./postgresql/authentication-package-create.sql
making sort order default to the current highest sort order plus one for authorities

    • -1
    • +11
    ./oracle/authentication-package-create.sql
    • -2
    • +12
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -2
    • +10
    ./postgresql/authentication-package-create.sql
adding batch sync related columns to the auth_authorities table

    • -2
    • +12
    ./oracle/authentication-package-create.sql
    • -8
    • +33
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -3
    • +14
    ./postgresql/authentication-create.sql
    • -5
    • +15
    ./postgresql/authentication-package-create.sql
    • -12
    • +37
    ./postgresql/upgrade/upgrade-5.0d2-5.0d3.sql
seems create or replace view doesn't work with PG 7.2 so changing to create view

Added all_users view to get basic user info without all the baggae of cc_users.