• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Applied Dave's bugfix for \#1419 here to fix the same bug

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

    • -2
    • +13
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 832 more files in changeset.
Adding new package version attributes maturity, license, and license_url. Introducing the concept of dynamic package version attributes so that these can be added easily in the future. The attributes are driven by a metadata spec returned by the proc apm::package_version::attributes::get_spec.The attributes are stored in the skinny table apm_package_version_attr and managed through the Tcl API in namespace apm::package_version::attributes. Changing the parse and generate info XML file procs to use the dynamic attributes. Adding the dynamic attributes to the manifest XML file as well. The attributes are editable in the APM admin UI.

    • -0
    • +15
    ./oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql
    • -0
    • +15
    ./postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql
  1. … 7 more files in changeset.
Applied the first patch contained in patch #397 (the other problem had

previously been fixed by someone else)

    • -1
    • +176
    ./postgresql/upgrade/upgrade-5.0d2-5.0d3.sql
Drop views with 'CASCADE' and recreate depending views. http://openacs.org/forums/message-view?message_id=177253

    • -2
    • +13
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 646 more files in changeset.
Removing acs_objects_package_id_fk constraint, which was breaking the install. We can put it back in and have things work if we first rearrange the code in apm_package.new to perform the insert into apm_packages before the update on acs_objects. But for now we'll do as the PG version does, which is to not define the constraint at all.

bump the title, package_id tip 42 upgrade to 5.2.0d1-d2

    • -2643
    • +0
    ./oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -0
    • +2643
    ./oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -1124
    • +0
    ./postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -0
    • +1124
    ./postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 1 more file in changeset.
setting context_id of registered users group to be the main site package so that admin privilege on that package entitles you to add users. See http://openacs.org/forums/message-view?message_id=171339

trim function name and args in define_function_args to avoid difficult to track down problems when calling package_plsql_exec et al

minor typo prevented setting title even if provided in acs_object__new

Remerge Timo's changes for tip 42,43, cf tip 53

    • -0
    • +1
    ./oracle/authentication-package-create.sql
    • -1
    • +2
    ./oracle/rel-constraints-body-create.sql
    • -0
    • +2643
    ./oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -23
    • +159
    ./postgresql/acs-objects-create.sql
    • -1
    • +4
    ./postgresql/acs-relationships-create.sql
  1. … 83 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -1
    • +0
    ./oracle/authentication-package-create.sql
    • -1
    • +0
    ./oracle/rel-constraints-body-create.sql
    • -2643
    • +0
    ./oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -159
    • +23
    ./postgresql/acs-objects-create.sql
    • -4
    • +1
    ./postgresql/acs-relationships-create.sql
  1. … 82 more files in changeset.
Fixed typo in TImo's upgrade to the PG version - kernel didn't (actually

still doesn't due to other errors) install.

fixing a syntax error

TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +1
    ./oracle/authentication-package-create.sql
    • -1
    • +2
    ./oracle/rel-constraints-body-create.sql
    • -0
    • +2643
    ./oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -23
    • +159
    ./postgresql/acs-objects-create.sql
    • -1
    • +4
    ./postgresql/acs-relationships-create.sql
  1. … 82 more files in changeset.
Fixed references to user_group_types table: It's now called group_types (and has been for 3+ years)

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -2
    • +704
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -18
    • +982
    ./oracle/upgrade/upgrade-5.0d7-5.0d9.sql
    • -421
    • +345
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql
    • -2
    • +5
    ./postgresql/acs-relationships-create.sql
    • -0
    • +15
    ./postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql
    • -6
    • +183
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 277 more files in changeset.
Seperate delete of perissions by grantee_id into its own statement.

Fixes bug#1419

Upgrade script for auth_driver_params changes

    • -0
    • +15
    ./postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql
file upgrade-5.0.0a1-5.0.0a2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql
Changes to apm_package_version__delete and apm_package_version__copy didn't get into an upgrade script

Fixed bug 1361

drop table statements won't work until the view is dropped

integrity violation fix for acs_object__delete function. Making it delete matching acs_permission.grantee_id records in addition to the object_id ones. Bumping version of kernel to 5.0.0b5

    • -0
    • +632
    ./oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
    • -0
    • +55
    ./postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
  1. … 1 more file in changeset.
Additional fix for bug#1311. Drop and recreate acs_user__new function.

    • -0
    • +89
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
Drop the old acs__add_user, the signature is different.

Add new version of acs__add_user to upgrade script. Fixes bug#1311

    • -0
    • +82
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
upgrade problems. Placing package definitions above bodies so they compile

    • -413
    • +337
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql