Page MenuHomePhabricator

Feed - fix some whacky "text mode" rendering code
ClosedPublic

Authored by btrahan on Apr 10 2014, 8:38 PM.
Tags
None
Referenced Files
F18198023: D8750.id20753.diff
Sun, Aug 17, 10:16 PM
F18141208: D8750.diff
Thu, Aug 14, 6:35 AM
F17694084: D8750.id.diff
Jul 15 2025, 9:25 AM
Unknown Object (File)
Jun 14 2025, 12:11 AM
Unknown Object (File)
Jun 14 2025, 12:11 AM
Unknown Object (File)
Jun 9 2025, 2:08 AM
Unknown Object (File)
May 9 2025, 6:20 PM
Unknown Object (File)
May 8 2025, 1:07 AM

Details

Summary

...add a "renderingTarget" to FeedStory and use it as appropos. Overall, not a ton of changes was necessary to make this work. I think this could be made to be even cleaner by going through each and every feed story and re-implementing as necessary with the full toolset available. But this is good enough for now I think, and just something to keep cleaning up when we're in here. Fixes T4630.

Test Plan

made a task. gave it a token. viewed my feed - saw stories. used conduit.feed.query with mode == 'text' and got good readable results.

Diff Detail

Repository
rP Phabricator
Branch
T4630
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

btrahan retitled this revision from to Feed - fix some whacky "text mode" rendering code.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
src/applications/maniphest/controller/ManiphestTransactionSaveController.php
152–159

this is a bonus bug fix; the break thing won't work anymore now that this code isn't in a switch

This revision is now accepted and ready to land.Apr 10 2014, 8:44 PM
btrahan updated this revision to Diff 20754.

Closed by commit rP3e0b3a1db5db (authored by @btrahan).