Search Symbols by Repository, not Project

Summary:
Fixes T7977.
- Move Indexed Languages and See Symbols From config to Repository
- Make symbol search skip projects

This also makes the default languages to Everything instead of Nothing.

Test Plan:
- Browse files, click symbols.
- Use quick search to find symbols
- Browse revision, click symbols

Reviewers: joshuaspence, epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T7977

Differential Revision: https://secure.phabricator.com/D12687
This commit is contained in:
Aviv Eyal
2015-05-18 06:29:47 -07:00
committed by epriestley
parent 79e8d9fc2d
commit 898ce6bace
16 changed files with 336 additions and 83 deletions

View File

@@ -128,7 +128,7 @@ final class DiffusionSymbolController extends DiffusionController {
'',
));
$table->setNoDataString(
pht('No matching symbol could be found in any indexed project.'));
pht('No matching symbol could be found in any indexed repository.'));
$panel = new PHUIObjectBoxView();
$panel->setHeaderText(pht('Similar Symbols'));