• last updated 20 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 290 more files in changeset.
Replaced 3 defunct upgrade scripts with one new upgrade script that works

file upgrade-0.1a-0.4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-0.1a-0.4.sql
making upgrade scripts of bulk-mail work with PG 7.2

Added define_function_args: bug #55

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 811 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.
send_date needs to be timestamptz

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

    • -0
    • +0
    ./upgrade/upgrade-0.2-0.3.sql
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.
merge of 4.6.3b1 to HEAD

  1. … 75 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 52 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 76 more files in changeset.
acs_function_args should have been define_function_args

define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

fixing postgres port

  1. … 5 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
    • +56
    ./bulk-mail-create.sql
    • -0
    • +25
    ./bulk-mail-drop.sql
    • -0
    • +85
    ./bulk-mail-package-create.sql
    • -0
    • +9
    ./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.