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

Log of /contributions/modules/mailout/mailout.install

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.12.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.12: +286 -83 lines
Diff to previous 1.1.2.12 , to next main 1.1.2.15
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch

Revision 1.1.2.15 - (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
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.14: +82 -285 lines
Diff to previous 1.1.2.14 , to branch point 1.1
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 05:30:06 2008 UTC (12 months, 4 weeks ago) by dan
Branch: DRUPAL-5
Changes since 1.1.2.13: +24 -28 lines
Diff to previous 1.1.2.13 , to branch point 1.1
* Tested mailout.install and realised schema defintion was missing some primary
   keys. Added the primary keys needed.
* Also had a schema table field type defined as 'unknown' which caused an error.
   Gave the field a type and issue was fixed.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 04:21:44 2008 UTC (13 months ago) by dan
Branch: DRUPAL-5
Changes since 1.1.2.12: +290 -83 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Have started work on a Drupal 6 port.
upgraded mailout.info
upgraded mailout.install
This version is not ready for installation.

Revision 1.1.2.12 - (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.11: +3 -2 lines
Diff to previous 1.1.2.11 , 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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 06:50:21 2008 UTC (15 months, 3 weeks ago) by sime
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC2
Changes since 1.1.2.10: +11 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
* Added field to addresses for storing extra data
* Fixed bug with optout and stattrack being saved in reverse order for mailout_log table
* Fixed bug with hard-coded font style tags in opt out link

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:40:10 2008 UTC (16 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.9: +9 -5 lines
Diff to previous 1.1.2.9 , to branch point 1.1
* set up install scripts the way drupal does

Revision 1.1.2.9 - (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
CVS Tags: DRUPAL-5--1-0-RC1
Changes since 1.1.2.8: +15 -1 lines
Diff to previous 1.1.2.8 , 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.8 - (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.7: +14 -2 lines
Diff to previous 1.1.2.7 , 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.7 - (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.6: +6 -8 lines
Diff to previous 1.1.2.6 , 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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 20:21:09 2008 UTC (16 months, 3 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.1.2.5: +27 -21 lines
Diff to previous 1.1.2.5 , 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.5 - (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.4: +19 -19 lines
Diff to previous 1.1.2.4 , 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.4 - (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.3: +25 -15 lines
Diff to previous 1.1.2.3 , 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 07:55:32 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA1, DRUPAL-5--1-0-ALPHA2, DRUPAL-5--1-0-BETA1
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
updating db schema
final update hopefully

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 07:23:40 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
updating db schema

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 06:53:55 2008 UTC (19 months, 1 week ago) by kingmoore
Branch: DRUPAL-5
Changes since 1.1: +12 -5 lines
Diff to previous 1.1
adding int(2) fields for HTML Email, Stat Tracking, Opt_out

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