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. :(

Comments

Damien Tournoud’s picture

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 ;)

merlinofchaos’s picture

  $items[$base .'/%user'] = array(

SHould be

  $items[$base .'/%user_uid_optional'] = array(

I think.

Damien Tournoud’s picture

Project: Drupal.org infrastructure » Tracker 2
Version: » 6.x-1.x-dev
Component: Other » Code

Per merlinofchaos, this should use %user_uid_optional.

catch’s picture

This is also a bug in core - http://drupal.org/node/298722

dww’s picture

Issue tags: +drupal.org upgrade
Gábor Hojtsy’s picture

Title: [D6 d.o upgrade] Where did "My tracker" go? » Where did "My tracker" go?

Yes, same bug in core exists as well!

Gábor Hojtsy’s picture

Isn't this almost the same as #367202: My Account subtabs tabs disappear ?

pwolanin’s picture

@Gabor - I don't think the cause is the same, even if the symptom looks similar.

Dries’s picture

Status: Active » Fixed

#367202: My Account subtabs tabs disappear was fixed so marking this 'fixed' too.

David Strauss’s picture

Status: Fixed » Active

Marking this active in an abundance of caution, in case this is not fixed.

Dries’s picture

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.

Damien Tournoud’s picture

Status: Active » Fixed

With http://drupal.org/cvs?commit=170306, tracker2 is now on-par with core tracker.

dww’s picture

Status: Fixed » Active

Then why is it still broken on d.o? ;)
http://drupal.org/tracker

alexandreracine’s picture

Status: Active » Fixed

http://drupal.org/tracker works right now.

Gábor Hojtsy’s picture

Status: Fixed » Active

@alexandreracine: that link is the global tracker, not the "My tracker" page.

David Strauss’s picture

Status: Active » Fixed

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.

David Strauss’s picture

Priority: Critical » Normal

And this issue was never "critical" because you could get to the same listing from your user page.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

Automatically closed -- issue fixed for 2 weeks with no activity.