• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
standardize boolean variables in ADP

  1. … 21 more files in changeset.
Removing option elements if not options actually exist and automatically redirecting to make a new email message if no mail templates exist

  1. … 1 more file in changeset.
Added functionality to send an e-mail to the result of a search. Furhter streamlined the process so that checks are actually only done when sending the e-mail, which is much faster from the UI point of view

  1. … 9 more files in changeset.
Made sure that we are able to send emails to large groups (e.g. 1000 users plus)

  1. … 3 more files in changeset.
Made sure we are passing the to variable to the email sending part in contacts. Additionally do not check fro mailing address or email address unless we are certain we send a letter or an email.

  1. … 3 more files in changeset.
Fixed the checks for email and letter to be run only when we are actually sending the message, not when we try to send one

  1. … 1 more file in changeset.
More performance tuning on relationships and the contact__name procedure

  1. … 9 more files in changeset.
added bcc and cc

  1. … 1 more file in changeset.
Added support for including files from a defined folder

  1. … 3 more files in changeset.
Upped version number and added parameter to the default organization

  1. … 12 more files in changeset.
commit changes of merge with HEAD

  1. … 205 more files in changeset.
file message.adp was added on branch oacs-5-2 on 2005-11-30 15:31:02 +0000

Reverted the change we made to use acs-mail-lite/lib/email. Was a bad idea. Fixed missing emp_f in mail-tracking include

  1. … 6 more files in changeset.
using include from contacts instead of acs-mail-lite

removed mail-tracking portlet as we do have our own page now for this

adding item_id to the include to get predefined email messages

to make use of messages pagination

  1. … 1 more file in changeset.
Fixed attaching of files, changed the CSS to Verdana and a little bit bigger font size to make it more readable

  1. … 2 more files in changeset.
using acs-mail-lite/lib/email instead of contacts/lib/email.adp

  1. … 1 more file in changeset.
allowing users to send an email to a contact that dosn't have an email using it's employer email

  1. … 2 more files in changeset.
Support for sending mails from folders

  1. … 1 more file in changeset.
Changed to use header and footer. Furthermore enahnce the complain system

  1. … 17 more files in changeset.
Adding pretty error message as the page content instead of util user message when only one person is being mailed to

  1. … 1 more file in changeset.
Adding support for form messages (saved message) templates and bugfixing validation of email/mailing addresses

  1. … 1 more file in changeset.
Created meaningfull util_user_messages that explains which contacts cannot recieve a message and why. Also passed the pretty recipients list to the lib/email or lib/letter includes so that the processing isn't doulbed there. And finally added more i18N code

  1. … 1 more file in changeset.
Added support for signatures

  1. … 1 more file in changeset.
made sure you can only send an email if there is at least one valid recipient

Made sure to pass variables to email.tcl

Added include for mail-tracking

Changed to split the code up into multiple files depending on message_type