Results 9 comments of Bram

The deprecated message as the same issue, it's triggered on every request if the home page menu has an ID. PR #43164 seems to fix id's from the menu being...

not really, that would be a solution for the original problem. Add it after #43164 ~In runTestCron also 'id' is used. Wouldn't it make sense to change that as well...

I changed the order in message.php/CMSApplicationInterface.php to be consistent with ConsoleApplication.php. Alphabetically as in message.php seemed right. I wasn't aware of the PSR-3 order as it is not described in...

I was wondering, wouldn't it be safer for future changes to clone the lockQuery $idQuery= clone $lockQuery; // and move the $lockQuery->update part down. This ensures that the conditions for...

Hi, I went through the different scenarios and all seems to work fine now. Nice work, you reshuffled quite a bit code, don't like the 'clone' :) A bit beyond...

given for example a config field in an extension xml file like: ` 1 2 3 ` The installation will set the default value to be a string in: https://github.com/joomla/joomla-cms/blob/22f8289d039c752409854e94d3fce75caf335be6/libraries/src/Installer/Installer.php#L1746C14-L1746C56...

> If the email now includes the message is there any point in telling someone to go to the joomla admin etc? Good point, Actually, in the current situation, there...

> Basically, I think the default behaviour should always be to clean up after yourself. If this doesn't happen, I think it's more of a bug. Since the --path option...

This pull request does not solve the issue of: Warning: Attempt to read property "params" on array in [ROOT]libraries/src/Component/Router/Rules/MenuRules.php The sef plugin must be enabled, always.