silverstripe-reports/code/Newsletter
2007-09-16 01:05:04 +00:00
..
BatchProcess.php Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
BouncedList.php Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
Newsletter.php elofgren: In Newsletter_SentRecipient, instead of putting 'MemberId?' in $db put 'Member' in $has_one in order to be consistent with Newsletter_Recipient and Email_BounceRecord. This does not change the structure of the Newsletter_SentRecipient table, but does add an Index on the MemberID column. 2007-09-16 01:05:04 +00:00
NewsletterEmailProcess.php elofgren: Make the status message shown after sending a newsletter always include the # of emails sent. 2007-09-16 01:04:10 +00:00
NewsletterList.php elofgren: USABILITY: Rework the tabs in the Newsletter section to be less confusing as per issue #57 of the Usability Report 2007-09-14 17:29:08 +00:00
NewsletterType.php Refactored newsletter system to put recipient selection and form-fieldset generation into the NewsletterType class, to allow for subclassing NewsletterType to create special system newsletters. [see oriwave2 for an example] 2007-08-28 01:55:45 +00:00
RecipientImportField.php elofgren: BUGFIX: Fix bug 'Errors when Importing Recipients to Newsletter Mailing List'. Fixes gsoc trac ticket #38. Tested and importing newsletter recipients works in FF2 and IE7. Reported here: http://www.silverstripe.com/bugs/flat/1470 This fix needs GenericEmail?.ss added in r38503 2007-09-15 22:02:06 +00:00
SubscribeForm.php Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
TemplateList.php Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
Unsubscribe.php add an unsubscribe record when member unsubscribe a newsletter. 2007-08-24 03:37:51 +00:00
UnsubscribedList.php Moved CMS module to open source path 2007-07-19 10:40:05 +00:00