Hi, I can also see this one that looks weird in big pannels available on dashboards
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 8 2023
Apart from the pre-existing 'Statues' typo, looks good to me...
Aug 7 2023
Also, I apologize for not completing this, hadn't had much spare time until recently. I will work on this soon.
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
The issue is in a change which went in with PHP 8.1.22, and is being reverted in PHP 8.1.23.
@aklapper - as PHP 8.2.9 isn't released yet, I assume you compiled from source? If you 'git pull' and recompile, the latest 8.2.9-dev should work. The fix was committed Aug 2 21:08:52.
Please fix unit errors
I see no problem with consistency.
Aug 6 2023
- Automatically continued bulleted list upon new line
Done.
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
After this change it's probably no longer possible to persist NULL.
Tested thanks!
I just applied the patch to our instance and it works. :) Thanks again. I'll monitor this so I see when I can stop manually applying the patch… ;-)
Raised PHP bug https://github.com/php/php-src/issues/11871
In T15586#12570, @Ekubischta wrote:
Just to illustrate my point - here are the repositories of phorge: https://we.phorge.it/diffusion/
Aug 3 2023
What is even stranger is that theoretically, php should not be able to exit with a status code of -1 - If you try, it changes it to 255
Hi @20after4 what do you think about the attached video? Do you like this feature? :)
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!
We do need the null check - but only for the unit test when the diff is not associated with a repository.
For live use, getSourceControlBaseRevision() will always return a string.