• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Ooops! forgot to add the after_upgrade callback in the info file

Remove sendmail procs to use smtp only. Remove SendmailBin parameter (not used anymore)

    • -0
    • +34
    ./tcl/apm-callback-procs.tcl
Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments

    • -23
    • +52
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -25
    • +47
    ./tcl/acs-mail-lite-procs-oracle.xql
    • -25
    • +48
    ./tcl/acs-mail-lite-procs-postgresql.xql
    • -202
    • +269
    ./tcl/acs-mail-lite-procs.tcl
Update calls to utils procs adding the namespace

Move helper procs for sending email to acs-mail-lite

    • -0
    • +157
    ./tcl/utils-procs.tcl
  1. … 1 more file in changeset.
Removed the MMEncodeBin parameter, which is no longer used.

Rolling back to the working version (decided during informal OCT in IRC today)

    • -316
    • +334
    ./tcl/complex-send-procs.tcl
  1. … 1 more file in changeset.
Add missing join

Import of message keys from translation server for core and .LRN packages.

This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666

    • -1
    • +1
    ./catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.pl_PL.utf-8.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml
  1. … 1295 more files in changeset.
Fix typo, llength spelled incorrectly.

Cleaned up complex_send, broke it down into multiple parts, refactored repetitive things into foreach loops, made sure rollout support is handled in complex_smtp, thopugh I have no idea how to do the filters there.... This is in need of testing and should only act as a commit for the OCT to decide if this is going in the right direction.

    • -333
    • +315
    ./tcl/complex-send-procs.tcl
Fix message initialization. Was failing in case the message has no alternative and no attachament. In case the message has an alternative and no attachment, it was initialized twice.

I think I fixed the problem with multipart/mixed of e-mails with no attachments. This should be tested though. I am putting this out to see if I might have a mismatch in my train of thought.

Fixed the confusion about single_email_p in complex_send_immediately using the defaults which make most sense. Fixed documentation accordingly

Fix malformed date and encode subject (using helper procs). Set the charset for message body (utf-8)

Turn ds_comment into ns_log debug

Indent code

    • -5
    • +5
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -389
    • +389
    ./tcl/acs-mail-lite-procs.tcl
    • -562
    • +562
    ./tcl/complex-send-procs.tcl
HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Greek and spanish catalogs without version number (applying Don's change)

    • -1
    • +1
    ./catalog/acs-mail-lite.el_GR.utf-8.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 18 more files in changeset.
Add greek catalog

    • -0
    • +16
    ./catalog/acs-mail-lite.el_GR.utf-8.xml
Merging missing catalogs from 5.3

    • -0
    • +16
    ./catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
    • -0
    • +17
    ./catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.nl_ZA.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.pl_PL.utf-8.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml
initial-install-p should be set

Fixed the cmd_string

Fixed bug with missing mail_package_id variable

Merged 5.3 to HEAD

  1. … 59 more files in changeset.
Added checking for valid emails and record bounces when the email is not valid

    • -11
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
Fixing minor bugs with regards to parameters and started to split up the code a little bit more to make it readable

Fixing Oracle

    • -11
    • +11
    ./sql/oracle/acs-mail-lite-create.sql
Update info files for 5.3.2 final

  1. … 17 more files in changeset.
Created changelog, bumped version numbers

  1. … 19 more files in changeset.