• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
named upgrade script incorrectly on the first try

    • -4
    • +0
    ./oracle/upgrade/upgrade-0.5-0.5d1.sql
  1. … 1 more file in changeset.
file upgrade-0.5-0.5d1.sql was initially added on branch oacs-5-1.

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

    • -0
    • +4
    ./oracle/upgrade/upgrade-0.5-0.5d1.sql
  1. … 1 more file in changeset.
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).

    • -72
    • +0
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
    • -0
    • +181
    ./postgresql/upgrade/upgrade-0.1a-0.4.sql
    • -72
    • +0
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
    • -38
    • +0
    ./postgresql/upgrade/upgrade-0.3-0.4.sql
  1. … 290 more files in changeset.
Replaced 3 defunct upgrade scripts with one new upgrade script that works

    • -72
    • +0
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
    • -0
    • +181
    ./postgresql/upgrade/upgrade-0.1a-0.4.sql
    • -72
    • +0
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
    • -38
    • +0
    ./postgresql/upgrade/upgrade-0.3-0.4.sql
file upgrade-0.1a-0.4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.1a-0.4.sql
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
    ./oracle/upgrade/upgrade-0.4-0.5.sql
  1. … 23 more files in changeset.
making upgrade scripts of bulk-mail work with PG 7.2

    • -9
    • +68
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
    • -9
    • +69
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
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.
Added define_function_args: bug #55

    • -0
    • +3
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +42
    ./oracle/upgrade/upgrade-0.3-0.4.sql
    • -9
    • +9
    ./postgresql/bulk-mail-package-create.sql
    • -2
    • +2
    ./postgresql/bulk-mail-views-create.sql
    • -0
    • +13
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
    • -0
    • +9
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-0.3-0.4.sql
  1. … 806 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

    • -0
    • +42
    ./oracle/upgrade/upgrade-0.3-0.4.sql
    • -9
    • +9
    ./postgresql/bulk-mail-package-create.sql
    • -3
    • +3
    ./postgresql/bulk-mail-views-create.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-0.3-0.4.sql
  1. … 9 more files in changeset.
file upgrade-0.3-0.4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.3-0.4.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.3-0.4.sql
send_date needs to be timestamptz

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

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.2-0.3.sql
file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.1a-0.2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
modified query column to be of type clob for oracle and type text for

postgresql.

    • -0
    • +13
    ./postgresql/upgrade/upgrade-0.1a-0.2.sql
  1. … 1 more file in changeset.
merge of 4.6.3b1 to HEAD

    • -2
    • +2
    ./postgresql/bulk-mail-package-create.sql
    • -2
    • +2
    ./postgresql/bulk-mail-package-drop.sql
  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 ...

    • -2
    • +2
    ./postgresql/bulk-mail-package-create.sql
    • -2
    • +2
    ./postgresql/bulk-mail-package-drop.sql
  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.

    • -6
    • +12
    ./postgresql/bulk-mail-package-create.sql
  1. … 76 more files in changeset.
acs_function_args should have been define_function_args

    • -2
    • +2
    ./postgresql/bulk-mail-package-create.sql
define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

    • -6
    • +12
    ./postgresql/bulk-mail-package-create.sql
fixing postgres port

    • -16
    • +26
    ./postgresql/bulk-mail-create.sql
    • -4
    • +2
    ./postgresql/bulk-mail-package-create.sql
    • -3
    • +3
    ./postgresql/bulk-mail-package-drop.sql
  1. … 5 more files in changeset.
initial version of a simple bulk mail service that supports variable interpolation

    • -0
    • +0
    ./postgresql/bulk-mail-package-create.sql
    • -0
    • +0
    ./postgresql/bulk-mail-package-drop.sql
    • -0
    • +0
    ./postgresql/bulk-mail-views-create.sql
  1. … 12 more files in changeset.
Initial revision

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