Page MenuHomePhabricator

Calendar events should now have a 'Name' field.
ClosedPublic

Authored by lpriestley on Apr 28 2015, 3:23 PM.
Tags
None
Referenced Files
F18739679: D12591.id.diff
Wed, Oct 1, 10:32 PM
F18712553: D12591.id.diff
Mon, Sep 29, 5:26 AM
F18629483: D12591.diff
Sep 16 2025, 9:01 AM
F18601245: D12591.id30230.diff
Sep 13 2025, 11:55 AM
F18565893: D12591.id.diff
Sep 9 2025, 1:50 PM
F18497484: D12591.diff
Sep 4 2025, 6:03 PM
F18296475: D12591.diff
Aug 23 2025, 3:48 PM
F18231346: D12591.id30231.diff
Aug 20 2025, 2:01 PM
Subscribers

Details

Summary

Closes T7953, Calendar events should now have a 'Name' field.

Test Plan

Create or edit event with no title, save event, should get error requiring name, event detail view timeline should reflect name changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

Minor inlines.

src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
105–107

Nuke.

src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php
78

Here or in a future diff, maybe render:

%s created this event.

...if $old === null. You'd also have to remove TYPE_NAME from shouldHide() if you do this.

This revision is now accepted and ready to land.Apr 28 2015, 3:29 PM
This revision was automatically updated to reflect the committed changes.