mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 18:51:12 +01:00
No description
68d05934a7
Summary: Fixes T10285. - If a result (like a milestone) has no primary hashtag, try to fill in a secondary hashtag. - If we can't find any hashtag, don't return the result. This produces these behaviors: - By default, you can't autocomplete milestones. - If you give one a hashtag, you can. We might want to give milestones "special" hashtags eventually (like `#xyz/33`) but this fixes the confusing/broken behavior in the UI and we can wait for a better use case for letting you autocomplete milestones, I think. Also, don't try to cycle hashtags when renaming milestones. This was a little inconsistent before. Test Plan: - Autocompleted normal projects. - Autocompleted milestones with explicit hashtags. - No autocomplete entry for milestones with no special hashtags. - Used normal typeahead to get tag-less milestones to make sure I didn't break anything. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10285 Differential Revision: https://secure.phabricator.com/D15261 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phabricator is a collection of web applications which help software companies build better software.
Phabricator includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
You can learn more about the project (and find links to documentation and resources) at Phabricator.org
Phabricator is developed and maintained by Phacility.
SUPPORT RESOURCES
For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.
NO PULL REQUESTS!
We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.