• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replaced two slow queries using cc_users with their faster equivalent using

parties and users. Makes a huge difference on Oracle when there are many,

many users (49,000 in this case). And yes, I checked, the original queries

used indexes galore, Oracle was doing as well as can be expected.

Added new table which make the callback work for mail tracking lite

  1. … 2 more files in changeset.
Fixed problem with my comment...

Added salutation support

  1. … 1 more file in changeset.
Changed the support for the fixed sender mail so that still the original sender will be shown in the mail-tracking despite the fact that sendmail will get the fixed sender mail

adding catalog files, procedures and making changes to remove the contacts dependency on lib email.tcl files

  1. … 4 more files in changeset.
Removed package require which seemed to be causing problems with

forums. HOw on earth this could happen in the first place...

checking the parametr FixedSenderEmail before sending the message to figure out which address use

making changes to work with boolean no_calback_p switch on procedure acs_mail_lite::send

making changes to work with boolean no_calback_p switch

  1. … 2 more files in changeset.
Changed the no-callback switch to boolean

adding no_callback switch to acs-mail-lite::complex_send and ::send to restrict callbacks

Importing on behalf of Nima. Enhancement for the support of incoming email

    • -74
    • +94
    ./acs-mail-lite-callback-procs.tcl
    • -19
    • +38
    ./acs-mail-lite-callback-procs.xql
  1. … 1 more file in changeset.
Fix bug#2629. Use Postgresql syntax to cast to an interval. It doens't matter if we use the oracle style convenience funciton since this is still a postgresql specific query.

Added callback procedures

    • -0
    • +29
    ./acs-mail-lite-callback-procs.xql
Make acs_mail_lite::send doc message slightly less ambigous

adding quotes to query to execute the tcl procedure

Formatting changes

Made sure to only provide complex send if it can be run

scan_replies has been removed -- see http://cvs.openacs.org/cvs/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl?r1=1.26&r2=1.27 -- so it shouldn't be ad_scheduled

New processing of incoming mail by Nima

added callback procs

bugfix: fixing error in sendmail proc - wrong catch expression

doh forgot to init err1

need to catch close since if close fails you could send message over and over

Using the hostname is considerable better than using ad_url. Just in case we strip out "http://" in case someone accidently set the hostname with an http:// in front (not sure if AOLserver would allow this in the first place, but the devil is in the details).

ad_url is supposed to work even if ns_hostname resolves to a non existing domain for whatever the reason

Added a catch, just in case

Changes to accomodate latest version of file upload proc

  1. … 1 more file in changeset.
file acs-mail-lite-callback-procs.tcl was added on branch oacs-5-2 on 2005-07-26 16:46:01 +0000