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
- Branch
- calendaricons
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 6120 Build 6141: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/calendar/controller/PhabricatorCalendarEventEditIconController.php | ||
---|---|---|
7–12 | Prefer the slightly more modern/simpler: handleRequest(AphrontRequest $request) method (instead of processRequest()) then $id = $request->getURIData('id');, and pull $viewer with $this->getViewer(). | |
29 | Trailing slash probably incorrect? |