• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
A variety of group oriented things, and finally added the definitions of

acs-objects package procs in PG so that we can use package_instantiate_object

and package_db_exec with them.

  1. … 7 more files in changeset.
rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2

    • -1475
    • +0
    ./upgrade/upgrade-4.6-4.6.1.sql
    • -0
    • +1475
    ./upgrade/upgrade-4.6-4.6.1d1.sql
  1. … 2 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

    • -0
    • +714
    ./upgrade/upgrade-5.1.4-5.1.4d1.sql
  1. … 320 more files in changeset.
set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null

  1. … 3 more files in changeset.
rename upgrade-4.6.1-4.7d.sql to upgrade-4.6.1d1-4.6.1d2.sql so the ordering of application is no longer ambiguous

    • -676
    • +0
    ./upgrade/upgrade-4.6.1-4.7d.sql
    • -0
    • +676
    ./upgrade/upgrade-4.6.1d1-4.6.1d2.sql
  1. … 2 more files in changeset.
file upgrade-5.1.4-5.1.4d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.4-5.1.4d1.sql
fixed some upgrade scripts for oracle

    • -0
    • +714
    ./upgrade/upgrade-5.1.4-5.1.4d1.sql
  1. … 6 more files in changeset.
Bugfix for apm_package.new. Moved the insert into apm_packages up, before the update on acs_objects, to satisfy referential integrity on acs_object.package_id.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +17
    ./upgrade/upgrade-5.1.2d2-5.1.2d3.sql
  1. … 2274 more files in changeset.
added check to prevent insert of object with empty creation_date

file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d2-5.1.2d3.sql
Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table.

    • -0
    • +17
    ./upgrade/upgrade-5.1.2d2-5.1.2d3.sql
preserve last_modified when explicitly updated, replaces acs_objects_last_mod_update_tr, bump version, upgrade scripts

    • -0
    • +15
    ./upgrade/upgrade-5.2.0d6-5.2.0d7.sql
  1. … 3 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

    • -0
    • +192
    ./upgrade/upgrade-5.1.2d1-5.1.2d2.sql
  1. … 115 more files in changeset.
flip order of delete for group delete

flip order of delete of rels and rel segments, bump version to 5.1.2d2, upgrade scripts for oracle and pg, bug 775 patch 267 Randy O'Meara

    • -0
    • +192
    ./upgrade/upgrade-5.1.2d1-5.1.2d2.sql
  1. … 3 more files in changeset.
file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d1-5.1.2d2.sql
  1. … 1 more file in changeset.
name constraints

Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter.

    • -0
    • +384
    ./upgrade/upgrade-5.1.1d1-5.1.1d2.sql
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.
Simplifying the cursor in apm.register_parameter to fix a bug, and make it simpler. Don's doing the PG version.

make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails (forgot oracle file)

make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails

  1. … 2 more files in changeset.
Merging fix from oacs-5-1 branch onto HEAD

Applied Dave's bugfix for \#1419 here to fix the same bug

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
    ./upgrade/upgrade-5.2.0d3-5.2.0d4.sql
  1. … 9 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 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
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -0
    • +2643
    ./upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 3 more files 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

  1. … 1 more file in changeset.