@valerio.bozzolan yes, https://gitpull.it/D110 demonstrates the point I was trying to communicate. No buttons available to expand the context.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 14 2023
In T15250#6240, @valerio.bozzolan wrote:So if I understand correctly:
- most FreeBSD users share a Diff but is usually just a git patch
- → first problem: Phorge was intended to use arc diff for best experience, so that to create a git patch, create the Diff, and assign that Diff to the right Repository, run Lint, and run Unit tests
- → but sharing a raw git patch is really OK and reasonable, I understand that Arcanist is a pain for new users
, but:
In T15249#6218, @ton wrote:I don't mind if someone points me at the right place in code so I can try my luck with writing PHP.
By the way, it seems to me that the reporter is saying that these buttons are sometime not available (when the user does not use Arcanist):
As an alternative to using the "upload raw diff" option, see also https://secure.phabricator.com/T5000, and in specific the "magic ref" stuff in T15096#2329 and https://secure.phabricator.com/D9599.
Feel free to say to me that I probably didn't understand shit as usual :D
So if I understand correctly:
what's frustrating here is the fact that Phorge has the source code, so it should know the context.
But by not providing the context itself, it can also not know when a Diff has diverged and can no longer be landed without (manual) intervention.
By the way it seems that - for any frontend string - your local Administrators can override a message from the Phorge/Phabricator Config page.
Hi, thanks for this interesting question.
Apr 13 2023
I don't mind if someone points me at the right place in code so I can try my luck with writing PHP.