Page MenuHomePhabricator

Fix Diffusion blame/highlight for logged-out users
ClosedPublic

Authored by epriestley on May 27 2014, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 16 2025, 3:48 AM
Unknown Object (File)
Jun 9 2025, 2:20 AM
Unknown Object (File)
Jun 1 2025, 12:26 PM
Unknown Object (File)
May 27 2025, 6:05 AM
Unknown Object (File)
May 26 2025, 4:30 PM
Unknown Object (File)
May 7 2025, 7:25 PM
Unknown Object (File)
Apr 27 2025, 11:37 PM
Unknown Object (File)
Apr 27 2025, 11:34 PM
Subscribers

Details

Summary

Fixes T5199. We try to save these options in user preferences, but logged-out users don't have preferences.

Instead, just use GET links for logged-out users.

Test Plan
  • As a logged-out user, toggled blame and highlight on and off.
  • As a logged-in user, toggled blame and highlight on and off.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix Diffusion blame/highlight for logged-out users.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: vrana, btrahan.
vrana edited edge metadata.
This revision is now accepted and ready to land.May 28 2014, 12:37 AM
epriestley updated this revision to Diff 22100.

Closed by commit rP2aef04a78afb (authored by @epriestley).