• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.10.0d2-2.10.0d3.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-2.10.0d2-2.10.0d3.sql
  1. … 1 more file in changeset.
Redefine foreign keys as on delete cascade to avoid having callbacks around to delete bulk mail messages on package deletion

    • -0
    • +11
    ./upgrade/upgrade-2.10.0d1-2.10.0d2.sql
  1. … 3 more files in changeset.
file upgrade-2.10.0d1-2.10.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-2.10.0d1-2.10.0d2.sql
  1. … 1 more file in changeset.
add index for bulk mail sweeper. was already #10 on sequential reads on learn

    • -0
    • +4
    ./upgrade/upgrade-2.10.0d0-2.10.0d1.sql
  1. … 3 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
1. Oracle bulk-mail-create.sql did not agree with the 5.1d2 upgrade script (made it so)

2. PG didn't have the contraint, added it to bulk-mail-create.sql and made and

tested an upgrade script.

Thanks to Richard Hamilton for uncovering this discrepancy.

  1. … 2 more files 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

  1. … 687 more files in changeset.
file upgrade-0.5.1d1-0.5.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.5.1d1-0.5.1d2.sql
named upgrade script incorrectly on the first try

  1. … 1 more file in changeset.
file upgrade-0.5-0.5d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.5-0.5d1.sql
forgot to commit upgrade script. this is a constraint change, so Oracle only

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