• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Remerge Timo's changes for tip 42,43, cf tip 53

    • -0
    • +2643
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 86 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -2643
    • +0
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 85 more files in changeset.
fixing a syntax error

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

    • -0
    • +2643
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 85 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -2
    • +704
    ./upgrade/upgrade-5.0d2-5.0d3.sql
    • -18
    • +982
    ./upgrade/upgrade-5.0d7-5.0d9.sql
    • -421
    • +345
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 284 more files in changeset.
Seperate delete of perissions by grantee_id into its own statement.

Fixes bug#1419

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
    ./upgrade/upgrade-5.0.0b4-5.0.0b5.sql
  1. … 3 more files in changeset.
upgrade problems. Placing package definitions above bodies so they compile

    • -413
    • +337
    ./upgrade/upgrade-5.0d9-5.0d13.sql
upgrade problems. Adding package headers to accompany bodies and adding site_nodes package so site_node.del is defined

    • -18
    • +982
    ./upgrade/upgrade-5.0d7-5.0d9.sql
redifining acs-object package to use del instead of delete

    • -2
    • +704
    ./upgrade/upgrade-5.0d2-5.0d3.sql
Removed unused Java-based function from the Oracle version.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +73
    ./upgrade/upgrade-5.0.0b1-5.0.0b2.sql
    • -0
    • +10
    ./upgrade/upgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +37
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 594 more files in changeset.
Move over the bandaid patch for bug #1144 from the 5.0 branch. This needs

to be fixed for real (including datamodel changes with upgrade scripts) in

5.1.

  1. … 8 more files in changeset.
Fixed bug 1142 again (more?)

    • -0
    • +37
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 3 more files in changeset.
file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
Fixed bug #1144 - users added to relsegs of registered_users showed up twice

in the registered_users and cc_users views.

  1. … 1 more file in changeset.
Use lower(username) rather than upper(username), create case folded

indexes on postgres for username, email, screen_name, move some of

the queries in community-core-procs to .xql file.

rename the updgrade files...doh!

    • -10
    • +0
    ./upgrade/updgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +10
    ./upgrade/upgrade-5.0.0b2-5.0.0b3.sql
  1. … 7 more files in changeset.