• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Commented the creation of the index cr_items_name, already existed

  1. … 1 more file in changeset.
Missed one file modified by daveb in my last commit

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