• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
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.