User Details
- User Since
- Feb 28 2023, 20:44 (94 w, 13 h)
- Availability
- Available
Yesterday
Wed, Dec 11
Thanks for the super-quick patch! I can confirm that this fixes the issue in the Phriction ToC on wider screens.
@jeffrey: Would you like to arc land your patch to get it merged?
@bekay: Would you like to merge this?
Tue, Dec 10
After installing subversion and setting LC_ALL instead of LANG I can finally reproduce on a Fedora 40 system:
Oh true, got it. Have to replace PhabricatorPolicyCapability::POLICY_ADMIN, with 'capability' => PhabricatorPolicies::POLICY_ADMIN, here
Mon, Dec 9
Fri, Dec 6
Right... one day I may get used to all those Phorge shortcuts, thanks
Oops, no for real
Uhm, right, heh
Thu, Dec 5
I applied this patch locally on top of git master and output does not complain anymore about 'link-brackets.txt' (thus it's correct) but fails in link-edge-cases.txt now (thus it's likely not complete):
Tue, Dec 3
@mturdus: Thanks! LGTM
@valerio.bozzolan: Feel free to give this revised version another review :)
Big thanks for digging deep into that regex (on which I gave up).
Thanks. Confirming that this works as expected (after manually changing test_accents.mbox to make the arc unit output fail)
Mon, Dec 2
Sat, Nov 30
Simplify return of validateRealName() as proposed by Valerio
Fri, Nov 29
Thanks for catching that! Amend in new PhutilNumber()
Finally got a reproducer URI in downstream:
Thu, Nov 28
Tue, Nov 26
Also update the PhpDoc accordingly
Ignore PHP 8.3.0's new DateMalformedStringException and stick to generic Exception in all cases instead
Handle whitespace-only task and project titles correctly
This needs rework as the logic currently does not properly handle entering a title consisting of whitespace only. (Outcome gets unpleasant afterwards.)
Fri, Nov 22
This should be resolved by now in git master