Page MenuHomePhabricator

Make Differential inline comment rendering more consistent and somewhat more modern
ClosedPublic

Authored by epriestley on Feb 21 2014, 7:36 PM.
Tags
None
Referenced Files
F18050986: D8294.id19723.diff
Sun, Aug 3, 9:48 PM
F17959763: D8294.id.diff
Fri, Aug 1, 8:35 AM
F17945204: D8294.diff
Thu, Jul 31, 11:36 AM
F17849515: D8294.diff
Sun, Jul 27, 8:47 AM
Unknown Object (File)
Jun 29 2025, 12:54 AM
Unknown Object (File)
Jun 9 2025, 1:58 AM
Unknown Object (File)
May 27 2025, 1:37 AM
Unknown Object (File)
May 20 2025, 8:07 AM
Subscribers

Details

Summary

Ref T2222. Ref T1790. I partially modernized this recently, but bring it to the mail version too.

Test Plan

See screenshots.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

src/applications/differential/controller/DifferentialChangesetViewController.php
359

This true -> 1 stuff is for MySQL strict mode.

src/applications/differential/editor/DifferentialCommentEditor.php
662–663

Most of this juggling is to start unraveling our dependence on the old proxy/wrapper objects.

src/infrastructure/diff/view/PhabricatorInlineSummaryView.php
43–45

Stuff is always passed in to this view in the correct order now, and we just respect it.