@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Event Description to Event Page

Summary: Let's people know what the event is, specifically.

Test Plan: View an Event Page

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8267

+5
+5
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
··· 101 101 pht('Ends'), 102 102 phabricator_datetime($event->getDateTo(), $viewer)); 103 103 104 + $properties->addSectionHeader( 105 + pht('Description'), 106 + PHUIPropertyListView::ICON_SUMMARY); 107 + $properties->addTextContent($event->getDescription()); 108 + 104 109 return $properties; 105 110 } 106 111