Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
statistics.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2012 at 22:56 UTC
Updated:
2 Sep 2015 at 06:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stevectorI'm posting two patches. The real patch is mostly whitespace fixes. The patch without the whitespace fix makes the change easier to see.
Comment #3
stevectorHmm, failing tests is one thing, but they shouldn't fail different tests.
Comment #4
stevector#1: stats-node-user-load-removal-1863260-1.patch queued for re-testing.
Comment #5
stevector#1: stats-node-user-load-removal--no-whitespace-fix-1863260-1.patch queued for re-testing.
Comment #6
iamEAP commentedNeither of these routes exist in 8.x anymore. Moving to 7.x
Comment #6.0
iamEAP commentedFixing link to other d.o issue
Comment #7
nohup commentedWith the 'me' alias module enabled user/me/track/navigation results in a "page not found". The 'me' modules replaces the user id in the URL with the string 'me'. The statistics module uses
user_load(arg(1))to load the user from the argument which fails because the user id in the URL was replaced with 'me'. The following patch usersmenu_get_objectto load the user.Comment #8
nohup commentedupdating status