User Details
- User Since
- Jun 11 2022, 10:32 (157 w, 8 h)
- Availability
- Available
Today
Strange. The failing unit test succeeds on my machine, even with this change checked out.
Yesterday
Have you set a VCS Password (see your user settings) and are you using that password when using arc land?
Thu, Jun 12
MariaDB added support for SHOW REPLICA STATUS in MariaDB 10.5.1, which was released February 14, 2020. This means compatibility between MySQL and MariaDB diverges with this change, as MySQL 8 was released on April 19, 2018. This might be useful to note as well.
Tue, Jun 10
Ah, that makes perfect sense. Thank you.
Is throwing an error in the JavaScript really necessary? Regardless, this works as advertised.
Mon, Jun 9
Weird. I cannot reproduce on Debian Trixie (13), with PHP 8.4.6 and git 2.47.2.
Sat, May 24
Tue, May 20
I need to test this still, but this looks good. Two nits, and one issue I spotted:
May 9 2025
May 8 2025
May 2 2025
May 1 2025
Apr 29 2025
Apr 27 2025
Works for me: (on rPdfe8539c6a)
I can reproduce with the embedded copy of FontAwesome. I cannot reproduce if I use Fork Awesome 1.2. Switching over as a stopgap is a potential solution, especially because it offers SVG support, which can pave the way for a native-SVG replacement.
Apr 25 2025
Apr 24 2025
Apr 23 2025
Apr 15 2025
Rebase and re-run tests with expected LANG
Apr 13 2025
Update quickstart with paste mailkey removal
Capitalize consistently
Apr 12 2025
Apr 11 2025
This is great.
Apr 10 2025
Much better, two nitpicks:
Apr 9 2025
Apr 8 2025
Apr 6 2025
Setup phorge, saw nothing unusual in the setup issues.
Apr 5 2025
Update documentation and simplify extension check
Ran bin/celerity map
Apr 3 2025
Phorge neither uses PHP's mysqli extension nor calls PHP's htmlentities() function.
Are you sure about that? Phorge supports either the old mysql extension or mysqli - and mysql was deprecated in PHP 5.5, and removed in PHP 7.0. Notably, Phorge checks for the existence of mysqli in PhabricatorDatabaseRef, PhabricatorExtensionSetupCheck and PhabricatorPHPConfigSetupCheck.
Mar 21 2025
Mar 9 2025
Mar 6 2025
Mar 4 2025
Did some digging using the Network monitor. When using the dialog, Phorge sends this:
__csrf__: B@jqccc7335f3e341bab747f2a __form__: 1 __dialog__: 1 tokenPHID: PHID-TOKN-emoji-7 __wflow__: true __ajax__: true __metablock__: 4
but using the direct URL, it sends this:
__csrf__: B@2rdakjrtaeed9a29351d9a9c __form__: 1 __dialog__: 1
Unfortunately, all I can gleam is that the JavaScript doesn't trigger correctly when clicking on a token, and never sends the tokenPHID key-value pair as a result. It's clearly not handling the separate form correctly, because disabling JavaScript results in a proper experience.
I haven't the foggiest how this transaction is supposed to use its stub variant; attempting to create a document at /w/parent/child causes an error about /w/parent/ being required.
Mar 3 2025
This doesn't seem correct. renderObject doesn't take any arguments. I suspect the intention was renderHandle, as that method takes a PHID, which the metadata key mentions.
Followed test plan, confirmed findings, accepted revision.
Use !empty instead of isset to match previous type juggling behaviour
Feb 27 2025
Remove the mailKey column from PhabricatorPaste
Created D25900 for the deleted paste mailkey migration.
Ran ./bin/storage upgrade --namespace phabricator_quickstart_test2, and that didn't fail.
Feb 24 2025
This is much better. A few spelling errors remain, plus two suggestions to make sentences read a little less awkward.
Feb 22 2025
Feb 17 2025
Yes, please!
Feb 16 2025
Feb 15 2025
Feb 3 2025
I find the current iteration too difficult to read, although that may be partially caused by the mutual language barrier.
Jan 26 2025
Took some fiddling with VS2022 to find exactly what I needed to install, but worked like a charm afterwards.
Dec 25 2024
Dec 24 2024
Run unit tests