• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Bump version numbers to 5.3.2b1

  1. … 18 more files in changeset.
Remove duplicated proc with_finally (also exists in acs-tcl/tcl/utilities-procs.tcl) and remove unnecessary with_finally block in the sweeper procs

Catch errors when sweeping the mail queue to avoid notifications to remain unsent until the bad message has been manually removed. With the catch, the bad message remains in the queue and an error message sent to the log, and the sweeper proceeds with the next ones.

Applied patch #841 fixes bug #3087

    • -8
    • +12
    ./tcl/acs-mail-lite-procs-oracle.xql
Importing catalog files from traslate.openacs.org for Openacs Core Packages (5.3.1)

and .LRN Packages (2.3.0).

    • -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.es_ES.ISO-8859-1.xml
    • -2
    • +2
    ./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. … 989 more files in changeset.
Bumped versio number

  1. … 18 more files in changeset.
Made sure that you are only sending if the to_addr is not empty after working on it

Bumped version numbers to 5.3.1 beta 1

  1. … 18 more files in changeset.