mlm 6.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| mlm-6.x-1.0-alpha5.tar.gz | 30.31 KB | bd08875f263bcfaa8f5074687854912f |
| mlm-6.x-1.0-alpha5.zip | 40.14 KB | 274f23e663c7c1b8ba2a24042174ff91 |
Release notes
- Fixes #667696: Deleting Mailing Lists
- Clean up on uninstall
- Correctly handle incoming email addresses on the submission block when the subscriber is anonymous.
- Make sure that submit handlers are set correctly.
mlm 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| mlm-6.x-1.0-alpha4.tar.gz | 30.55 KB | feb9c67f1420564124f8418a8d0f9ff5 |
| mlm-6.x-1.0-alpha4.zip | 40.8 KB | 99335ef21bd2184beacb41d7cb2b9760 |
Release notes
Very minor bump - fixing an issue on users' registration pages.
mlm 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| mlm-6.x-1.0-alpha3.tar.gz | 30.53 KB | 84485e88cda70000eb879191cd44bbd7 |
| mlm-6.x-1.0-alpha3.zip | 40.79 KB | a1ffe184c4a5b34a4a9d7550e98a787b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| mlm-6.x-1.0-alpha2.tar.gz | 30.5 KB | a50454e2da5efb2c21387ee341373b1e |
| mlm-6.x-1.0-alpha2.zip | 40.76 KB | 7d9eae60c65dbaf56cfc064de5e1858d |
Release notes
* 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
| Download | Size | md5 hash |
|---|---|---|
| mlm-6.x-1.0-alpha1.tar.gz | 30.03 KB | 4da25aa7b4bccddbd542c5058e79d743 |
| mlm-6.x-1.0-alpha1.zip | 40.35 KB | f8c20602f7a91288291117965624013c |
Release notes
Basic working version of the module
mlm 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mlm-5.x-1.0.tar.gz | 22.77 KB | 204b39720022925ae74fa262ca091870 |
| mlm-5.x-1.0.zip | 26.64 KB | fae0aafd8881daeede6f17bcf6aa236a |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| mlm-5.x-1.x-dev.tar.gz | 22.69 KB | bd83b663f4356cbb9a6a776d1aa5b782 |
| mlm-5.x-1.x-dev.zip | 26.23 KB | fa07b33064e087cf581509c072d41df3 |
Release notes
Basic 5.0 functionality. Please file issues if you find 'em!
mlm HEAD
| Download | Size | md5 hash |
|---|---|---|
| mlm-HEAD.tar.gz | 30.77 KB | 996cf8c7f82bba85793fc6b392ed73f1 |
| mlm-master.tar.gz | 6.94 KB | dc3388e923e19d17b4148aed93ab439a |
| mlm-HEAD.zip | 41.08 KB | 92260f187e3e6c56ae8fcf2fda46af92 |
| mlm-master.zip | 7.13 KB | 2ffb4094bb39945000b356a9a2721b48 |