mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
No description
7414777856
Summary: Fixes T4060. The logic here is: - When you take several actions at once, we show a single feed story for all of them. - We choose the "most interesting" title for the feed story. For example, "close task" is more interesting than "add CC". Currently, the issue with this is: - "Add comment" is the //least interesting// title. I think this is correct: all other actions are more interesting than the fact that you added a comment. - We try to conserve the number of objects we need to load by rendering only the most interesting transaction. To fix this: - Stop being so conservative; load all of the transactions and all of their PHIDs. - Add bodies from any transactions which render bodies. In all cases (I think?) this is a maximum of one comment adding a body. The end result is a story like this: epriestley closed T123: the building is on fire. "Okay guys I put the fire out" Test Plan: See screenshot. Reviewers: chad, btrahan Reviewed By: chad CC: aran, asherkin Maniphest Tasks: T4060 Differential Revision: https://secure.phabricator.com/D7504 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.