• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
upping version numbers in preparation for release

  1. … 54 more files in changeset.
upping version numbers for release

  1. … 29 more files in changeset.
upping version numbers for release

  1. … 61 more files in changeset.
Trimming off any lingering CR (\r) line terminators before appending CRLF (\r\n). build_mime_message was leaving extra CRs around, causing some havoc for certain mail servers and clients when running with SMTP.

Fix bug in patch 528 for bug 1887 applied by me with a typo. Noticed by

Steve Woodcock.

Applying patch 528 for bug 1887: Single point in mail body causes problems.

upgrading info files for the tag

  1. … 45 more files in changeset.
updating info files in prep for .LRN 2.1 alpha

  1. … 36 more files in changeset.
Merging rollout support from HEAD back to oacs-5-1.

fixing alter table syntax for Oracle

merging acs-mail-lite oacs-5-1 with head, since head works but the other doesnt

    • -6
    • +3
    ./tcl/acs-mail-lite-procs-postgresql.xql
This fixes date arithmetic, 'insert into ... select' column order mismatch, and

concatenation syntax error in acs-mail-lite. Bug 1719, patch 489. Gabriel

Burca.

    • -7
    • +11
    ./tcl/acs-mail-lite-procs-postgresql.xql
Fixed a typo in one of the queries

Oracle was throwing errors on the send_notification_to_bouncing_email query. It isn't smart enough to map the insert columns by name, so we have to enumerate them explicitly.

maltes change broke sending mail because he reversed the result of bouncing_user_p and bouncing_email_p (mostly because the query was misnamed can_send_p and should have been bouncing_p since that was the sense of the return