https://github.com/ofbeaton/phabricator-fullname
Unofficial Display Fullnames (realname) beside usernames in Phabricator
https://github.com/ofbeaton/phabricator-fullname
patches phabricator php realname
Last synced: 5 months ago
JSON representation
Unofficial Display Fullnames (realname) beside usernames in Phabricator
- Host: GitHub
- URL: https://github.com/ofbeaton/phabricator-fullname
- Owner: ofbeaton
- License: apache-2.0
- Created: 2018-02-02T17:00:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T18:44:46.000Z (about 7 years ago)
- Last Synced: 2025-07-21T10:40:27.331Z (11 months ago)
- Topics: patches, phabricator, php, realname
- Homepage: https://www.phacility.com/phabricator/
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phabricator-fullname
Unofficial patch to display Fullnames (realname) beside usernames in Phabricator.
Often useful when importing users from a corporate LDAP where the usernames are auto-generated `txf032` etc.
## Updates
The project is considered in a usable state and feature complete.
This project is used in corporate applications. As such, the authors are unlikely to update it on a regular basis, but instead when the corporate applications that use it run into problems. You should expect updates in the 5-10yr range.
Issues and PRs will be monitored, and we will continue to work with the community to provide updates as they are contributed.
## Installing
```
cd phabricator
git apply fullname.patch
```
## Creating
Aim to make the less changes possible. This is why we only replace `getName` with `getFullname` instead of removing the whole case statement.
Checkout Phabricator. Make two copies of the `phabricator` subdir, `a` and `b`. Make your changes to `b`.
```
git patch a b > fullname.patch
```
Send in a PR, please make sure to include from what date onwards it is good for.
## Upstream
As of [2017-01-08](https://secure.phabricator.com/T10598) there is no interest from upstream in providing this as an option. Phacility instead recommends you maintain a patch yourself. This is that patch.