Page MenuHomePhabricator

Ability to RSVP to event
ClosedPublic

Authored by lpriestley on Apr 30 2015, 2:40 AM.
Tags
None
Referenced Files
F14043804: D12619.diff
Tue, Nov 12, 1:05 PM
F14028812: D12619.diff
Fri, Nov 8, 4:09 PM
F14009472: D12619.diff
Wed, Oct 30, 6:26 PM
F13985374: D12619.diff
Sun, Oct 20, 8:07 PM
F13975376: D12619.diff
Fri, Oct 18, 9:52 AM
F13966038: D12619.id30299.diff
Wed, Oct 16, 5:47 AM
F13955637: D12619.id.diff
Mon, Oct 14, 2:18 AM
Unknown Object (File)
Oct 9 2024, 4:40 PM
Subscribers

Details

Summary

Closes T7986, Ability to RSVP to event.

Test Plan

Create event, invite users, invited users should see buttons on event detail header to accept/decline. Accepting/declining reflects in the invitee status in the property list.

Diff Detail

Repository
rP Phabricator
Branch
calendareventrsvp
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5603
Build 5622: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

lpriestley retitled this revision from to Ability to RSVP to event.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
264

For consistency, write this as:

if (condition) {
  continue;
}

(That is, on three separate lines.)

This revision is now accepted and ready to land.Apr 30 2015, 2:43 AM
lpriestley edited edge metadata.

What lint missed.

This revision was automatically updated to reflect the committed changes.