- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 15 2023
I finally managed to lost track: This got already fixed in D25370.
Aug 14 2023
and of course after this round I got an additional RuntimeException: ctype_digit(): Argument of type int will be interpreted as string in the future to also tackle
Check for scalar instead of string as the passed value can also be an integer
...and wrong. Needs to check for a scalar instead because with a custom Date field I get: Call to phutil_nonempty_string() expected null or a string, got: int.
Aug 11 2023
Aug 7 2023
For the records, I did not compile from source, I had used the official Fedora package php-8.2.9-1.fc38 created on Aug 1st from https://koji.fedoraproject.org/koji/packageinfo?packageID=72
Aug 6 2023
In T15486#10906, @golyalpha wrote:I'd expect that a user's contact numbers might show up on their profile to other registered users.
Aug 5 2023
Three days ago I ran into the same output (though different steps in Phorge that I don't perfectly remember) after upgrading from PHP 8.2.8 to PHP 8.2.9 on Fedora 38. Thus I downgraded again.
Aug 4 2023
Aug 3 2023
This ticket seems to mix several different things (block people who harass versus filtering content that you want to see). This ticket does not describe an underlying root problem but a potential solution. @Quartz: Please see https://we.phorge.it/book/contrib/article/describing_problems/ and improve this ticket - thanks.
Please do not add random project tags, as this is not a problem in Wikimedia at all. Thanks!
Aug 1 2023
Remove unrelated Credentials change now covered in T15580 instead
Handle empty $value in PhabricatorStandardCustomFieldPHIDs.php instead
In D25346#10087, @avivey wrote:I think this should be implemented using the getHead() method that's already defined.