• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Update package description

Update package description

Bumped version numbers

  1. … 22 more files in changeset.
Added rollout support without using ns_sendmail anymore. Beware that the email message will be print out to the log raw, so if there are attachments, they will be print out too.

    • -56
    • +102
    ./tcl/acs-mail-lite-procs.tcl
Remove complex-send as agreed in TIP#127

    • -1
    • +0
    ./lib/view-complex-send-mail-queue.adp
    • -15
    • +0
    ./lib/view-complex-send-mail-queue.tcl
    • -37
    • +0
    ./lib/view-complex-send-mail-queue.xql
    • -44
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
    • -3
    • +1
    ./sql/postgresql/acs-mail-lite-create.sql
    • -3
    • +1
    ./sql/postgresql/acs-mail-lite-drop.sql
    • -39
    • +0
    ./sql/postgresql/complex-create.sql
  1. … 6 more files in changeset.
the arg is -paramter not -name to parameter::get_from_package_key, not sure how this ever worked...

remove duplicate procs bounce_prefix and address_domain which live in incoming-mail-procs.tcl and bounce-procs.tcl

Added missing spanish translations

    • -0
    • +3
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 7 more files in changeset.
- eliminated dead code

    • -6
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
Fix typo user should be user_id

    • -2
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
- reduce lock contention with other background jobs scheduled at full minutes

  1. … 1 more file in changeset.
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
Bumped version numbers to 5.4.3b1.

  1. … 21 more files in changeset.
TIP#127 Add object_id as optional parameter to acs_mail_lite::send

    • -1
    • +4
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -3
    • +6
    ./tcl/acs-mail-lite-procs-postgresql.xql
Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.

Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.

fix bug, where months higher equal 08 lead to problems due to octal interpretation (can't use invalid octal number as operand...), aborting immediate ma

il sends in aug. or later.

fix bug, where months higher equal 08 lead to problems due to octal interpretation (can't use invalid octal number as operand...), aborting immediate mail sends in aug. or later.

Fix 3087 reordering the insert by putting the clob ones (cc, bcc, body and extraheaders) at the end to avoid crash on oracle 10g.

    • -10
    • +10
    ./tcl/acs-mail-lite-procs-oracle.xql
Bumped versions numbers to 5.5.0d1

  1. … 20 more files in changeset.
Merged from 5.4.2

    • -0
    • +2
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 278 more files in changeset.
Bumped version numbers for release

  1. … 21 more files in changeset.
Add feature to allow incoming email to create new bugs

  1. … 5 more files in changeset.
Bumped version numbers to prepare for tomorrow's release.

  1. … 21 more files in changeset.
mime::encode (tclllib 1.8 and 1.10) doesn't encode the question mark which is a character used as a delimiter for the content of the subject of an email message. That would cause email clients to interpret it incorrectly.

Removed the check for tcllib 1.10 to use our proc in all cases.