1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 11:42:42 +01:00
phorge-phorge/src/applications/differential/render
epriestley cddbe306f9 Correct a case where a single-hunk diff may incorrectly be identified as multi-hunk by the Scope engine
Summary: See PHI985. The layers above this may return `array()` to mean "one hunk with a line-1 offset". Accept either `array()` or `array(1 => ...)` to engage the scope engine.

Test Plan: See PHI985.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D20363
2019-04-01 14:55:11 -07:00
..
DifferentialChangesetHTMLRenderer.php Correct various minor diff copy behaviors 2019-02-19 15:18:45 -08:00
DifferentialChangesetOneUpMailRenderer.php Add a "Red/Green Colorblind" accessibility mode, make all web UIs and email respect it 2017-02-23 10:57:39 -08:00
DifferentialChangesetOneUpRenderer.php Use <td class="n" data-n="3"> instead of <th>3</th> for line numbers 2019-02-19 15:07:02 -08:00
DifferentialChangesetOneUpTestRenderer.php Make "Show Context" persist rendering, whitespace, encoding, etc 2015-03-05 14:03:00 -08:00
DifferentialChangesetRenderer.php Correct a case where a single-hunk diff may incorrectly be identified as multi-hunk by the Scope engine 2019-04-01 14:55:11 -07:00
DifferentialChangesetTestRenderer.php Display some invisible/nonprintable characters in diffs by default 2019-02-19 15:21:44 -08:00
DifferentialChangesetTwoUpRenderer.php Tweak the visual style of the ">>" / "<<" depth change indicators slightly 2019-03-07 11:46:26 -08:00
DifferentialChangesetTwoUpTestRenderer.php Make "Show Context" persist rendering, whitespace, encoding, etc 2015-03-05 14:03:00 -08:00
DifferentialRawDiffRenderer.php Apply the new patch byte size limit to mail patch generation in Differential 2018-05-14 09:10:47 -07:00