1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-16 11:52:40 +01:00
phorge-phorge/src/applications/differential/render
epriestley c1af499ed7 Only show text encoding note in Differential if a change has hunks
Summary: Fixes T5503. We incorrectly render an encoding note for empty files. Only render an encoding note for text changes with at least one hunk.

Test Plan:
  - Viewed empty file, no note.
  - Viewed nonempty file with altered encoding, saw note.

Reviewers: btrahan, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T5503

Differential Revision: https://secure.phabricator.com/D9780
2014-06-29 12:42:59 -07:00
..
DifferentialChangesetHTMLRenderer.php Only show text encoding note in Differential if a change has hunks 2014-06-29 12:42:59 -07:00
DifferentialChangesetOneUpRenderer.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DifferentialChangesetOneUpTestRenderer.php Implement basic one-up and test renderers 2013-01-14 14:20:06 -08:00
DifferentialChangesetRenderer.php Substantially support character encodings and "Highlight As" in changesets 2014-06-20 11:49:41 -07:00
DifferentialChangesetTestRenderer.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DifferentialChangesetTwoUpRenderer.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DifferentialChangesetTwoUpTestRenderer.php Implement basic one-up and test renderers 2013-01-14 14:20:06 -08:00
DifferentialRawDiffRenderer.php Move more hunk loads into DifferentialHunkQuery 2014-06-03 18:01:19 -07:00