Page MenuHomePhabricator

Herald - add application search for transcripts
ClosedPublic

Authored by btrahan on Feb 21 2014, 8:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 1:29 PM
Unknown Object (File)
Mon, Feb 17, 1:29 PM
Unknown Object (File)
Fri, Feb 14, 10:36 PM
Unknown Object (File)
Tue, Feb 11, 9:30 PM
Unknown Object (File)
Jan 12 2025, 8:40 AM
Unknown Object (File)
Jan 5 2025, 4:40 PM
Unknown Object (File)
Dec 28 2024, 1:14 AM
Unknown Object (File)
Dec 12 2024, 10:22 PM

Details

Summary

this diff also makes the "test console" appear with the main search nav *and* updates application search to use the page title as the crumb rather than just search. Fixes T4399.

Test Plan

queried for transcript ids - success! queried for TX and MX - success! saved the TX and MX query and it worked again!

Diff Detail

Repository
rP Phabricator
Branch
T4399
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:41PHL1Unknown Symbol
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:49PHL1Unknown Symbol
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:53PHL1Unknown Symbol
Unit
No Test Coverage

Event Timeline

Awesome!

src/applications/herald/controller/HeraldTranscriptListController.php
101

Consider overriding buildApplicationCrumbs() here to add a "Transcripts" crumb, similar to the "Build Plans" crumb here:

https://secure.phabricator.com/harbormaster/plan/

btrahan updated this revision to Unknown Object (????).Feb 21 2014, 8:50 PM

override crumbs for better UI experience