Ref T7936, Skeleton of calendar icon infrastructure
Details
Details
- Reviewers
epriestley chad - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7936: Give Calendar events custom icons
- Commits
- Restricted Diffusion Commit
rP7bc008d0e2cc: Skeleton of calendar icon infrastructure
Navigate to install/calendar/icon/, observe temporary calendar icons
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/calendar/controller/PhabricatorCalendarEventEditIconController.php | ||
---|---|---|
8–13 | Prefer the slightly more modern/simpler: handleRequest(AphrontRequest $request) method (instead of processRequest()) then $id = $request->getURIData('id');, and pull $viewer with $this->getViewer(). | |
30 | Trailing slash probably incorrect? |