Node 59 "Apply for contributions CVS access" automatically redirects to user account and aborts direct acess to it. Consequently, the book module export-html aborts for all parent nodes of node 59.

The node should contain page content instead with a hyperlink inside the page like "Visit your CVS account settings".

Comments

webchick’s picture

Needs someone with PHP access: heine, sepeck, dww...

alpritt’s picture

Priority: Normal » Critical

Changing this to critical, as it is a prominent bug in the handbooks.

There is a comment referring to this issue at the linking page (i.e. http://drupal.org/contributors-guide). We should probably keep it up until this has been fixed so users know it has been noted. I'll add a comment linking to this issue.

sepeck’s picture

Project: Documentation » Drupal.org infrastructure
Component: Developer Guide » Other

That's really interesting. I am not sure how that is happening. Moving to Infrastructure.

weam’s picture

I used to make a mistake in my early drupal days by putting drupal_goto() as a php node body, until I discovered that it aborted cron execution by getting invoked at any node_view().

Could it be something similar with this node?

greggles’s picture

Based upon some quick testing, I believe that node will forward you to your user edit page if you've already applied for an account. It seems like this is a feature.

Perhaps that "feature" should be replaced with a "just show a link to the edit page instead of doing the drupal_goto.

dww’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)