/[drupal]/contributions/modules/mailout/mailout.module
ViewVC logotype

Log of /contributions/modules/mailout/mailout.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.1.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 16:57:33 2009 UTC (5 months, 1 week ago) by sime
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.45: +15 -8 lines
Diff to previous 1.1.2.45 , to branch point 1.1
* fixes from sdavic.org

Revision 1.1.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 05:26:30 2009 UTC (9 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.44: +2 -1 lines
Diff to previous 1.1.2.44 , to branch point 1.1
#303639 - allow template admin to add attachments, thanks @MonoRob

Revision 1.1.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 05:02:33 2009 UTC (9 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.43: +12 -7 lines
Diff to previous 1.1.2.43 , to branch point 1.1
#295665 - don't show subscription options if no public lists, thanks @joncup

Revision 1.1.2.41.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 03:00:15 2008 UTC (12 months ago) by dan
Branch: DRUPAL-6--1
Changes since 1.1.2.41.2.2: +26 -18 lines
Diff to previous 1.1.2.41.2.2 , to branch point 1.1.2.41 , to next main 1.1.2.46
* Split hook_form_alter() into individual hook_form_form-id_alter() functions

Revision 1.1.2.41.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 02:46:35 2008 UTC (12 months ago) by dan
Branch: DRUPAL-6--1
Changes since 1.1.2.41.2.1: +238 -77 lines
Diff to previous 1.1.2.41.2.1 , to branch point 1.1.2.41
* Moved menu items from mailout_admin.inc back into hook_menu
* Removed hook_init, not needed for now
* Finished converting menu items to D6

Revision 1.1.2.41.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 06:50:26 2008 UTC (12 months, 4 weeks ago) by dan
Branch: DRUPAL-6--1
Changes since 1.1.2.41: +239 -101 lines
Diff to previous 1.1.2.41
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch

Revision 1.1.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 06:17:54 2008 UTC (12 months, 4 weeks ago) by dan
Branch: DRUPAL-5
Changes since 1.1.2.42: +100 -238 lines
Diff to previous 1.1.2.42 , to branch point 1.1
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch

Revision 1.1.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 04:49:35 2008 UTC (13 months ago) by dan
Branch: DRUPAL-5
Changes since 1.1.2.41: +239 -101 lines
Diff to previous 1.1.2.41 , to branch point 1.1
* Used deadwood module to do many conversion tasks for D6
* Converted hook_menu() as per D6 requirements in mailout.module
* implemented hook_boot() in mailout.module
* Converted extra menu item definitions in mailout_admin.inc

Revision 1.1.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 07:04:35 2008 UTC (15 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Branch point for: DRUPAL-6--1
Changes since 1.1.2.40: +68 -18 lines
Diff to previous 1.1.2.40 , to branch point 1.1
* fixed attachments array issuee
* fixed extra form data issues
* fixed install profile missing data field
* added block with all public lists
* added email list varaible 'mailout_batch_max_emails'

Revision 1.1.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 13:20:33 2008 UTC (15 months, 3 weeks ago) by sime
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC2
Changes since 1.1.2.39: +5 -1 lines
Diff to previous 1.1.2.39 , to branch point 1.1
* Fix bug email not marked as read if user redirected to their edit page

Revision 1.1.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 13:17:54 2008 UTC (15 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.38: +175 -55 lines
Diff to previous 1.1.2.38 , to branch point 1.1
* Subscriptions list added to user registration by default, override with $conf var 'mailout_subscriptions_in_register'
* Unset mimemail email format setting
* Add a subscriptions tab to the user
* Redirect anon subscriptions to user edit tab if user logged in
* Mark mail as read if user goes to the anon subscriptions page

Revision 1.1.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 11:04:59 2008 UTC (15 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.37: +12 -11 lines
Diff to previous 1.1.2.37 , to branch point 1.1
* Download list as raw CSV

Revision 1.1.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 07:56:20 2008 UTC (15 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.36: +66 -21 lines
Diff to previous 1.1.2.36 , to branch point 1.1
* Remove dsm from subscriptions edit
* Set latest email adding in cookie
* Set Don't show subs form if current user is subscribed
* Allows extra subs form data in a setting called mailout_subscription_fields
* Save the extra form data to the data field in mailout_list_addresses

Revision 1.1.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:10:40 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.35: +16 -2 lines
Diff to previous 1.1.2.35 , to branch point 1.1
* Never cache the anon subs pages
* Check a sub exists before trying to edit it (can be purged in the stats tracking)

Revision 1.1.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 22:20:57 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.34: +10 -10 lines
Diff to previous 1.1.2.34 , to branch point 1.1
* some code cleanup and table bracketing

Revision 1.1.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 22:08:32 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC1
Changes since 1.1.2.33: +2 -2 lines
Diff to previous 1.1.2.33 , to branch point 1.1
* Remove debug code

Revision 1.1.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 21:38:31 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.32: +0 -7 lines
Diff to previous 1.1.2.32 , to branch point 1.1
* remove the todos, all through the queue now

Revision 1.1.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 21:32:25 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.31: +5 -40 lines
Diff to previous 1.1.2.31 , to branch point 1.1
* File upload form for mail lists, allows CSV and TAB, but mainly tested with CSV.
* Uploaded file can be various structure, you specify which columns are relevant.

Revision 1.1.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 19:07:52 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.30: +2 -4 lines
Diff to previous 1.1.2.30 , to branch point 1.1
* updated todo list

Revision 1.1.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 19:06:47 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.29: +7 -12 lines
Diff to previous 1.1.2.29 , to branch point 1.1
* Queued emails are now sending per user preferences for html/plain
* Uploaded attachments are now being added to the email, as attachments for html and at the bottom for plain

Revision 1.1.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 16:55:45 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.28: +46 -42 lines
Diff to previous 1.1.2.28 , to branch point 1.1
* Blocks are back online

Revision 1.1.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 16:38:17 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.27: +92 -97 lines
Diff to previous 1.1.2.27 , to branch point 1.1
* tracking link working with a real 1x1 image to prevent safari style '?' for missing images
* subscriptions link working again, with user able to change HTML preference now
* some slightly clumsy, but quite useful, cross-linking between queue errors and subscription editing
* mailing lists are now public/private so that users don't see admin lists when select subscriptions

Revision 1.1.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 06:57:51 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.26: +27 -20 lines
Diff to previous 1.1.2.26 , to branch point 1.1
* Added basic file attachments admin page. This will allow the sender to include attachments.
* Test sending is proving successful, minor bugs being ironed out in this and following commits.
* Better browsing of email lists, plus sorting and links to user account if exists.

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 01:10:19 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.25: +10 -12 lines
Diff to previous 1.1.2.25 , to branch point 1.1
* Role emails not being returned
* Added some form_alter to prevent htmlbox death by annoying is

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 17:50:54 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.24: +3 -0 lines
Diff to previous 1.1.2.24 , to branch point 1.1
* some todo notes

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 17:34:29 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.23: +3 -3 lines
Diff to previous 1.1.2.23 , to branch point 1.1
* Limit user searches to active users. Thanks @jipipayo  #280233

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 17:26:32 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.1.2.22: +15 -3 lines
Diff to previous 1.1.2.22 , to branch point 1.1
* ability to define css which is inserted inline for best results
* all up, ready for another beta
* see todo in mailout.module for final tasks (plus whatever might be in queu)

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 23:09:15 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.21: +6 -45 lines
Diff to previous 1.1.2.21 , to branch point 1.1
* cron now using mimemail now, but still to do some tests

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 11:39:51 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.20: +0 -18 lines
Diff to previous 1.1.2.20 , to branch point 1.1
* bug fixes to forms

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 20:21:09 2008 UTC (16 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.19: +43 -44 lines
Diff to previous 1.1.2.19 , to branch point 1.1
* dep on mimemail
* allow subscriber to choose html or plain
* emails now scheduled for sending again
* just need some schedule testing, update html/plain on  user save, allow anan subscriber to change html/plain

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 16:30:47 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.18: +137 -42 lines
Diff to previous 1.1.2.18 , to branch point 1.1
* Mailout send form still has initial steps, but now the main ste allows the user to edit all values without having to start over.
* some usability things like autocomplete which searches users and subscribers (matching name and email)
* one more session of loose-end-tying to come

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 16:37:01 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.17: +99 -127 lines
Diff to previous 1.1.2.17 , to branch point 1.1
* templates unnodified
* updated the mailout table, eg added filter format for all parts of template to the table, but not using them yet
* added style to the template, whereby style can be set that will be placd inline in the html that goes out

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 11:44:37 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.16: +157 -44 lines
Diff to previous 1.1.2.16 , to branch point 1.1
* Admin is clean now, not many issues. You can manage mailing lists in more detail
* Menu neater, see admin/content/mailout for an overview.

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 01:38:22 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.15: +263 -957 lines
Diff to previous 1.1.2.15 , to branch point 1.1
* Big code tidy. Move admin code to additional include files, move the mailout_send to another file too as it is long with lots of logic.
* Some comment changes
* !! This code is currently broken. !!

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 15:14:40 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.14: +22 -12 lines
Diff to previous 1.1.2.14 , to branch point 1.1
* Some minor comment clean-ups. Preparing to do form as a single step.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 23 00:13:22 2008 UTC (18 months ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.13: +11 -4 lines
Diff to previous 1.1.2.13 , to branch point 1.1
couple bug fixes

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 05:02:00 2008 UTC (18 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.12: +2 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1
adding non-clean url support to line 749 per node/256523

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 05:20:37 2008 UTC (18 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.11: +1 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
* remove dsm()

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 05:19:50 2008 UTC (18 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.10: +442 -71 lines
Diff to previous 1.1.2.10 , to branch point 1.1
* added list management
* added link checking and more flexible subsribe edit for links from email
* added email log viewing
* tried to improve email sending with preview etc, but not as much as I hoped.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 05:59:33 2008 UTC (18 months, 4 weeks ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.9: +11 -6 lines
Diff to previous 1.1.2.9 , to branch point 1.1
administer mailout_templates access checked when displaying New Template link on form

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 01:43:12 2008 UTC (18 months, 4 weeks ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.8: +5 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Adding { }'s around a few lonely table names

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 07:17:21 2008 UTC (19 months ago) by kingmoore
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA2
Changes since 1.1.2.7: +86 -73 lines
Diff to previous 1.1.2.7 , to branch point 1.1
code cleanup

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 04:27:45 2008 UTC (19 months ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.6: +25 -22 lines
Diff to previous 1.1.2.6 , to branch point 1.1
fixing hook_menu

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 02:22:06 2008 UTC (19 months ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.5: +1 -5 lines
Diff to previous 1.1.2.5 , to branch point 1.1
working on menus

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 01:27:52 2008 UTC (19 months ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.4: +89 -47 lines
Diff to previous 1.1.2.4 , to branch point 1.1
added Organic Groups support (can send mail to a group)

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 03:01:46 2008 UTC (19 months ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.3: +11 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
adding a bit more detailed help

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 07:56:19 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA1, DRUPAL-5--1-0-BETA1
Changes since 1.1.2.2: +7 -5 lines
Diff to previous 1.1.2.2 , to branch point 1.1
bug fixes etc.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 06:55:35 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.1: +178 -32 lines
Diff to previous 1.1.2.1 , to branch point 1.1
adding functionality:
- on/off toggle for html email, stat tracking, opt out text
- checks emails against default opt out list
- opt out menu callback implemented
- subscribe blocks now working

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 01:07:46 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
reordering subscribe form fields

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 04:10:43 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: MAIN
CVS Tags: DRUPAL-5--0-0, HEAD
Branch point for: DRUPAL-5
initial malout module commit

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