• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

    • -0
    • +288
    ./upgrade/upgrade-5.3.0b2-5.3.0b3.sql
  1. … 321 more files in changeset.
Move content_revision__new functions to a seperate upgrade script that

will run after beta2.

    • -281
    • +1
    ./upgrade/upgrade-5.3.0b1-5.3.0b2.sql
    • -0
    • +288
    ./upgrade/upgrade-5.3.0b2-5.3.0b3.sql
file upgrade-5.3.0b2-5.3.0b3.sql was initially added on branch oacs-5-3.

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

    • -2
    • +282
    ./upgrade/upgrade-5.3.0b1-5.3.0b2.sql
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/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.

Add Open Documents MIME types

    • -0
    • +54
    ./upgrade/upgrade-5.3.0d7-5.3.0d8.sql
  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/upgrade-5.3.0d7-5.3.0d8.sql
Add Open Documents MIME types

    • -0
    • +54
    ./upgrade/upgrade-5.3.0d7-5.3.0d8.sql
  1. … 2 more files in changeset.
First round of oacs-5-3 merge to HEAD commits

    • -0
    • +50
    ./upgrade/upgrade-5.2.0d18-5.2.0d19.sql
  1. … 96 more files in changeset.
Fixed an upgrade script ordering issue

    • -0
    • +50
    ./upgrade/upgrade-5.2.0d18-5.2.0d19.sql
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/upgrade-5.3.0d4-5.3.0d5.sql
    • -0
    • +793
    ./upgrade/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/upgrade-5.3.0d3-5.3.0d4.sql
  1. … 1 more file in changeset.
Correction of name constraint

  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/upgrade-5.3.0d2-5.3.0d3.sql
  1. … 4 more files in changeset.
Update search triggers to honor publish_date.

    • -0
    • +74
    ./upgrade/upgrade-5.3.0d1-5.3.0d2.sql
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.
Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts

    • -0
    • +267
    ./upgrade/upgrade-5.3.0d1-5.3.0d2.sql
  1. … 4 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.

    • -50
    • +0
    ./upgrade/upgrade-5.2.0d15-5.2.0a1.sql
    • -0
    • +52
    ./upgrade/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
    • +222
    ./upgrade/upgrade-5.2.0a1-5.2.0a2.sql
    • -0
    • +506
    ./upgrade/upgrade-5.2.0a2-5.2.0a3.sql
    • -0
    • +28
    ./upgrade/upgrade-5.2.0a3-5.2.0a4.sql
    • -0
    • +42
    ./upgrade/upgrade-5.2.0b1-5.2.0b2.sql
  1. … 707 more files in changeset.
content_name should be content__name

Applied patch supplied by Jeff Davis.

Fixed "bug" #2646. This code wasn't actually executed since the relevant

table's created explicitly in another script ...

Fixed "bug" #2747. The code was never called and was just a stub that

hadn't been ported to PG, but I removed it so future people with

sharp eyes don't look at it and report the "bug" again.

Remove code that guesses package_id based on parent_id. In almost all cases

this will return null anyway.

    • -206
    • +154
    ./upgrade/upgrade-5.2.1d1-5.2.1d2.sql
fix content_type__refresh_view to do a lowercase when selecting table_name. this was in the upgrade script for 5.2.0a1 to 5.2.0a2 but didn't find it's way here