Hannes Papenberg
Hannes Papenberg
Right now we actually aren't checking the compatibility of our code for a certain PHP version statically. This PR should change that.
Hello, we have a larger codebase with ~800 files (according to the parse process of phpdocumentor) and while executing this in the docker image on our CI system, we regularly...
- Moving composer to its own step with caching - Add mysql as service - removing need for build.sh - fixing artifacts collection
Force renovatebot to use the right npm and composer versions.
Please create a tag for the version you released and create releases for the releases you are pushing to npm. Right now it looks as if this project was dead,...
I've searched far and wide where to report bugs, etc. but after 20 minutes searching through your repositories, I can't find a better place. Sorry. I tried setting up templates...
### Summary of Changes This removes the deprecated classes from the `/libraries/src/Application` folder. This code is not used anywhere in the CMS anymore. ### Link to documentations Please select: -...
### Summary of Changes We are migrating away from the `Joomla\CMS\Filesystem` classes to the framework Filesystem classes. This PR replaces all occurences of `Joomla\CMS\Filesystem\Folder::exists()` with `is_dir()`. The former method does...
### Summary of Changes The CMS filesystem package has been deprecated for some time now and is supposed to be removed in 6.0. This PR removes some of the dependencies...
### Summary of Changes The CMS filesystem package has been deprecated for some time now and is supposed to be removed in 6.0. This PR removes some of the dependencies...