Fixed checking for a valid array for in_array() in PHP as well
Hm, I don't understand why one would have multiple schemas for an index? :D
What exactly is schemas
?
I've manually tested - the components we're using are still there and unchanged.
We need this because some libraries require doctrine/annotations
v2
(e.g. PHP CS-Fixer 3.15+) and this bundle is still used for Contao 4.13 LTS for example.
I just tried adding config/services.php
to my app (because it has a ton of advantages over yaml) and noticed, that we currently ignore them.
I don't see why we would force people to use yaml in their apps for another 3 years when working with 4.13. I want to use PHP and have all the benefits.
Otherwise a git push
can take up to 1.5 minutes or more on bigger git repositories as we do not have any reference locally so it has to download all the information first in order to then transfer a packed object.
Disable git packed objects
https://github.com/ausi/remote-git/blob/main/src/GitExecutable.php#L37 this might return ''
- I guess we should throw an ExecutableNotFoundException
there too?
https://github.com/ausi/remote-git/pull/20
Or you might pass ''
as $path
which would also result in the same issue 😄
https://github.com/ausi/remote-git/blob/main/src/GitExecutable.php#L37 this might return ''
- I guess we should throw an ExecutableNotFoundException
there too?
I would use Indexer
for sure.
For searching, that's usually to query
. But there's no noun for that so a Querier
or whatever does not make any sense. I'd go with Searcher
probably.
I guess introducing this as a new feature is the safer way then. We cannot afford to fiddle around with security in a patch release of the current (and thus most widely adopted and used) LTS version.
Thanks @avhulst!
Fix typo in asset component package name to snake case (#1162)
https://github.com/contao/contao/blob/da29e67bce609711c1e1f358598613ff90cfe5f3/core-bundle/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php#L166
Added conference, camp, developers meeting and review (#71)
Thanks @netzarbeiter <3