Page MenuHomePhabricator

Skeleton of calendar icon infrastructure
ClosedPublic

Authored by lpriestley on May 19 2015, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 5:47 PM
Unknown Object (File)
Wed, Apr 10, 2:01 AM
Unknown Object (File)
Mon, Apr 8, 2:23 AM
Unknown Object (File)
Mon, Apr 1, 3:34 PM
Unknown Object (File)
Thu, Mar 28, 9:16 PM
Unknown Object (File)
Mar 17 2024, 3:24 AM
Unknown Object (File)
Mar 17 2024, 3:24 AM
Unknown Object (File)
Feb 7 2024, 3:48 PM
Subscribers

Details

Summary

Ref T7936, Skeleton of calendar icon infrastructure

Test Plan

Navigate to install/calendar/icon/, observe temporary calendar icons

Diff Detail

Repository
rP Phabricator
Branch
calendaricons
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6121
Build 6142: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

lpriestley retitled this revision from to Skeleton of calendar icon infrastructure.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
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?

This revision is now accepted and ready to land.May 19 2015, 6:10 PM
lpriestley marked an inline comment as done.
lpriestley edited edge metadata.

retro-garbage

This revision was automatically updated to reflect the committed changes.