Page MenuHomePhabricator

Remove "status" field from events
AbandonedPublic

Authored by epriestley on May 14 2015, 4:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 7 2024, 4:44 PM
Unknown Object (File)
Jan 3 2024, 7:41 PM
Unknown Object (File)
Dec 30 2023, 6:24 PM
Unknown Object (File)
Dec 26 2023, 7:50 PM
Unknown Object (File)
Dec 23 2023, 2:51 PM
Unknown Object (File)
Dec 15 2023, 3:35 AM
Unknown Object (File)
Dec 15 2023, 3:34 AM
Unknown Object (File)
Dec 15 2023, 3:34 AM
Subscribers

Details

Summary

Ref T8183. See that task for discussion.

  • For now, events always mark users as "Away".
  • In the future, we may reintroduce "sporradic" or other more complicated availability states, but they would be properties of the invitee, not of the event itself.
  • This also removes the long-deprecated user.addstatus and user.removestatus Conduit calls.
Test Plan
  • Created, edited, viewed events.
  • Grepped for removed symbols.
  • Viewed profile calendar.
  • Viewed Conpherence calendar.
  • Load Conduit console.

Diff Detail

Repository
rP Phabricator
Branch
fxform16
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/conpherence/controller/ConpherenceWidgetController.php:222XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 5978
Build 5998: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Remove "status" field from events.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

See D12840, I ^C'd this at a particularly inopportune time.