@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix javascript interaction with right-hand-side images in two-up diff views in Differential

Summary: Fixes T10704. This is just bad copy-paste -- "O" for "old" should be "N" for "new".

Test Plan:
- Followed steps on T10704.
- Applied patch.
- Marked inline done, replied, etc. No more JS errors.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10704

Differential Revision: https://secure.phabricator.com/D15566

+1 -1
+1 -1
src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
··· 376 376 if (!$new) { 377 377 $th_new = phutil_tag('th', array()); 378 378 } else { 379 - $th_new = phutil_tag('th', array('id' => "C{$id}OL1"), 1); 379 + $th_new = phutil_tag('th', array('id' => "C{$id}NL1"), 1); 380 380 } 381 381 382 382 $output = hsprintf(