Page MenuHomePhabricator

Transactions - hide "mentioned in X" story if you can't see X
ClosedPublic

Authored by btrahan on Sep 12 2014, 5:51 PM.
Tags
None
Referenced Files
F15424619: D10488.id25239.diff
Sat, Mar 22, 11:21 PM
F15423503: D10488.id25239.diff
Sat, Mar 22, 3:44 PM
F15422174: D10488.diff
Sat, Mar 22, 6:16 AM
F15420263: D10488.id25239.diff
Fri, Mar 21, 12:38 PM
F15419122: D10488.id25211.diff
Fri, Mar 21, 3:42 AM
F15413827: D10488.id.diff
Wed, Mar 19, 9:32 PM
F15407326: D10488.diff
Tue, Mar 18, 4:55 PM
F15352552: D10488.id25211.diff
Mon, Mar 10, 5:00 PM
Subscribers

Details

Summary

...also re-jiggers all the anchor stuff to use $xaction ID. This seemed like the simplest way once I got in the code, as well as having nice properties for if / when we want to re-add some ajax stuff since the ID is a pretty solid piece of data to key off. Fixes T6083.

Test Plan

mentioned DX in private DX+1. Could see on DX the mention as me and not as the other user. For transactions, I left a comment on Paste and it worked, and I edited an existing transaction and it worked.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan retitled this revision from to Transactions - hide "mentioned in X" story if you can't see X.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

It sucks that this breaks existing anchors and that we get not-so-nice anchors going forward, but I agree that this is probably the best approach in the long term.

This revision is now accepted and ready to land.Sep 14 2014, 1:31 PM

T4712 seems like it makes doing this a must.

This revision was automatically updated to reflect the committed changes.