• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed an upgrade ordering problem

    • -0
    • +10
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
Fix #3008: remove duplicated drop_type procedure, added missing param in proc specification and correct upgrade script

    • -3
    • +1099
    ./upgrade/upgrade-5.3.0d2-5.3.0d3.sql
Correction of name constraint

  1. … 11 more files in changeset.
Added the option to drop the items, revisions and objects along with the dropping of a content type

    • -0
    • +127
    ./upgrade/upgrade-5.3.0d2-5.3.0d3.sql
  1. … 4 more files in changeset.
Removing wrong acs attributes for object type apm_package.

Fixing object attribute datatypes so they are consistent

with the database datatype.

  1. … 3 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

    • -0
    • +1963
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
    • -0
    • +3155
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
    • -0
    • +497
    ./upgrade/upgrade-5.2.0b6-5.2.0b7.sql
    • -1
    • +3
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
    • -0
    • +2937
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
    • -0
    • +285
    ./upgrade/upgrade-5.2.2-5.2.3d1.sql
    • -0
    • +203
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
  1. … 709 more files in changeset.
replacing content_template for package_id param

    • -0
    • +203
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
fix content_item.new call in content_folder.new

    • -11
    • +11
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
fix #2870, #2868: upgrade script for image and content_extlink packages

    • -0
    • +497
    ./upgrade/upgrade-5.2.0b6-5.2.0b7.sql
file upgrade-5.2.0b6-5.2.0b7.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0b6-5.2.0b7.sql
file upgrade-5.2.2-5.2.3d1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.2-5.2.3d1.sql
fix non-nullable package id on image (package id should be nullable and it now is)

    • -0
    • +285
    ./upgrade/upgrade-5.2.2-5.2.3d1.sql
  1. … 1 more file in changeset.
Fixed 5.1->5.2 upgrade, all content repository tests now pass.

    • -1
    • +3
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
    • -9
    • +13
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 2 more files in changeset.
Remove code that guesses package_id based on parent_id

    • -33
    • +667
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
Fix upgrade. Move 5.2.0 stuff to 5.2.1

    • -486
    • +0
    ./upgrade/upgrade-5.2.0b11-5.2.0b12.sql
    • -2
    • +489
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 2 more files in changeset.
More 5.2 fixes for Oracle ...

    • -8
    • +1166
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
Refresh views and triggers.

Recreate content keyword to support package_id parameter

    • -0
    • +486
    ./upgrade/upgrade-5.2.0b11-5.2.0b12.sql
file upgrade-5.2.0b11-5.2.0b12.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0b11-5.2.0b12.sql
file upgrade-5.2.1d1-5.2.1d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 1 more file in changeset.
Changes to make the root of parentless items = -4 (security context root) instead of 0 (unregistered visitor)

Sites upgradeed from 4.6-4.6.1 have been operating with -4 as the parent_id for years (for example openacs.org) while new installs had

parent_id = 0. This caused problems with the new package_id code that calls content_item__get_root_folder which was assuming the root =

0. It looks like the new install code did not accomodate parent_id=-4 and that is now fixed.

Needs testing on Oracle.

    • -0
    • +1812
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 4 more files in changeset.
1. Fixed a wee bit of PG-ish code that snuck into the content repository's

Oracle datamodel.

2. Tested Dave's recent changes to subsite for Oracle. It works. Bumped

the info file to reflect the new version so the upgrade scripts will run.

  1. … 1 more file in changeset.
Allow content_folders to have non-cr_items as parents

    • -1
    • +673
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
Don't try to get the package id of folder_id 0 (which isn't a folder anyway!)

    • -0
    • +1325
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 2 more files in changeset.
file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
Fixed Daveb's translation of his PG change to this script (he didn't have

oracle to test his changes on)

Fix bug#2668

    • -4
    • +10
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
Fixed this bug many moons ago but failed to commit ...

Recompiling content_item didn't work. We needed to bounce the db pools, which we're doing now from apm.

We needed to re-source content_revision, and recompile content_item. Not sure if we're out of the woods yet, we'll see...

    • -0
    • +757
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql