Page MenuHomePhabricator

Calendar events should support subscribers, for possible future uses.
ClosedPublic

Authored by lpriestley on Apr 28 2015, 5:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 13, 2:07 PM
Unknown Object (File)
Thu, Sep 12, 1:55 PM
Unknown Object (File)
Thu, Sep 12, 1:55 PM
Unknown Object (File)
Thu, Sep 12, 1:54 PM
Unknown Object (File)
Thu, Sep 12, 1:54 PM
Unknown Object (File)
Thu, Sep 12, 1:53 PM
Unknown Object (File)
Thu, Sep 12, 1:53 PM
Unknown Object (File)
Sat, Aug 31, 11:09 PM
Subscribers

Details

Summary

Closes T7974, Calendar events support subscribers.

Test Plan

Create or update calendar event, add subscribers, save, event detail view should show subscribers, and timeline should reflect the action.

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 subscribers, for possible future uses..
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
lpriestley edited edge metadata.

Renaming cc_value to subscribers for consistency.

epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php
30–31 ↗(On Diff #30240)

Not used?

233–234 ↗(On Diff #30240)

Unintended change?

This revision is now accepted and ready to land.Apr 28 2015, 5:27 PM
lpriestley added inline comments.
src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php
30–31 ↗(On Diff #30240)

Correct. I was adding and deleting the EDGE events, so that's a remnant of that. Taking it out.

233–234 ↗(On Diff #30240)

Correct.

lpriestley marked 2 inline comments as done.
lpriestley edited edge metadata.

Cleaning up transactions.

This revision was automatically updated to reflect the committed changes.