User Details
- User Since
- Jun 11 2022, 10:32 (145 w, 1 d)
- Availability
- Available
Fri, Mar 21
Sun, Mar 9
Thu, Mar 6
Tue, Mar 4
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.
Mon, Mar 3
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
Thu, Feb 27
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.
Mon, Feb 24
This is much better. A few spelling errors remain, plus two suggestions to make sentences read a little less awkward.
Sat, Feb 22
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.