User Details
- User Since
- Jun 11 2022, 10:32 (148 w, 2 d)
- Availability
- Available
Yesterday
Update quickstart with paste mailkey removal
Capitalize consistently
Sat, Apr 12
Fri, Apr 11
This is great.
Thu, Apr 10
Much better, two nitpicks:
Wed, Apr 9
Tue, Apr 8
Sun, Apr 6
Setup phorge, saw nothing unusual in the setup issues.
Sat, Apr 5
Update documentation and simplify extension check
Ran bin/celerity map
Thu, Apr 3
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.
Fri, Mar 21
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
Dec 20 2024
Dec 19 2024
Oct 28 2024
Oct 27 2024
- APC: Change the setKeys $ttl parameter default to 0
Oct 20 2024
Confirmed on KDE on Debian 12, everything set to Dutch: LC_ALL evaluates to nl_NL.UTF-8. Fails before applying this change, succeeds afterwards.
I can reproduce this (KDE on Debian 12, everything set to Dutch: LC_ALL evaluates to nl_NL.UTF-8). diff returns localized output, but doesn't when using LC_ALL=C.