• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix insert and select views for revisions and subtypes so title is not duplicated.

file upgrade-5.1.5d2-5.1.5d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
fixed some upgrade scripts for oracle

    • -0
    • +3096
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
  1. … 4 more files in changeset.
add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12

    • -0
    • +1
    ./upgrade/upgrade-5.2.0d11-5.2.0d12.sql
  1. … 3 more files in changeset.
Inserting a couple of missing commas.

Added missing comma in content_revision package definition.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +653
    ./upgrade/upgrade-5.1.2d5-5.1.2d6.sql
    • -0
    • +10
    ./upgrade/upgrade-5.1.2d6-5.1.2d7.sql
    • -0
    • +752
    ./upgrade/upgrade-5.1.2d8-5.1.2d9.sql
  1. … 2269 more files in changeset.
adding cr_items(name) index on the creation of the pkg

  1. … 1 more file in changeset.
file upgrade-5.1.2d8-5.1.2d9.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d8-5.1.2d9.sql
filestorage was displying the ugly filename instead of the pretty title for the main entry; also wasn't updating the filename to the newest upload (still need to ask DaveB about getting the links to work with the latest upload filename

    • -0
    • +752
    ./upgrade/upgrade-5.1.2d8-5.1.2d9.sql
  1. … 5 more files in changeset.
file upgrade-5.1.2d6-5.1.2d7.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d6-5.1.2d7.sql
  1. … 1 more file in changeset.
new index for perf improvements

    • -0
    • +10
    ./upgrade/upgrade-5.1.2d6-5.1.2d7.sql
  1. … 2 more files in changeset.
file upgrade-5.1.2d5-5.1.2d6.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d5-5.1.2d6.sql
is_sub_folder always returned t

    • -0
    • +653
    ./upgrade/upgrade-5.1.2d5-5.1.2d6.sql
  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 137 more files in changeset.
file upgrade-5.1.2d3-5.1.2d4.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d3-5.1.2d4.sql
add view content_item_globals, which already exists for PG but was missing for Oracle

  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

    • -3084
    • +0
    ./upgrade/upgrade-5.1.1-5.1.2.sql
    • -0
    • +3084
    ./upgrade/upgrade-5.1.1d2-5.1.1d3.sql
  1. … 115 more files in changeset.
moved the 5.1.1-5.1.2 upgrade script back to 5.1.1d2-5.1.1d3 and changed info file from 5.1.2 to 5.1.1d3, to maintain consistency with core release conventions.

    • -3084
    • +0
    ./upgrade/upgrade-5.1.1-5.1.2.sql
    • -0
    • +3084
    ./upgrade/upgrade-5.1.1d2-5.1.1d3.sql
  1. … 3 more files in changeset.
file upgrade-5.1.1d2-5.1.1d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.1d2-5.1.1d3.sql
  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

    • -0
    • +3084
    ./upgrade/upgrade-5.1.1-5.1.2.sql
  1. … 684 more files in changeset.
list columns to insert into (fix from Sloan)

merge fix from head

I'd accidently changed some old upgrade files to use edit_name rather than

rename (for Oracle 9.2) and had not added the needed upgrade files for 5.1.

    • -0
    • +3084
    ./upgrade/upgrade-5.1.1-5.1.2.sql
  1. … 9 more files in changeset.
file upgrade-5.1.1-5.1.2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.1-5.1.2.sql
  1. … 1 more file in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 22 more files in changeset.
Further fixing of bug #1858

Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 26 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 832 more files in changeset.
Fix content_folder.rename.