• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
New langauge keys

    • -0
    • +2
    ./catalog/acs-mail-lite.en_US.ISO-8859-1.xml
Added support for autoreplys

Some more cleanup, put bounce restore in acs-subsite

    • -49
    • +0
    ./tcl/acs-mail-lite-procs-oracle.xql
    • -49
    • +0
    ./tcl/acs-mail-lite-procs-postgresql.xql
    • -0
    • +56
    ./tcl/bounce-procs-oracle.xql
    • -0
    • +56
    ./tcl/bounce-procs-postgresql.xql
    • -0
    • +60
    ./tcl/bounce-procs.xql
Added enabling of bouncing e-mails

    • -1
    • +2
    ./catalog/acs-mail-lite.en_US.ISO-8859-1.xml
    • -0
    • +13
    ./www/restore-bounce.adp
    • -0
    • +16
    ./www/restore-bounce.tcl
Some cleanup

    • -0
    • +151
    ./tcl/bounce-procs.tcl
Bumped to 5.3.1a1. I hope. I never get this right!

  1. … 18 more files in changeset.
Spanish translation

    • -1
    • +1
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 44 more files in changeset.
Zen: version change

    • -1
    • +1
    ./catalog/acs-mail-lite.en_US.ISO-8859-1.xml
  1. … 10 more files in changeset.
Replace section element property with new form section element

  1. … 1 more file in changeset.
Merging catalog files from oacs-5-2 to oacs-5-3 for acs-mail-lite

    • -0
    • +16
    ./catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml
file acs-mail-lite.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-3.

    • -0
    • +0
    ./catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml
When i added documentation blocks to these callbacks, the call back def code

started complaining that the body {\n} is not empty. Replaced this with the

"-" empty body marker. Interestingly:

ad_proc -callback {

params

} {

}

apparenly does not trigger the "non-empty body" error. Apparently the callback def

only checks if there's a docblock passsed to ad_proc ... a "gotcha".

    • -5
    • +3
    ./tcl/acs-mail-lite-callback-procs.tcl
Upgraded version to reflect it is part of core now. Added incoming_object_email callback as per http://openacs.org/xowiki/incoming_email. Moved incoming e-mail procs to a separate file

    • -2
    • +10
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -0
    • +236
    ./tcl/incoming-mail-procs.tcl
Grrr, I didn't commit bumped version numbers before making the 5.3.0 tarball

  1. … 18 more files in changeset.
Added dummy "Malte: please document these callbacks" comments to appease

our automated test procs. This release is supposed to be the "no core

tests fail" release ... adding procs without doc comments breaks that.

    • -1
    • +5
    ./tcl/acs-mail-lite-callback-procs.tcl
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

    • -3
    • +3
    ./tcl/acs-mail-lite-callback-procs.tcl
  1. … 364 more files in changeset.
Added error tracking to the complex_sweeper and fixed an error with the reply_to address

    • -0
    • +1
    ./tcl/complex-send-procs-postgresql.xql
acs-mail-lite not surprisingly, requires a couple of other core packages.

Bumped version numbers to 5.3.0b2. Made acs-mail-lite auto-install.

  1. … 18 more files in changeset.
Support for from_addr in addition sender_id in the complex_send callback. Correctly handle incoming file attachments. Get rid of hard coded subject_encoding

    • -1
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl