• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix for bug #3287 (provided by Klaus Hofeditz from ]project open[)

    • -0
    • +143
    ./upgrade/upgrade-5.3.0d1-5.3.0d2.sql
  1. … 1 more file in changeset.
- address bug #3287

Correction of name constraint

  1. … 2 more files in changeset.
missing declare in acs_mail_body__body_p

    • -0
    • +16
    ./upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 1 more file in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

    • -47
    • +198
    ./acs-mail-packages-create.sql
    • -0
    • +58
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 92 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -197
    • +46
    ./acs-mail-packages-create.sql
    • -58
    • +0
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 91 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

    • -47
    • +198
    ./acs-mail-packages-create.sql
    • -0
    • +58
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 91 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 39 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
fixes pk on acs_mail_queue_outgoing closes bug 97/patch 19 Vinod Kurup

    • -0
    • +21
    ./upgrade/upgrade-4.6-4.6.1.sql
  1. … 3 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 53 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
file upgrade-4.5-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.5-4.6.sql
  1. … 3 more files in changeset.
fix the object attributes (table, column name)

  1. … 3 more files in changeset.
fixed problem with multiple publishing roots

  1. … 2 more files in changeset.
fixed to set creation_user only if party_from is actually a user.

fixed to use the acs-kernel param OutgoingSender if party_from doesn't have an email address.

  1. … 1 more file in changeset.
fixed a problem where I was sending party_from as creation_user. But some packages use party_from as addresses which are not 'users' and putting those parties in as creation_user then violates the FK requirement in acs_objects->users. So, I've made the creation_user 'null' for now

added 'on delete cascade'

changed content_object_id to content_item_id

added declaration for v_header_message_id

changed acs_mail_body__body_p to return boolean

fixed acs_mail_link__new

simple drop script

    • -0
    • +17
    ./acs-mail-nt-drop.sql
moved acs-notifications into acs-mail-nt-create

dropped support for max_retries param to __post_request since it was specific to acs-notifications, not acs-mail

raise exceptions if any of the other notification functions besides post_request or cancel_request are called

added overloaded fxn for post_request that takes the most common params

    • -0
    • +258
    ./acs-mail-nt-create.sql
source acs_mail_nt_drop.sql

changed order of table drop

added inline func to drop all objects in acs-mail

fixed names of acs_objects to be specific to acs-mail (as opposed to acs-messaging)

changed object_id to gc_object_id in __create_type so that drop_type works!

changed content_object_id (fk acs_content) to content_item_id (referring to CR)

added 'on delete cascade' to acs_mail_links

added command to source acs_mail_nt_create.sql

initial revision

updated with vinods patches

    • -151
    • +178
    ./acs-mail-packages-create.sql
  1. … 1 more file in changeset.
changed dir structure

    • -0
    • +246
    ./acs-mail-create.sql
    • -0
    • +336
    ./acs-mail-packages-create.sql
    • -0
    • +95
    ./acs-mail-queue-create.sql
  1. … 7 more files in changeset.