Releases for Mailing List Manager

mlm 6.x-1.0-alpha3

Allie Micka - November 18, 2009 - 22:59
Official release from CVS tag: DRUPAL-6--1-0-ALPHA3
First released: November 18, 2009 - 22:59
Download: mlm-6.x-1.0-alpha3.tar.gz
Size: 30.53 KB
md5_file hash: 84485e88cda70000eb879191cd44bbd7
Last updated: November 18, 2009 - 23:01
View usage statistics for this release

Remove some debugging output
Don't double-unsubscribe a user, which may trigger erroneous "Goodbye" error messages when a user hasn't subscribed

mlm 6.x-1.0-alpha2

Allie Micka - November 18, 2009 - 17:51
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
First released: November 18, 2009 - 17:51
Download: mlm-6.x-1.0-alpha2.tar.gz
Size: 30.5 KB
md5_file hash: a50454e2da5efb2c21387ee341373b1e
Last updated: November 18, 2009 - 17:56
View usage statistics for this release

* Fix a bug in mlm.install (jerdavis)
* Make it easier and less buggy to include the mlm subscription element in arbitrary forms, like so:

<?php
function foo_form_alter(&$form, &$form_state, $form_id) {
  if (
$form_id == 'user_register') {
     
$form['mlm'] = array(
       
'#type' => 'mlm_subscription',
       
'#mlm_settings' => array(
         
'show_mail' => FALSE,
         ),
      );
  }
}
?>

mlm 6.x-1.0-alpha1

Allie Micka - October 9, 2009 - 15:28
Official release from CVS tag: DRUPAL-6--1-0-ALPHA1
First released: October 9, 2009 - 15:28
Download: mlm-6.x-1.0-alpha1.tar.gz
Size: 30.03 KB
md5_file hash: 4da25aa7b4bccddbd542c5058e79d743
Last updated: October 9, 2009 - 15:31
View usage statistics for this release

Basic working version of the module

mlm 5.x-1.0

Allie Micka - April 13, 2009 - 00:50
Official release from CVS tag: DRUPAL-5--1-0
First released: April 13, 2009 - 00:50
Download: mlm-5.x-1.0.tar.gz
Size: 22.77 KB
md5_file hash: 204b39720022925ae74fa262ca091870
Last updated: April 13, 2009 - 00:55
View usage statistics for this release

Basic release for the Drupal 5 branch. Barring major bug fixes, this will likely be the only real version for MLM. Please upgrade to 6, which is chalk full of tasty new features!

mlm 5.x-1.x-dev

Allie Micka - January 17, 2007 - 19:32
Nightly development snapshot from CVS branch: DRUPAL-5
First released: January 17, 2007 - 19:32
Download: mlm-5.x-1.x-dev.tar.gz
Size: 22.79 KB
md5_file hash: dd48bf09032359c62894a78f7ce78b33
Last updated: April 13, 2009 - 12:22
View usage statistics for this release

Basic 5.0 functionality. Please file issues if you find 'em!

mlm HEAD

Allie Micka - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
First released: November 11, 2006 - 09:14
Download: mlm-HEAD.tar.gz
Size: 20.57 KB
md5_file hash: 59ea7464e4c9717539c036445beda69f
Last updated: February 23, 2008 - 12:06
View usage statistics for this release
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.