Allon Moritz
Allon Moritz
I'm pretty sure that this can be achieved in a backwards compatible way or with a minimum of bc breaks which shouldn't affect the CMS code.
I was playing around with lazy objects and made a lightweight version with https://github.com/joomla-framework/di/pull/63. You can see the outcome in #45392. It doesn't affect the existing CMS code but allows...
The problem is that getDatabase() returns a `DatabaseInterface` which doesn't have that function as it is only part of the `DatabaseDriver` class. So this pr would bind us to the...
@wilsonge while you on it, might want to have a look here as well.
On GH is only chrome available. Can't find the issue right now, but firefox was not working.
The install task of cypress adds the browsers, they are not in the image.
I fear that this change can lead to some implications for extension developers when they are using this class as the lookup array is now built differently. Is it possible...
It's a protected variable, so very likely that it gets used by extending classes in 3rd party extensions. The problem is that this break can't be used in extensions which...
Difficult then, but yeah I see your point.
What I'v implemented was to show the list view on small screens, perhaps you can also consider a default view option per viewport.