Work related to Phorge, the organization that develops Phorge (the software).
Details
Sat, Mar 15
If there's interest, I revived hach-que's old Docker setup and am updating it to work with Phorge because azure devops is killing my soul at work. It's suitable for both local dev environments (T15011) and production installs, and I'll be supplementing the repo with IaC for a production deployment (T15928).
Fri, Feb 28
I have also noticed this issue when submitting updates to a revision -
I agree that the hover behavior could be improved. Showing only after a delay could help here, though that would make it slightly worse for the times you actually want to interact with the hover.
Thu, Feb 27
Tue, Feb 25
I created D25895. Reviews welcome.
Sat, Feb 22
Tue, Feb 18
Feb 15 2025
Jan 15 2025
Jan 14 2025
Jan 13 2025
Thanks revi. Dear @dereckson probably your nice installation is still on the legacy Phabricator? (or a Phorge before 2023 Week 17, accordingly to wiki search results)
Cannot repro on current stable (rPd3c0a7edc3fc and rARC05abd055019c as of today). Tested on local installation.
Jan 1 2025
Dec 29 2024
Dec 26 2024
Dec 25 2024
Dec 24 2024
I've added the existing translations repo to https://we.phorge.it/w/community_resources/ since that's trivial. I agree something better should be done.
Dec 22 2024
I think the best extra other than brush your teeth three times a day (which not everyone likes) would be review this agreement every week.
Dec 19 2024
I found a number of Phabricator references in comments and error messages in \phorge\support\startup\PhabricatorStartup.php. See D25857: Replace some Phabricator references in PhabricatorStartup.php on comments and errors.
Dec 17 2024
I think that for the "the name I use is not my legal name" use-case, I'm pretty sure it's fine to use the name that is actually used (because that's what the person is normally known as). It's probably easier to justify accepting a name that is used in real life then "internet handle", but ㄟ( ▔, ▔ )ㄏ
What do other CLAs do about this?
I'm... honestly not sure, I haven't signed one before. If I had to, I'd ask the maintainers before doing so ^^;
Dec 15 2024
Dec 14 2024
Would the CLA have to be signed with one's legal name?
Dec 2 2024
Nov 2 2024
Oct 31 2024
Oct 18 2024
Oct 9 2024
If I were starting today I would probably design the back-end APIs first, then make the web interface derive from those APIs, such that web requests and api requests are not really any different, at least with regard to enforcing access controls.