Page MenuHomePhabricator

Removing extra fields from differenital view
Closed, ResolvedPublic

Description

I want to modify my local differential application to have less extra fields. For instance, to remove the 'Revision Update History' table and the 'Award Token' link. Am I best off removing these in code? Or are there environmental variables that control the behavior?
'

Event Timeline

swang raised the priority of this task from to Needs Triage.
swang updated the task description. (Show Details)
swang added a subscriber: swang.

You can uninstall the Tokens application and that should remove the Award Token link. The Revision Update History isn't configurable and you'll have to fork to remove that.

Thanks @chad. Would still be nice to know what is and isn't configurable by environmental variables. Are they all listed in PhabricatorDifferentialConfigOptions.php?

chad claimed this task.

Everything that is configurable is in the Config application and documented. Generally speaking, the UI isn't re-configurable. You can do basic things like build Dashboards and turn applications off, but that's about it. T4213 covers skinning and themes.

There are also many tomes here that may be of interest to you as well:

https://secure.phabricator.com/book/phabricator/