Closed (fixed)
Project:
User mailman register
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2007 at 04:09 UTC
Updated:
17 Dec 2007 at 14:25 UTC
Hi,
I've just installed this module and am testing it. Looks very promising for my purposes. I hope to post issues as I find them, using a separate post for each distinct issue so you can track them more accurately (I hope!). Thanks for the module.
First issue is the webadmin DB field is only 72 characters. Mailmain URLs can easily exceed this, as I found in my first test. I'm not sure what a reasonable maximum length might be, but 72 is way too short!
- Thanks
Comments
Comment #1
cvining commentedComment #2
cvining commentedThere are two tabs under "User account"-->Edit
1. Mailing Lists
2. Mailing Lists Register
They seem a bit redundant and I'd rather hide the first tab and use only the second. It is simpler for the user, I think.
Also, I rather see Mailing Lists Register promoted one tab level, so you see it directly under
"User account"-->Mailing Lists Register
Mailing lists are a high priority and I'd rather the user find those settings right away.
Thanks for your consideration!
Comment #3
cvining commentedThis is the main feature I need in a maillist manager today. Users do change their email address from time to time. They need a simple way to update one thing (their drupal account) and have the mail lists automatically updated too.
The code to do this may not be too difficult with the present module. The main thing is to detect when a user changes their drupal email address, check if it is subscribed to a list (or lists), then unsubscribe the old one and subscribe the new one.
The present code will loose sync altogether when a user changes their drupal email address.
Thanks again for the nice module.
- Cronin
Comment #4
samuelet commentedThanks for your feedback.
Webadmin field lenght is now fixed with varchar 255.
About tabs, there is a quick tutorial at the end of my project page.
After you have denied mailman manager to your users, you'd need to apply the patch to correctly hide the empty form.
Pay attention that administrator, but only himself, should still display the tab just because he has already a mailman manager access permission.
About profile sync, i'm going to fix it.
Comment #5
cvining commentedExcellent! With those changes, I'll be quite the happy camper!
- Cronin
Comment #6
samuelet commentedIt should be fixed in with the #90118 patch.
Until i'll not implement a pending queue for missed subscriscription request, it could happen a lost of sync when user change his email address and mailman server is unavaiable.
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.