Page MenuHomePhabricator

Transactions - make quotes work for older transactions
ClosedPublic

Authored by btrahan on Dec 11 2014, 6:17 PM.
Tags
None
Referenced Files
F14383161: D10973.diff
Sat, Dec 21, 6:47 AM
Unknown Object (File)
Thu, Dec 19, 1:24 PM
Unknown Object (File)
Thu, Dec 19, 1:24 PM
Unknown Object (File)
Thu, Dec 19, 1:24 PM
Unknown Object (File)
Tue, Dec 17, 1:44 AM
Unknown Object (File)
Wed, Dec 11, 12:24 AM
Unknown Object (File)
Tue, Dec 10, 6:30 PM
Unknown Object (File)
Sun, Dec 8, 3:39 AM
Subscribers

Details

Summary

Fixes T6731. I don't really understand the intent behind the two view classes here, but to get this to work I need to pass yet more data to the lower-level class.

Test Plan

Viewed a task with many comments. Clicked "show older". Quoted everything I could. Verified for each quote that it quoted correctly, inlcuding linking to the prior transaction.

Diff Detail

Repository
rP Phabricator
Branch
T6731
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3234
Build 3240: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Transactions - make quotes work for older transactions.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

The TimelineView is/was a mostly-pure UI class, in theory, but in practice it's pretty tightly coupled with transaction records now. I think this is fine.

You could also let extra be put on the Pager, but whatevs.

This revision is now accepted and ready to land.Dec 11 2014, 6:26 PM
This revision was automatically updated to reflect the committed changes.