• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes for Oracle 19c: quick port of missing tables in acs-mail-lite from PostgreSQL

This is q quick port of the table available from PostgreSQL, which

assures that a new instance of OpenACS on Oracle can run without

spitting out frequent error messages. In essence, the sequence

handling was adjusted, and datatype "text" was replaced by

"varchar(4000)" and in one case by "clob". Probably, some of the

lengths and the update operations have to be adjusted.

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7833 more files in changeset.
fix issiue #3304: oracle does not have Boolean datatype for tables

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2546 more files in changeset.
New feature: now one can send plain filesystem files as email attachments, instead than only those into file-storage

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

    • -0
    • +0
    ./upgrade/upgrade-5.8.1d3-5.8.1d4.sql
  1. … 1 more file in changeset.
Remove complex-send as agreed in TIP#127

    • -44
    • +0
    ./upgrade/upgrade-5.4.0d1-5.4.0d2.sql
  1. … 16 more files in changeset.
Fixed oracle syntax - add doesn't allow "column", unlike PG

Upgrade scripts and fix datamodel consistency

    • -0
    • +29
    ./upgrade/upgrade-5.4.0d2-5.4.0d3.sql
  1. … 5 more files in changeset.
Join upgrade scripts into one with correct

version number.

    • -0
    • +59
    ./upgrade/upgrade-5.4.0d1-5.4.0d2.sql
  1. … 6 more files in changeset.
Move complex stuff to separated scripts

    • -0
    • +47
    ./complex-create.sql
  1. … 4 more files in changeset.
Fixing Oracle

Cleaning up. Removed the code for prefix handling as it does not work. Changed Oracle scripts and make them look nicer.

    • -32
    • +37
    ./upgrade/upgrade-1.3b7-1.3b8.sql
  1. … 10 more files in changeset.
Someone forgot to add this upgrade to the Oracle version

    • -0
    • +1
    ./upgrade/upgrade-1.3b9-1.3b10.sql
Added support for reply_to address

  1. … 7 more files in changeset.
Added oracle scripts, continued with the move from user_id to party_id

    • -0
    • +8
    ./upgrade/upgrade-1.0b6-1.0b7.sql
    • -0
    • +7
    ./upgrade/upgrade-1.3b5-1.3b6.sql
    • -0
    • +38
    ./upgrade/upgrade-1.3b7-1.3b8.sql
    • -0
    • +5
    ./upgrade/upgrade-1.3b8-1.3b9.sql
  1. … 6 more files in changeset.
fixing alter table syntax for Oracle; this fix committed initially on the 5.1 branch

    • -2
    • +2
    ./upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
fixing alter table syntax for Oracle

    • -2
    • +2
    ./upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
Approved Dirk's changes (thanks a lot) and put them into the upgrade scripts as well. I did not test the upgrade, maybe someone with a running Oracle installation can do.

    • -3
    • +4
    ./upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
Fixed the create table statements, so that the tables are being created under Oracle. Not sure about the semantics, needs to be double-checked by Malte (see #1393)

Changed type text to clob or varchar(400) for the to_addr.

New Version of Acs-Mail-Lite with support for bounce management

    • -0
    • +36
    ./upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
  1. … 6 more files in changeset.
first version of this simple mail queue

    • -0
    • +20
    ./acs-mail-lite-create.sql
    • -0
    • +9
    ./acs-mail-lite-drop.sql
  1. … 7 more files in changeset.