Page MenuHomePhabricator

Allow reviewers to mark their own inlines as "Done" before they submit them
ClosedPublic

Authored by epriestley on Sep 4 2018, 7:02 PM.
Tags
None
Referenced Files
F19911958: D19634.diff
Thu, Apr 2, 4:02 PM
F19911957: D19634.diff
Thu, Apr 2, 4:01 PM
F19866209: D19634.diff
Mar 14 2026, 5:52 PM
F19863496: D19634.id46926.diff
Mar 14 2026, 11:33 AM
F19857370: D19634.id46926.diff
Mar 14 2026, 12:07 AM
F19628877: D19634.diff
Feb 4 2026, 10:47 PM
F19543734: D19634.id46959.diff
Jan 22 2026, 11:24 PM
F19542202: D19634.id46926.diff
Jan 22 2026, 7:55 AM
Subscribers
None

Details

Summary

Ref T13195. Ref T8573. This allows reviewers to mark their own inline comments as "Done" before they submit them.

If you're leaving a non-actionable comment like "this is good", you can pre-check "Done" to give the author a hint that you don't expect any response.

Test Plan

On revisions and commits, added inlines as the author and a reviewer/auditor. Marked them done/not-done before submitting. As author, marked the not-done ones done after submitting. Checked preivews, toggled done/not done states.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

amckinley added inline comments.
src/applications/diffusion/controller/DiffusionInlineCommentController.php
86–87

I read the discussion in T8573, but this still feels weird.

This revision is now accepted and ready to land.Sep 5 2018, 10:32 PM
src/applications/diffusion/controller/DiffusionInlineCommentController.php
86–87

Hmm, which part feels weird? The motivation? The actual action?

Would it still feel weird if the UI said "Don't bother the author with a done checkbox for this comment [X]"?

This revision was automatically updated to reflect the committed changes.