Page MenuHomePhabricator

Add edit notes to Phriction emails
ClosedPublic

Authored by chad on Sep 9 2016, 2:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 3:59 AM
Unknown Object (File)
Mon, Dec 9, 7:56 PM
Unknown Object (File)
Sat, Dec 7, 11:28 AM
Unknown Object (File)
Sat, Dec 7, 10:54 AM
Unknown Object (File)
Thu, Dec 5, 8:05 AM
Unknown Object (File)
Thu, Nov 28, 8:27 AM
Unknown Object (File)
Thu, Nov 28, 8:27 AM
Unknown Object (File)
Thu, Nov 28, 8:27 AM
Subscribers

Details

Summary

Fixes T9294. Adds edit notes.

Test Plan

Edit a document, see notes in email.

Diff Detail

Repository
rP Phabricator
Branch
email-phriction-notes (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13652
Build 17599: Run Core Tests
Build 17598: arc lint + arc unit

Event Timeline

chad retitled this revision from to Add edit notes to Phriction emails.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/phriction/editor/PhrictionTransactionEditor.php
433

Prefer if(strlen($description)) so the common and informative description "0" works correctly.

This revision is now accepted and ready to land.Sep 9 2016, 2:15 AM
This revision was automatically updated to reflect the committed changes.