This path was the current user page and should be so.

Comments

chx’s picture

StatusFileSize
new884 bytes

Someone get that aggregator issue out of my hair...

chx’s picture

StatusFileSize
new823 bytes

small is beautiful.

webchick’s picture

StatusFileSize
new1.17 KB

Tested and works great. This is exactly the same patch, except with some PHPDoc for the function, since it's not immediately obvious why we have it. Please don't credit me for the patch.

chx’s picture

webchick's is the right one. The smaller one breaks tabs.

webchick’s picture

Status: Needs review » Reviewed & tested by the community

Meant to mark this RTBC.

pwolanin’s picture

Status: Reviewed & tested by the community » Needs work

This should use menu_set_active_item() - but that needs this patch: http://drupal.org/node/148677

chx’s picture

Status: Needs work » Reviewed & tested by the community

This is good to go. When that one is in, we can change this one line.

pwolanin’s picture

ok - agreed.

webchick’s picture

Title: path 'user' returns 403 » Beta-breaker: path 'user' returns 403

upgrading this to a beta-breaker... lots of themes have menus pointing to ?q=user as a convenient way of handling the "Login"/"My Account" link.

walkah’s picture

I'd just like to +1 this - as discussed in IRC with chx - this also fixes current behaviour with openid.module where you get 403'ed despite being successfully logged in (since you get returned to /user).

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)
pwolanin’s picture

Status: Closed (fixed) » Reviewed & tested by the community
StatusFileSize
new774 bytes

Part of this patch was reverted by the user module split. Bah! /user returns 403 again.

see attached fix-up patch.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)