Involves a recent or proposed upgrade to the Drupal.org website.
http://drupal.org/tracker/[uid] is about the #1 or #2 most visited link by most people. It doesn't exist in the new site. :(
The page itself is actually there (http://d6.drupal.org/tracker/24967), but the tab is not showing.
The relevant code is:
$items[$base .'/%user'] = array( 'title' => 'My recent posts', 'access callback' => '_tracker2_myrecent_access', 'access arguments' => array(1), 'page arguments' => array(1), 'type' => MENU_LOCAL_TASK, );
So I guess it makes sense that it is not showing ;)
$items[$base .'/%user'] = array(
SHould be
$items[$base .'/%user_uid_optional'] = array(
I think.
Per merlinofchaos, this should use %user_uid_optional.
This is also a bug in core - http://drupal.org/node/298722
Yes, same bug in core exists as well!
Isn't this almost the same as #367202: My Account subtabs tabs disappear ?
@Gabor - I don't think the cause is the same, even if the symptom looks similar.
#367202: My Account subtabs tabs disappear was fixed so marking this 'fixed' too.
Marking this active in an abundance of caution, in case this is not fixed.
I should not have marked this 'fixed' indeed. The patch that I committed is tracker1 related and was not #367202: My Account subtabs tabs disappear.
With http://drupal.org/cvs?commit=170306, tracker2 is now on-par with core tracker.
Then why is it still broken on d.o? ;) http://drupal.org/tracker
http://drupal.org/tracker works right now.
@alexandreracine: that link is the global tracker, not the "My tracker" page.
The issue in Tracker 2 itself is fixed, but you'll need the patch from #298722 for the menu system to properly show the tab.
And this issue was never "critical" because you could get to the same listing from your user page.
Automatically closed -- issue fixed for 2 weeks with no activity.
Restoring issue tags, see #2125755: System messages removed all issue tags during D7 upgrade.
Comments
Comment #1
damien tournoud commentedThe page itself is actually there (http://d6.drupal.org/tracker/24967), but the tab is not showing.
The relevant code is:
So I guess it makes sense that it is not showing ;)
Comment #2
merlinofchaos commentedSHould be
I think.
Comment #3
damien tournoud commentedPer merlinofchaos, this should use %user_uid_optional.
Comment #4
catchThis is also a bug in core - http://drupal.org/node/298722
Comment #5
dwwComment #6
gábor hojtsyYes, same bug in core exists as well!
Comment #7
gábor hojtsyIsn't this almost the same as #367202: My Account subtabs tabs disappear ?
Comment #8
pwolanin commented@Gabor - I don't think the cause is the same, even if the symptom looks similar.
Comment #9
dries commented#367202: My Account subtabs tabs disappear was fixed so marking this 'fixed' too.
Comment #10
david straussMarking this active in an abundance of caution, in case this is not fixed.
Comment #11
dries commentedI should not have marked this 'fixed' indeed. The patch that I committed is tracker1 related and was not #367202: My Account subtabs tabs disappear.
Comment #12
damien tournoud commentedWith http://drupal.org/cvs?commit=170306, tracker2 is now on-par with core tracker.
Comment #13
dwwThen why is it still broken on d.o? ;)
http://drupal.org/tracker
Comment #14
alexandreracine commentedhttp://drupal.org/tracker works right now.
Comment #15
gábor hojtsy@alexandreracine: that link is the global tracker, not the "My tracker" page.
Comment #16
david straussThe issue in Tracker 2 itself is fixed, but you'll need the patch from #298722 for the menu system to properly show the tab.
Comment #17
david straussAnd this issue was never "critical" because you could get to the same listing from your user page.