/[drupal]/contributions/sandbox/megagrunt/modules/enewsletter/enewsletter.module
ViewVC logotype

Log of /contributions/sandbox/megagrunt/modules/enewsletter/enewsletter.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 11 15:13:10 2005 UTC (4 years, 6 months ago) by MegaGrunt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +94 -62 lines
Diff to previous 1.17
Re-factored email send out functions:

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 27 15:28:39 2005 UTC (4 years, 7 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.16: +52 -42 lines
Diff to previous 1.16
- Updated to 4.6
- Added PHP format filter to announcements and templates, i.e. you can now use variables and logic in announcements and templates

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 30 23:01:06 2005 UTC (4 years, 7 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Template improvements:
- run filters on nodes
- added {base_url} tag

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 26 17:26:01 2005 UTC (4 years, 8 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.14: +28 -138 lines
Diff to previous 1.14
Integration with profile.module
- administrator defined profile fields can now be used as tags in email templates with user data being inserted in email

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 00:41:46 2005 UTC (4 years, 8 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13
fixed display of subscription name and recipient address on subscriptions page, when using link from email

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 23 23:25:36 2005 UTC (4 years, 8 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.12: +584 -319 lines
Diff to previous 1.12
Added Features:
Announcements (single sporadic messages)
Display subscriber + recipient address on subscriptions page
Auto subscribe as part of registration
Added subscription options to account page
Improved:
UI of admin newsletters page
Fixed Bugs:
Permissions bugs

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 24 23:10:20 2005 UTC (4 years, 10 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.11: +1151 -1175 lines
Diff to previous 1.11
Improved send que
Addition of many UI elements

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 4 23:57:02 2005 UTC (4 years, 10 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.10: +1105 -1091 lines
Diff to previous 1.10
Subscription start date (admin view)
Subscription options (bug fix)
Role permissions (bug fix)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 4 00:55:35 2005 UTC (4 years, 10 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.9: +1100 -1074 lines
Diff to previous 1.9
newsletter subscribers list (new admin view)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 25 13:50:46 2004 UTC (4 years, 11 months ago) by MegaGrunt
Branch: MAIN
Changes since 1.8: +1237 -952 lines
Diff to previous 1.8
Sending (bug fix)
Admin interface redesign
Subscription options link in email (without full loggin)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 22 15:11:34 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.7: +29 -8 lines
Diff to previous 1.7
Started work on link ID:
8 character hash creation function
Insert hash in db mechanism

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 20 14:48:17 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.6: +57 -82 lines
Diff to previous 1.6
code clean up

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 19 00:30:34 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.5: +742 -720 lines
Diff to previous 1.5
detab

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 21:36:25 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.4: +28 -526 lines
Diff to previous 1.4
separated send/receive functions into an include file

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 13:07:35 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.3: +31 -13 lines
Diff to previous 1.3
Adds 'Read More...' or 'Webpage version' links to node in email, depending if full text of node is included in message or just summary

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 9 23:08:48 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.2: +14 -4 lines
Diff to previous 1.2
check if user has email address (in case of distributed authentication login) on subscription page
fixed HTML email bug

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 6 23:39:50 2004 UTC (5 years ago) by MegaGrunt
Branch: MAIN
Changes since 1.1: +685 -592 lines
Diff to previous 1.1
Email Newsletter module: 4.5 update, bounced back email processing, clearer menu structure, fixed a few bugs, optimised performance a bit.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 3 09:37:26 2004 UTC (5 years, 3 months ago) by MegaGrunt
Branch: MAIN
nodes can only be sent once in email, improved scheduling, HTML emails now work

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2