Page MenuHomePhabricator

Calendar events should support comments
ClosedPublic

Authored by lpriestley on May 1 2015, 12:25 AM.
Tags
None
Referenced Files
F13258959: D12640.id30352.diff
Sun, May 26, 2:27 PM
F13232853: D12640.diff
Tue, May 21, 1:31 AM
F13231853: D12640.id30352.diff
Tue, May 21, 12:49 AM
F13231851: D12640.id30351.diff
Tue, May 21, 12:49 AM
F13231849: D12640.id30350.diff
Tue, May 21, 12:49 AM
F13219857: D12640.id30350.diff
Sat, May 18, 9:29 PM
F13213508: D12640.diff
Fri, May 17, 7:50 AM
F13206315: D12640.id.diff
Wed, May 15, 7:05 AM
Subscribers

Details

Summary

Closes T7956, Calendar events should support comments.

Test Plan

Open event, add comment, save, comment should appear in timeline.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Calendar events should support comments.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
lpriestley edited edge metadata.

Use getMonogram!

epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/application/PhabricatorCalendarApplication.php
59

indent for consistncyreys

src/applications/calendar/controller/PhabricatorCalendarEventCommentController.php
7–14

Consider modernizing to use handleRequest(AphrontRequest $request) instead.

11

Stray debugging code.

This revision is now accepted and ready to land.May 1 2015, 12:31 AM
lpriestley marked 3 inline comments as done.
lpriestley edited edge metadata.

Considered modernizing it.

This revision was automatically updated to reflect the committed changes.