• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset oacs-5-9%3Agustafn%3A20160802203111 does not exist.

Add new extension mjs, for Javascript modules, to the Javascript mime type

    • -0
    • +32
    ./upgrade/upgrade-5.10.1b3-5.10.1b4.sql
  1. … 3 more files in changeset.
file upgrade-5.10.1b3-5.10.1b4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.1b3-5.10.1b4.sql
  1. … 1 more file in changeset.
Add vtt mime type to CR

    • -0
    • +45
    ./upgrade/upgrade-5.10.1d4-5.10.1d5.sql
  1. … 3 more files in changeset.
file upgrade-5.10.1d4-5.10.1d5.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.1d4-5.10.1d5.sql
  1. … 1 more file in changeset.
Fixes for Oracle 19c: made set_live_revision compatible with postgres version

More fixes for Oracle 19c in essential packages

in essence, this fixes

- package content_item

- package content_folder

with the following errors popping at at installation:

Errors for PACKAGE BODY CONTENT_FOLDER:

LINE/COL ERROR

-------- -----------------------------------------------------------------

76/11 PLS-00323: subprogram or cursor 'COPY' is declared in a package

specification and must be defined in the package body

Errors for PACKAGE BODY CONTENT_ITEM:

LINE/COL ERROR

-------- -----------------------------------------------------------------

22/10 PLS-00323: subprogram or cursor 'NEW' is declared in a package

specification and must be defined in the package body

40/1 PL/SQL: Item ignored

67/38 PLS-00382: expression is of wrong type

275/11 PLS-00323: subprogram or cursor 'SET_LIVE_REVISION' is declared

in a package specification and must be defined in the package

body

DRG-10595: ALTER INDEX CR_REV_ATTRIBUTE_INDEX failed

DRG-11000: invalid keyword SYNC

DRG-10595: ALTER INDEX CR_REV_CONTENT_INDEX failed

DRG-11000: invalid keyword SYNC

added constraint cr_items_parent_id_ck to avoid certain simple loops on parent_ids

An item must not be equal to its own parent. Note that this constraint is not

guaranteed to avoid all loops; it is still possible to create indirect recursive

loops but excludes some real-world problems.

    • -0
    • +7
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d12-5.10.0d13.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d12-5.10.0d13.sql
  1. … 1 more file in changeset.
    • -0
    • +48
    ./upgrade/upgrade-5.10.0d11-5.10.0d12.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d11-5.10.0d12.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d11-5.10.0d12.sql
  1. … 1 more file in changeset.
Add oracle upgrade logic for previous attribute datatype discrepancy package upgrades, and fix typo in postgres upgrade script

    • -0
    • +21
    ./upgrade/upgrade-5.10.0d8-5.10.0d9.sql
  1. … 2 more files in changeset.
file upgrade-5.10.0d8-5.10.0d9.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d8-5.10.0d9.sql
improve spelling

  1. … 33 more files in changeset.
improve spelling

  1. … 31 more files in changeset.
Removed obsolete @arch-tag

  1. … 27 more files in changeset.
Fix typos

  1. … 27 more files in changeset.
fix typos

    • -3
    • +3
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
Fix typos

    • -11
    • +11
    ./upgrade/upgrade-4.7d6-5.0d1.sql
  1. … 39 more files in changeset.
add text/markdown to known content types (like text/enhanced), bump version number to 5.10.0d4

    • -0
    • +4
    ./upgrade/upgrade-5.10.0d3-5.10.0d4.sql
  1. … 3 more files in changeset.
fix typos

    • -10
    • +10
    ./upgrade/upgrade-4.7d6-5.0d1.sql
  1. … 10 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -16
    • +16
    ./upgrade/upgrade-4.7d6-5.0d1.sql
    • -1
    • +1
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
  1. … 7820 more files in changeset.
Allow copy of files/folders into the same folder of the original content. This is done by appending a numerical suffix to the name.

It required modifying copy stored procedures so they could accept a different name and title for the copy.

I have also removed redundant package definition in oracle code that was immediately overridden afterwards.

    • -0
    • +685
    ./upgrade/upgrade-5.9.1b4-5.9.1b5.sql
  1. … 11 more files in changeset.
file upgrade-5.9.1b4-5.9.1b5.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1b4-5.9.1b5.sql
  1. … 1 more file in changeset.
Fix spelling errors

    • -16
    • +16
    ./upgrade/upgrade-4.7d6-5.0d1.sql
    • -1
    • +1
    ./upgrade/upgrade-5.2.0d16-5.2.0d17.sql
    • -1
    • +1
    ./upgrade/upgrade-5.9.1d19-5.9.1d20.sql
  1. … 36 more files in changeset.
fix issue #3303: wrong identifier due to different database structure in oracle

Fixed if statement in oracle upgrade script

    • -1
    • +7
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
Added Oracle version of acs-cr upgrade-5.9.1d20-5.9.1d21.sql script and simplified postgres version.

    • -0
    • +65
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
file upgrade-5.9.1d20-5.9.1d21.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d20-5.9.1d21.sql
- use same logic in all update-scripts for cr_mime_types

    • -4
    • +28
    ./upgrade/upgrade-5.9.1d11-5.9.1d12.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d12-5.9.1d13.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d13-5.9.1d14.sql
    • -0
    • +1
    ./upgrade/upgrade-5.9.1d15-5.9.1d16.sql
file upgrade-5.9.1d19-5.9.1d20.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d19-5.9.1d20.sql
  1. … 1 more file in changeset.