Bram
Bram
### Steps to reproduce the issue $http = JHttpFactory::getHttp(new JRegistry,'socket'); $response = $http->get(JURI::root(), [], 1 ); var_dump($response); //JURI::root() redirects to JURI::root() . '/en/'; ### Expected result response of the final...
Maybe mark this with RFC? ## Summary of Issues ### Deletion of package with --path `processPathInstallation `would delete the package file if it's placed in the `tmp_path`. There are two...
Pull Request for Issue #43683 . ### Summary of Changes Added missing message type mapping from enqueued message to SymfonyStyle ### Testing Instructions Execute a CLI command calling a script...
### Summary of Changes The email sent by the system plugin task notification contains very little useful information. This adjustment adds the Exception message to the emails. The emails point...
### Steps to reproduce the issue Create a scheduled task with Execution Rule on Manual execute the command line scheduler:list ### Expected result Table with 'Next run' for above task...
Let's retry PR #43688 Pull Request for Issue #43683 . ### Summary of Changes Added missing message type mapping from enqueued message to SymfonyStyle ### Testing Instructions Execute a CLI...
### Steps to reproduce the issue The function getParams always initializes the values as 'string', for multiselect values this should be an array with the expanded values