• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed upgrade script for authentication, collapsed two upgrade scripts

  1. … 2 more files in changeset.
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
    ./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

  1. … 1 more file in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +5255
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 23 more files in changeset.
Added column user_info_impl_id for on-demand-sync, cleaned up comments

  1. … 1 more file in changeset.
cannot set username to email for the unregistered visitor user since he/she has a null email

  1. … 1 more file in changeset.
the auth_auhtorities.help_contact_text_format column was missing from the upgrade scripts

  1. … 1 more file 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. … 261 more files in changeset.
upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn

  1. … 1 more file in changeset.
removing call to apm_package.enable (proc no longer exists)

  1. … 1 more file in changeset.
when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now

    • -289
    • +586
    ./upgrade/upgrade-5.0d7-5.0d9.sql
  1. … 3 more files 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
    ./upgrade/upgrade-5.0d7-5.0d9.sql
  1. … 2 more files in changeset.
Rewrote cookie handling

    • -0
    • +12
    ./upgrade/upgrade-5.0d6-5.0d7.sql
  1. … 8 more files in changeset.
Removed snapshot_p flag from data model, and moved into auth_sync_retrieve service contract

  1. … 2 more files in changeset.
adding format column for the help_contact_text richtext column

  1. … 1 more file in changeset.
committed the authority__new function with more than 16 arguments which doesn't work in PG. Reverting back to 16 args

    • -12
    • +2
    ./authentication-package-create.sql
  1. … 3 more files in changeset.
making sort order default to the current highest sort order plus one for authorities

    • -1
    • +11
    ./authentication-package-create.sql
  1. … 2 more files in changeset.
adding batch sync related columns to the auth_authorities table

    • -2
    • +12
    ./authentication-package-create.sql
  1. … 4 more files in changeset.
I messed up with that Main Site -> Home change. Turns out there's code all over the place which depends on that name

  1. … 1 more file in changeset.
Renamed Main Site to Home (uh-oh, hope I won't get kicked and yelled at)

  1. … 1 more file in changeset.
changing datatype to varchar for the key column of the parameters table in upgrade scripts

  1. … 1 more file in changeset.
making key column in parameters table varchar instead of clob (text)

  1. … 1 more file in changeset.
bugfix: cannot reference acs_sc_impl table from acs-kernel

  1. … 2 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +702
    ./upgrade/upgrade-4.6.4-4.6.5.sql
    • -0
    • +118
    ./upgrade/upgrade-4.6.5-4.6.6.sql
  1. … 809 more files in changeset.
adding datamodel for authority parameters and bumping version to 5.0d4

    • -0
    • +25
    ./upgrade/upgrade-5.0d3-5.0d4.sql
  1. … 3 more files in changeset.
Corrected PG version of Barry Brooks speed up to the object update trigger,

added the new Oracle trigger to the proper upgrade script.

  1. … 2 more files in changeset.
Added Barry Brook's speed-up to the object context update trigger (untested as

yet, will get Janine to test at Sloan)

Changed acs_user.new and acs.add_user to take authority_id and username. Removed password_question/answer to make room.

  1. … 2 more files in changeset.
We cannot create the local authority in authentication-procs, because acs_magic_objects isn't defined until acs-create.sql, and is referenced by a trigger on acs-objects.

  1. … 2 more files in changeset.