Page MenuHomePhabricator

Introduce ModularTransactionType::isRenderingTargetExternal
ClosedPublic

Authored by avivey on Dec 16 2016, 12:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 6:12 PM
Unknown Object (File)
Thu, Dec 12, 11:37 PM
Unknown Object (File)
Thu, Dec 12, 5:20 AM
Unknown Object (File)
Mon, Dec 9, 6:51 AM
Unknown Object (File)
Mon, Dec 9, 6:51 AM
Unknown Object (File)
Mon, Dec 9, 6:50 AM
Unknown Object (File)
Mon, Dec 9, 6:49 AM
Unknown Object (File)
Sat, Dec 7, 3:37 PM
Subscribers

Details

Summary

This is just some housekeeping - see note in D16287. Basically, "isTextMode" doesn't convey enough information.

Test Plan

git grep isTextMode | grep -v Remarkup, and visit all callsites; There are 4 of them left.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avivey retitled this revision from to Introduce ModularTransactionType::isRenderingTargetExternal.
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)
avivey added a reviewer: epriestley.

Of the 4 remaining callsites, 3 are in this file (1 for actual rendering, and 2 for $viewer->renderHandle()->setAsText(), which we might want to someday extend to setTargetExternal too), and one is in DifferentialRevisionReviewersTransaction which is also doing rendering, but looks funny non-the-less (implode vs phutil_implode_html).

I've also grepped for getRenderingTarget, and it like all callsites really are concerned with rendering.

epriestley edited edge metadata.

The DifferentialRevisionReviewersTransaction one is maybe hopefully temporary-ish.

This revision is now accepted and ready to land.Dec 16 2016, 12:47 AM
This revision was automatically updated to reflect the committed changes.