• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Still working on 8i upgrades (9 seems to work) ... refreshing the view for

each content type ...

Further fixing of Timo's use of refresh_trigger

    • -0
    • +292
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

    • -0
    • +914
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
  1. … 4 more files in changeset.
file upgrade-5.2.0a1-5.2.0a2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
  1. … 1 more file in changeset.
fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view

    • -0
    • +914
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
  1. … 4 more files in changeset.
add some common mimetypes, bump version, upgrade scripts provided

    • -0
    • +5
    ./upgrade/upgrade-5.2.0d15-5.2.0d16.sql
  1. … 3 more files in changeset.
provided default template in oracle

    • -0
    • +50
    ./upgrade/upgrade-5.1.5-5.1.6d1.sql
  1. … 4 more files in changeset.
file upgrade-5.1.5-5.1.6d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.5-5.1.6d1.sql
This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way. The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE. That wasn't good enough for Oracle. Now the two are declaring the type the same way.

Bugfix.

Bugfix

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
    • +3096
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
  1. … 317 more files in changeset.
Page root and template root registered as magic objects.

  1. … 1 more file in changeset.