Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 11:03 UTC
Updated:
22 May 2007 at 18:34 UTC
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
Comment #1
webchickNeeds someone with PHP access: heine, sepeck, dww...
Comment #2
alpritt commentedChanging 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.
Comment #3
sepeck commentedThat's really interesting. I am not sure how that is happening. Moving to Infrastructure.
Comment #4
weam commentedI 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 anynode_view().Could it be something similar with this node?
Comment #5
gregglesBased 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.
Comment #6
dwwhttp://drupal.org/node/59
Comment #7
(not verified) commented