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
F13818170: D12595.diff
Fri, Sep 20, 5:42 AM
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
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
Branch
calendareventsubscribers
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5566
Build 5585: [Placeholder Plan] Wait for 30 Seconds

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

Not used?

233–234

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

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

233–234

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.