• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.2d1-5.1.2d2.sql
  1. … 1 more file in changeset.
Wouldn't let me tag after adding to HEAD so am committing directly...

Committing re-added upgrade file

Oops did this wrong ... want to do exactly what Andrew did for consistency

Upgrade to apply previous register parameter bug fix

file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./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.
make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails

  1. … 2 more files in changeset.
TYPO: should read parameter, not paramer

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

  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
    ./upgrade-5.2.0d3-5.2.0d4.sql
  1. … 10 more files in changeset.
Applied the first patch contained in patch #397 (the other problem had

previously been fixed by someone else)

Drop views with 'CASCADE' and recreate depending views. http://openacs.org/forums/message-view?message_id=177253

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

    • -1124
    • +0
    ./upgrade-5.1.0d1-5.1.0d2.sql
    • -0
    • +1124
    ./upgrade-5.2.0d1-5.2.0d2.sql
  1. … 3 more files in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

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

    • -1124
    • +0
    ./upgrade-5.1.0d1-5.1.0d2.sql
  1. … 96 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

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

  1. … 282 more files in changeset.
Upgrade script for auth_driver_params changes

file upgrade-5.0.0a1-5.0.0a2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./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
    • +55
    ./upgrade-5.0.0b4-5.0.0b5.sql
  1. … 4 more files in changeset.
Additional fix for bug#1311. Drop and recreate acs_user__new function.

Drop the old acs__add_user, the signature is different.

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

Fix creation of admin role. Patch#395 from Robert Gaszewski

apm_package__singleton_p returns an integer, not a boolean