• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 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.