Page MenuHomePhabricator

Removed all instances of getIconURI
ClosedPublic

Authored by jcox on Aug 30 2016, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 2:33 AM
Unknown Object (File)
Mon, Apr 29, 2:06 PM
Unknown Object (File)
Wed, Apr 24, 10:10 PM
Unknown Object (File)
Sun, Apr 21, 4:34 PM
Unknown Object (File)
Sun, Apr 14, 12:38 AM
Unknown Object (File)
Apr 1 2024, 10:38 AM
Unknown Object (File)
Mar 4 2024, 7:52 PM
Unknown Object (File)
Feb 20 2024, 8:20 AM

Details

Summary

Fixes T11541. PhabricatorApplication::getIconURI() has been returning only null for a while (I assume in preparation to remove it). I removed the method and all the remaining call sites.

Test Plan

Removed the method and then clicked around. Things didn't explode!

Diff Detail

Repository
rP Phabricator
Branch
PurgeGetIconURI (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13500
Build 17366: Run Core Tests
Build 17365: arc lint + arc unit

Event Timeline

jcox retitled this revision from to Removed all instances of getIconURI.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.

Nothing exploded? Hard to believe.

This revision is now accepted and ready to land.Aug 30 2016, 2:01 PM
src/applications/meta/typeahead/PhabricatorApplicationDatasource.php
39

wait a minute... are PHP function calls case-insensitive?

(Small comfort but variables aren't, at least.)

This revision was automatically updated to reflect the committed changes.