Page MenuHomePhabricator

Transactions - make TYPE_COMMENT implementation optional
ClosedPublic

Authored by btrahan on May 19 2015, 7:31 PM.
Tags
None
Referenced Files
F15452781: D12932.diff
Sat, Mar 29, 7:14 AM
F15445516: D12932.id.diff
Thu, Mar 27, 2:19 PM
F15433559: D12932.id31130.diff
Mon, Mar 24, 11:46 PM
F15431877: D12932.id31130.diff
Mon, Mar 24, 3:05 PM
F15416996: D12932.id31129.diff
Thu, Mar 20, 2:42 PM
F15385877: D12932.id.diff
Fri, Mar 14, 11:36 PM
F15338951: D12932.diff
Sun, Mar 9, 1:38 PM
F15337953: D12932.id31130.diff
Sun, Mar 9, 8:33 AM
Subscribers
Tokens
"Haypence" token, awarded by epriestley.

Details

Summary

Ref T6403. Conpherence keeps track of comments for message counts so we needed some special attention there. Otherwise, straight-forward.

Test Plan

left a comment on a diff with inline comments. sent messages in conpherence successfully. verified unread count incremented correctly for sent messages for users.

Diff Detail

Repository
rP Phabricator
Branch
T6403
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6126
Build 6147: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Transactions - make TYPE_COMMENT implementation optional.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/conpherence/editor/ConpherenceEditor.php
303

Maybe just break; in case the parent ever does anything.

This revision is now accepted and ready to land.May 19 2015, 7:32 PM
btrahan edited edge metadata.

go with break; rather than return; so the parent can be fancy maybe some day

This revision was automatically updated to reflect the committed changes.