Page MenuHomePhabricator

Remove bad "Session" link in User activity logs
ClosedPublic

Authored by epriestley on Feb 6 2017, 12:30 PM.
Tags
None
Referenced Files
F19823565: D17316.diff
Sat, Mar 7, 1:11 PM
F19800886: D17316.diff
Sat, Feb 28, 7:09 PM
F19554686: D17316.id41648.diff
Jan 30 2026, 1:25 AM
F19093132: D17316.diff
Dec 3 2025, 7:51 PM
F19062894: D17316.id.diff
Nov 29 2025, 4:56 PM
F19046128: D17316.diff
Nov 27 2025, 9:36 AM
F18778522: D17316.id.diff
Oct 11 2025, 9:48 AM
F18757157: D17316.diff
Oct 5 2025, 3:47 PM
Subscribers
None

Details

Summary

Fixes T12215. Two issues:

  • We build this $session link out of $ip, which is (a) wrong even if $ip was the IP and (b) super wrong since $ip is a tag.
  • These links don't work even if we'd built them right: searching by the prefix of a session identifier does nothing.

At least for now, just get rid of the links rather than trying to make this behavior work.

Test Plan

On People > Activity logs:

  • Before patch: Saw bad links with bogus targets in "session" column.
  • After patch: Saw plain text in "session" column.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable