• last updated 38 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +565
    ./upgrade-5.0d7-5.0d9.sql
  1. … 3 more files in changeset.
Rewrote cookie handling

    • -0
    • +12
    ./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.
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
    • +215
    ./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.
Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

  1. … 33 more files in changeset.
Added code to allow loading of data for packages like ref-timezones with

SQL*Loader or PostgreSQL's COPY command.

  1. … 8 more files in changeset.
Added csv_data as a package file type ...

    • -0
    • +1
    ./upgrade-4.7.2d-5.0d.sql
  1. … 3 more files in changeset.
1. Made object_id 0 be a user instead of a person;

2. Created a rel_type 'admin_rel' and corresponding role 'admin'.

  1. … 8 more files in changeset.
file upgrade-4.6.5-4.6.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-4.6.5-4.6.6.sql
  1. … 1 more file in changeset.
add user id and IP address to update_last_modified()

  1. … 10 more files in changeset.
file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-4.6.4-4.6.5.sql
  1. … 1 more file in changeset.
file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-4.6.3-4.6.4.sql
  1. … 1 more file in changeset.
Added password_changed_date column to users table, so we can expire passwords after a certain number of days

  1. … 4 more files in changeset.
Merged with 4.6 branch

  1. … 28 more files in changeset.
Forgot to add my upgrade script during my last commit ...

file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-4.6.2-4.6.3.sql
Fixed a problem with the party_approved_member_map uncovered by Dave Bauer.

  1. … 4 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
Upgrade to 4.6.2: APM changes and change in installation procedure

  1. … 6 more files in changeset.