Allon Moritz
Allon Moritz
Activates the extension unit tests as default and does remove some deprecated messages in the tests. ### Before the pr  ### After the pr 
### Summary of Changes When not logged in users can create articles, an exception is thrown that the article can not be checked out when saving it. ### Testing Instructions...
Pull Request for Issue #38790. ### Summary of Changes When silent responses types is not set in the user configuration, eg. after an upgrade. Then the MFA captive screen is...
### Summary of Changes Uses the current user in the MFA models instead of from the factory. ping @nikosdion for review ### Testing Instructions - Create a Joomla user and...
### Describe the issue When a source strings get's updated or added in a component through a git commit in the en-GB "Monolingual base language file", then no notification mail...
### Describe the issue Thanks for this great project. On the notifications part there is some room for improvements as when you come from transifex, you get a lot of...
Since I'v updated the dependencies on my larger project and PHPUnit got lifted to version 10.4.1, I get out of memory errors as the memory limit is constantly increasing with...
### Summary of Changes To get away from the CMSObject class we need a step by step process in the getItem function of the admin model. Alternative to #42714 which...
### Summary of Changes Followup of https://github.com/joomla/joomla-cms/pull/42717, to return a `\stdClass` instead of `CMSObject` in the Adminmodel getItem function. Developers should work directly on the properties on the returned item...
### Summary of Changes Removes some deprecated database properties in views. They stayed to not break overrides during the upgrade from 3 to 4. But are not used anymore. ###...