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

nedjo’s picture

Confirmed 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.

nedjo’s picture

Version: » x.y.z

The form submit is broken (both for individual and bulk subscriptions).

There is a function project_issue_subscribe_submit(), and the relevant form defined in project_issue_subscribe has 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?

mediafrenzy’s picture

This 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.

boris mann’s picture

I've been subscribed to project issues for ~2 years or so now, and have never been able to get off...

mediafrenzy’s picture

Oh 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 :)

nedjo’s picture

It looks like this was cause by revision 1.147. Dries' commit message:


- Fixed bug #50786, #50337, and some unreported bugs, XHTML validation problems, etc.

We changed a number of button types from 'submit', to 'button', including the subscribe button:


   $form['submit'] = array(
-    '#type' => 'submit',
+    '#type' => 'button',
     '#value' => t('Subscribe'),
   );

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.

deekayen’s picture

In CVS version 1.161, it appears to have been changed to button, but updates still don't stick.

nedjo’s picture

Status: Active » Fixed

Changed two instances back to 'submit', this seems to fix the issue.

deekayen’s picture

Just confirming the fix worked for me.

mediafrenzy’s picture

Yes it appears to have worked for me too. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)
Lloyd Standish’s picture

Title: Unable to unsubscribe to Issues Subscription mail » Nov. 2007: STILL Unable to unsubscribe to drupal.org issues
Project: Project »
Version: x.y.z »
Component: Mail » usability
Status: Closed (fixed) » Active

This 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.

Lloyd Standish’s picture

What'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?

deekayen’s picture

Status: Active » Needs review

What is going on here??

You didn't submit a patch and anybody who would work in this area on a patch probably has broadband.

So here are some solutions:

  1. Get broadband.
  2. Visit your local public library.
  3. Abuse the open wifi of your local Panera or coffee shop.
  4. Visit your local government funded education institution and use their computers.
  5. Submit a code patch. The site is open sourced.
Anonymous’s picture

Project: » Drupal core
Version: » 7.x-dev

The user experience project is closing so this issue is being moved to the usability component under the Drupal project

lilou’s picture

Title: Nov. 2007: STILL Unable to unsubscribe to drupal.org issues » Unable to unsubscribe to drupal.org issues
Component: usability » other
Status: Needs review » Closed (works as designed)

Go to http://drupal.org/project/issues/subscribe-mail and click on "None" on the top of the page.

benthroop’s picture

http://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.

dave reid’s picture

See also http://drupal.org/node/360815 about the issue subscribe page being wonky.

DynamicFred’s picture

Version: 7.x-dev » 5.9

Going 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

mxmilkiib’s picture

subscribe. 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.

rooby’s picture

@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

Starminder’s picture

So...how do I unsubscribe from issues I no longer care about? I missed that part.

sobi3ch’s picture

Version: 5.9 » 8.x-dev

anyone know something??!

avpaderno’s picture

Project: Drupal core » Drupal.org site moderators
Version: 8.x-dev »
Component: other » Other

This issue is about drupal.org, not Drupal. Drupal doesn't comes with the Project module.