- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 20 2023
No further changes requested in 13 days, so am going to land this diff.
Sep 12 2023
Update unit test
Sep 11 2023
Updates as per reviews
Add a note about figlet
Sep 8 2023
Sep 7 2023
Please wait 2-3 days before landing, so other people can share useful tips
Sep 6 2023
Updated differential_faq.diviner as per review.
Cowsay documentation moved to Remarkup section
Links to Remarkup section added to Differential documentation
Cowsay documentation moved to Remarkup section
Links to Remarkup section added to Differential documentation
Sep 5 2023
In D25434#12399, @valerio.bozzolan wrote:lol
Just a question. Why under differential and not related to Remarkup?
Hi all, can this be approved if no one has any objections? Dashboards simply can't be modified under PHP 8.1 without this. Thanks.
Aug 28 2023
Looks good
Looks good to me.
Aug 18 2023
Looks good to me.
In D25409#11652, @avivey wrote:I think phutil_nonempty_string fails faster then strlen (strlen allowing automatic conversion of string-like things to string and phutil_nonempty_string doesn't), but I'm a little confused right now...
Switch to using phutil_nonempty_string
In D25409#11648, @avivey wrote:phutil_nonempty_string is basically the exact same thing, but with stricter type control
Aug 16 2023
Looks safe and sensible.
Aug 12 2023
Aug 11 2023
Minimal fix to the issue as discussed...
That works...
Simply adding a FIELDKEY adds Test: to the title of a new diff, but the full fix of making DifferentialTestCommitMessageField a DifferentialCommitMessageCustomField doesn't
I have a fix, but can't create it. Will need manually applying to the server:
Gotcha. So
- isset() is safer when pulling things out of arrays.
- phutil_non_empty_string() provides for stricter parameter checking as it demands the array value is set, even if set to null.
Aug 10 2023
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Aug 9 2023
What was your strategy to locate strlen(null) issue without any stacktrace, manual code analysis ?
'git grep' to find where the error page was generated, then adding the missing phlog($ex) to get the stack trace.