Page MenuHomePhabricator

Introduce ModularTransactionType::isRenderingTargetExternal
ClosedPublic

Authored by avivey on Dec 16 2016, 12:15 AM.
Tags
None
Referenced Files
F15722519: D17063.diff
Thu, May 29, 8:53 AM
Unknown Object (File)
Tue, May 20, 11:27 AM
Unknown Object (File)
Sat, May 10, 6:15 PM
Unknown Object (File)
Wed, May 7, 3:03 AM
Unknown Object (File)
Apr 23 2025, 8:40 PM
Unknown Object (File)
Apr 20 2025, 12:13 PM
Unknown Object (File)
Apr 19 2025, 10:28 AM
Unknown Object (File)
Apr 18 2025, 7:55 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.