mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
No description
a438c87c52
Summary: Git and hg (supposedly..) differentiate between an author (who wrote the patch) and a committer (who applied the patch). This patch allows Phabricator to note when a patch is committed by someone other than the Author. Test Plan: Created 2 accounts, - U (Account with a PHID) - U' (Account without a PHID) and had them create and commit commits testing if their username/real name would be displayed correctly in Diffusion, - BrowserTable - HistoryTable - Code revision Teztz, A(uthor)/C(ommitter) If it's A/A then Author committed UL = User link (<a href="/p/username">username</a>) UN = User name ("Firstname Lastname") Tezt | Expected in table | Got ------------------------------------------- A/A | UL/UL | UL/UL A'/C | UN/UL | UN/UL A/C' | UL/UN | UL/UN A'/C' | UN/UN | UN/UN Reviewers: epriestley Reviewed By: epriestley CC: aran, Koolvin Maniphest Tasks: T688 Differential Revision: https://secure.phabricator.com/D2541 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. 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. http://www.apache.org/licenses/LICENSE-2.0