Page MenuHomePhabricator

Update all existing ProfileMenuItems for the more-structured API
ClosedPublic

Authored by epriestley on Mar 31 2019, 7:12 PM.
Tags
None
Referenced Files
F15493814: D20358.id48609.diff
Sat, Apr 12, 10:11 PM
F15490419: D20358.id48576.diff
Fri, Apr 11, 5:14 PM
F15489769: D20358.id48609.diff
Fri, Apr 11, 12:07 PM
F15488087: D20358.id.diff
Thu, Apr 10, 7:17 PM
F15487068: D20358.id48577.diff
Thu, Apr 10, 10:58 AM
F15484711: D20358.diff
Wed, Apr 9, 7:43 PM
F15480096: D20358.id48576.diff
Tue, Apr 8, 11:35 AM
F15462420: D20358.diff
Tue, Apr 1, 3:03 PM
Subscribers
None

Details

Summary

Depends on D20357. Ref T13275. Now that there's a stronger layer between "stuff in the database" and "stuff on the screen", these subclasses all need to emit intermediate objects instead of raw, HTML-producing view objects.

This update is mostly mechanical.

Test Plan
  • Viewed Home, Favorites, Portals, User Profiles, Project Profiles.
  • Clicked each item on each menu/profile type.
  • Added every (I think?) type of item to a menu and clicked them all.
  • Grepped for obsolete symbols (newNavigationMenuItems, willBuildNavigationItems).

Diff Detail

Repository
rP Phabricator
Branch
portal8
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22449
Build 30727: Run Core Tests
Build 30726: arc lint + arc unit

Event Timeline

  • Minor API completeness / correctness fixes.
  • Support image icons, used by "Project" menu items.

This also includes some changes aimed at T12871, which improve rendering of dashboards that aren't accessible. Instead of just failing into a confusing broken/empty state, we now show "Restricted" vs "Invalid" vs "Archived" more clearly.

This revision is now accepted and ready to land.Apr 1 2019, 10:11 PM
This revision was automatically updated to reflect the committed changes.