• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #989: Page error when requesting membership - bulk_mail_messages.query column was changed from varchar to clob

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +110
    ./upgrade/upgrade-0.4-0.5.sql
  1. … 23 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 812 more files in changeset.
changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums

  1. … 13 more files in changeset.
file upgrade-0.3-0.4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.3-0.4.sql
  1. … 1 more file in changeset.
file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.1a-0.2.sql
  1. … 1 more file in changeset.
modified query column to be of type clob for oracle and type text for

postgresql.

  1. … 3 more files in changeset.
initial version of a simple bulk mail service that supports variable interpolation

  1. … 18 more files in changeset.
Initial revision

    • -0
    • +58
    ./bulk-mail-create.sql
    • -0
    • +25
    ./bulk-mail-drop.sql
    • -0
    • +110
    ./bulk-mail-package-create.sql
    • -0
    • +8
    ./bulk-mail-package-drop.sql
    • -0
    • +18
    ./bulk-mail-views-create.sql
    • -0
    • +9
    ./bulk-mail-views-drop.sql
  1. … 27 more files in changeset.