• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.0.0b1-5.0.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade-5.0.0b1-5.0.0b2.sql
  1. … 1 more file in changeset.
doh. wrong name on upgrade script

    • -0
    • +32
    ./upgrade-5.0.0a4-5.0.0a5.sql
casts in tree_left and tree_right (pg 7.4 needs them it seems), bump version to 5.0a5, upgrade script provided

    • -0
    • +32
    ./upgrade-5.0a4-5.0a5.sql
  1. … 2 more files in changeset.
adding forgotten view all_users to upgrade scripts

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

  1. … 2 more files in changeset.
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
    ./upgrade-5.0d11-5.0d12.sql
  1. … 2 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: 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

  1. … 1 more file in changeset.
when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script

  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

  1. … 4 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
    • +15
    ./upgrade-5.0d7-5.0d9.sql
  1. … 3 more files in changeset.
Applied patch #280 for bug #820

  1. … 1 more file in changeset.
Rewrote cookie handling

    • -0
    • +11
    ./upgrade-5.0d6-5.0d7.sql
  1. … 9 more files in changeset.
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.
changing datatype to varchar for the key column of the parameters table in upgrade scripts

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

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

  1. … 814 more files in changeset.
adding datamodel for authority parameters and bumping version to 5.0d4

    • -0
    • +25
    ./upgrade-5.0d3-5.0d4.sql
  1. … 4 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.
Modified Barry Brooks's context_id update trigger speedup for PostgreSQL,

did some testing ...

  1. … 1 more file 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.
adding locale and timezone to user_preferences table. Adding default_locale to apm_packages table

    • -0
    • +11
    ./upgrade-5.0d-5.0d2.sql
  1. … 7 more files in changeset.
"Registered users" had a join policy of "open", which meant a user could

visit the join group registration page manually and turn user_id 0 (the

public) into a registered user. Bad ...

  1. … 3 more files in changeset.