Page MenuHomePhabricator

Provide convenience method addTextCrumb() to PhabricatorCrumbsView
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 27, 9:29 AM
Unknown Object (File)
Mon, Feb 24, 11:20 AM
Unknown Object (File)
Sun, Feb 23, 5:35 AM
Unknown Object (File)
Thu, Feb 20, 7:17 AM
Unknown Object (File)
Tue, Feb 18, 4:34 PM
Unknown Object (File)
Thu, Feb 13, 3:50 PM
Unknown Object (File)
Fri, Feb 7, 10:57 PM
Unknown Object (File)
Sat, Feb 1, 2:21 PM
Subscribers

Details

Summary

We currently have a lot of calls to addCrumb(id(new PhabricatorCrumbView())->...) which can be expressed much more simply with a convenience method. Nearly all crumbs are only textual.

Test Plan
  • This was mostly automated, then I cleaned up a few unusual sites manually.
  • Bunch of grep / randomly clicking around.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped