• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used

merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Applied the first patch contained in patch #397 (the other problem had

previously been fixed by someone else)

Drop views with 'CASCADE' and recreate depending views. http://openacs.org/forums/message-view?message_id=177253

  1. … 2 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
make upgrade scripts work, make it a little safer for accidental resourcing (so it won't step on existing usernames), drop views, patch 391 Robert Gaszewski

  1. … 1 more file in changeset.
Fixed upgrade script for authentication, collapsed two upgrade scripts

  1. … 3 more files 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.
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

  1. … 1 more file in changeset.
upgrade script fix: authority__new had too many arguments. Seems we cannot alter a column to have not null constraint

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

  1. … 4 more files in changeset.
making sort order default to the current highest sort order plus one for authorities

  1. … 3 more files in changeset.
adding batch sync related columns to the auth_authorities table

  1. … 6 more files in changeset.
fixing broken installation: changing service contract implementation id columns in the auth_authorities table to reference acs_objects instead of acs_sc_impls table as the latter table is created later

  1. … 3 more files in changeset.
Support for external authentication: two new columns added to users table - username and authority. New object type authority with corresponding table auth_authorities. Bumping version number to 5.0d3

    • -0
    • +204
    ./upgrade-5.0d2-5.0d3.sql
  1. … 16 more files in changeset.