I subscribed to the Drupal.org Image Issues subscription - but now I can't seem to unsubscribe from it?! I click the Subscribe link in issues on the Image module page for example, and select NONE, and then hit subscribe?? This doesn't seem to change anything, as I'm still getting a ton of issue emails for the image module?
I *believe* it's also the case for other modules issue subscriptions, though haven't yet confirmed this.
Comments
Comment #1
nedjoConfirmed that subscription is broken for individual issues, working on a fix. Meantime you can still use the subscription form for all projects, http://drupal.org/project/issues/subscribe, which is working.
Comment #2
nedjoThe form submit is broken (both for individual and bulk subscriptions).
There is a
function project_issue_subscribe_submit(), and the relevant form defined inproject_issue_subscribehas the id 'project_issue_subscribe', but the _submit Forms API hook is not called, so the user data is not registered.I'm not up enough on how this works to easily troubleshoot. Takers?
Comment #3
mediafrenzy commentedThis appeared to let me unsubscribe initially... but now it won't?
All of my original subscriptions to IMAGE issues etc have switched back on, and even using the http://drupal.org/project/issues/subscribe page, I cannot unsubscribe anymore?
When I deselect the subscription, and click SUBMIT, it *appears* to save, but then if I go to another page, and come back to the above URL, it's once again subscribed to the IMAGE issues.
Comment #4
boris mann commentedI've been subscribed to project issues for ~2 years or so now, and have never been able to get off...
Comment #5
mediafrenzy commentedOh dear.... that's not what I'm wanting to hear!!
I'm still getting lots of issue emails, despite attempting multiple methods of unsubscribing...
Is any one able to fix this? Pleeeease :)
Comment #6
nedjoIt looks like this was cause by revision 1.147. Dries' commit message:
We changed a number of button types from 'submit', to 'button', including the subscribe button:
Because it's not recognized as a submit, the form contents aren't passed to the submit function.
Setting the #type back to 'submit' presumably would fix this issue, but it might bring back one of the problems that this previous commit fixed.
Comment #7
deekayen commentedIn CVS version 1.161, it appears to have been changed to button, but updates still don't stick.
Comment #8
nedjoChanged two instances back to 'submit', this seems to fix the issue.
Comment #9
deekayen commentedJust confirming the fix worked for me.
Comment #10
mediafrenzy commentedYes it appears to have worked for me too. Thanks.
Comment #11
(not verified) commentedComment #12
Lloyd Standish commentedThis is really unbelievable. The Drupal website, showcase for the Drupal CMS, still has a bug that won't let one unsubscribe to an issue. I have I missed something?
I am subscribed to "Comment-Notify", and I want off, but in "My Account", "Current Subscriptions" and "Manage Subscriptions" are not links.
The only possibility I can see is to use the http://drupal.org/project/issues/subscribe link, but that requires broadband, since the list of issues is so big. (A list that long should be broken up into pages.)
I would appreciate any help to unsubscribe from an issue on the drupal.org website.
Comment #13
Lloyd Standish commentedWhat's this? The Drupal website is essentially broken (only broadband users can unsubscribe to issues), and my report of this gets ZERO comments for over a month?! I can't believe it. What is going on here??
I have been over and over my Drupal account and I can only find the page http://drupal.org/project/issues/subscribe-mail to unsubscribe. This page is a listing of all issues in the Drupal project, and must be megas in size. I cannot open it (in any reasonable length of time) on my 20K baud connection. Therefore I cannot unsubscribe to any Drupal issue I have subscribed to.
Doesn't it matter at all to the Dupal community that only broadband users can unsubscribe to http://drupal.org issues? Do I have to close my Drupal account and begin another one to finally stop my subscriptions?
Comment #14
deekayen commentedYou didn't submit a patch and anybody who would work in this area on a patch probably has broadband.
So here are some solutions:
Comment #15
Anonymous (not verified) commentedThe user experience project is closing so this issue is being moved to the usability component under the Drupal project
Comment #16
lilou commentedGo to
http://drupal.org/project/issues/subscribe-mailand click on "None" on the top of the page.Comment #17
benthroop commentedhttp://drupal.org/project/issues/subscribe-mail
is showing WSOD. I'm also unable to unsubscribe from an issue (Sky theme).
Would appreciate someone knowledgeable taking a look.
Comment #18
dave reidSee also http://drupal.org/node/360815 about the issue subscribe page being wonky.
Comment #19
DynamicFred commentedGoing to http://drupal.org/project/issues/subscribe-mail gives this message
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88 bytes) in /var/www/drupal.org/htdocs/includes/form.inc on line 1528
Comment #20
mxmilkiib commentedsubscribe. hah! the irony..
i just don't want to see issues i don't care about any more in the 'My issues' page, i'm assuming it's the same backend method that would allow for this once it works.
Comment #21
rooby commented@DynamicFred:
You now have to add the name of the module you want to unsubscribe from to the end like:
http://drupal.org/project/issues/subscribe-mail/views
for the views module
Comment #22
Starminder commentedSo...how do I unsubscribe from issues I no longer care about? I missed that part.
Comment #23
sobi3ch commentedanyone know something??!
Comment #24
avpadernoThis issue is about drupal.org, not Drupal. Drupal doesn't comes with the Project module.