• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move content_revision__new functions to a seperate upgrade script that

will run after beta2.

file upgrade-5.3.0b2-5.3.0b3.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.0b2-5.3.0b3.sql
Recreate all content_revision__new functions.

Recreating the trigger without recreating the view can cause a problem

in a very specific case. It doesn't hurt to recreate the view (which

calls refresh_trigger)

Fix upgrade script to update the correct revision_id for the template

since template_id is a cr_items.item_id.

file upgrade-5.3.0b1-5.3.0b2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.0b1-5.3.0b2.sql
Update default template to use text instead of content tag to property grab

text from filesystem stored revisions.

  1. … 1 more file in changeset.
Add Open Documents MIME types

  1. … 2 more files in changeset.
file upgrade-5.3.0d7-5.3.0d8.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.0d7-5.3.0d8.sql
Add Open Documents MIME types

  1. … 2 more files in changeset.
First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.
Fixed an upgrade script ordering issue

Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Change to the locking of acs-objects

    • -0
    • +2
    ./upgrade-5.3.0d4-5.3.0d5.sql
    • -0
    • +793
    ./upgrade-5.3.0d6-5.3.0d7.sql
  1. … 1 more file in changeset.
Adding script upgrade for fixing typo in function content_extlink__copy.

This has been fixed in the create script ( content-extlink.sql).

    • -0
    • +81
    ./upgrade-5.3.0d3-5.3.0d4.sql
  1. … 1 more file in changeset.
Added the option to drop the items, revisions and objects along with the dropping of a content type

    • -0
    • +118
    ./upgrade-5.3.0d2-5.3.0d3.sql
  1. … 5 more files in changeset.
Update search triggers to honor publish_date.

  1. … 1 more file in changeset.
Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts

    • -0
    • +267
    ./upgrade-5.3.0d1-5.3.0d2.sql
  1. … 5 more files in changeset.
Removing upgrade scripts not well ordered for acs-kernel and acs-content-repository.

Adding corresponding upgrade scripts with correct versions.

Now the test case files__check_upgrade_ordering (acs-tcl) does not fail.

    • -0
    • +52
    ./upgrade-5.2.0d18-5.2.0d19.sql
  1. … 4 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
    • +1002
    ./upgrade-5.2.1d1-5.2.1d2.sql
  1. … 710 more files in changeset.
Remove code that guesses package_id based on parent_id. In almost all cases

this will return null anyway.

    • -206
    • +154
    ./upgrade-5.2.1d1-5.2.1d2.sql
  1. … 2 more files in changeset.
Refresh content_revision view also, not just child types.

Fix upgrade. Move 5.2.0 stuff to 5.2.1

  1. … 2 more files in changeset.
Recreate content_keyword__new to support package_id.

Refresh views and triggers.

Refresh insert views on upgrade since the definition has changed.

file upgrade-5.2.0b11-5.2.0b12.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./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-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.

  1. … 7 more files in changeset.
Added missing content-folders on upgrade