• last updated 23 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. … 7834 more files in changeset.
fix issiue #3304: oracle does not have Boolean datatype for tables

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

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

  1. … 8 more files in changeset.
Remove complex-send as agreed in TIP#127

  1. … 20 more files in changeset.
Upgrade scripts and fix datamodel consistency

  1. … 6 more files in changeset.
Join upgrade scripts into one with correct

version number.

  1. … 11 more files in changeset.
Move complex stuff to separated scripts

  1. … 7 more files in changeset.
Fixing Oracle

  1. … 3 more files in changeset.
Cleaning up. Removed the code for prefix handling as it does not work. Changed Oracle scripts and make them look nicer.

  1. … 14 more files in changeset.
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

  1. … 11 more files in changeset.
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.

  1. … 1 more file in changeset.
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

  1. … 7 more files in changeset.
first version of this simple mail queue

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