Toflar
Repos
52
Followers
164
Following
9

Events

Toflar create tag 3.0.10
Created at 20 hours ago

Fixed checking for a valid array for in_array() in PHP as well

Created at 20 hours ago
[Symfony] Integration configuration

Hm, I don't understand why one would have multiple schemas for an index? :D

Created at 21 hours ago
[Symfony] Integration configuration

What exactly is schemas?

Created at 2 days ago
Allow doctrine/annotations v2

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.

Created at 3 days ago
Toflar create branch allow-doctrine-annotations-2
Created at 3 days ago
pull request opened
Fixed missing support for services.php and services.xml in app

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.

Created at 3 days ago
create branch
Toflar create branch fix/services-php-xml
Created at 3 days ago
pull request opened
Disable git packed objects

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.

Created at 1 week ago

Disable git packed objects

Created at 1 week ago
create branch
Toflar create branch fix/no-thin
Created at 1 week ago
closed issue
Empty path possible for git executable

https://github.com/ausi/remote-git/blob/main/src/GitExecutable.php#L37 this might return '' - I guess we should throw an ExecutableNotFoundException there too?

Created at 1 week ago
issue comment
Empty path possible for git executable

https://github.com/ausi/remote-git/pull/20

Created at 1 week ago
pull request opened
Ensure an empty git path is not accepted
Created at 1 week ago
create branch
Toflar create branch fix/git-path
Created at 1 week ago
delete branch
Toflar delete branch patch-1
Created at 1 week ago
delete branch
Toflar delete branch set-config
Created at 1 week ago
delete branch
Toflar delete branch exceptions
Created at 1 week ago
issue comment
Empty path possible for git executable

Or you might pass '' as $path which would also result in the same issue 😄

Created at 1 week ago
opened issue
Empty path possible for git executable

https://github.com/ausi/remote-git/blob/main/src/GitExecutable.php#L37 this might return '' - I guess we should throw an ExecutableNotFoundException there too?

Created at 1 week ago
[Core] Split Connection Read and Write processes into separate services

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.

Created at 1 week ago
issue comment
Always show the 404 page

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.

Created at 1 week ago
issue comment
Fix typo in asset component package name to snake case

Thanks @avhulst!

Created at 1 week ago

Fix typo in asset component package name to snake case (#1162)

Created at 1 week ago
pull request closed
Fix typo in asset component package name to snake case

https://github.com/contao/contao/blob/da29e67bce609711c1e1f358598613ff90cfe5f3/core-bundle/src/DependencyInjection/Compiler/AddAssetsPackagesPass.php#L166

Created at 1 week ago
delete branch
Toflar delete branch netzarbeiter-patch-1
Created at 1 week ago

Added conference, camp, developers meeting and review (#71)

Created at 1 week ago
issue comment
Added conference, camp, developers meeting and review

Thanks @netzarbeiter <3

Created at 1 week ago