Laurynas Mališauskas

Results 5 issues of Laurynas Mališauskas

Hey everyone, are there any plans to support the newer version of SwiftMailerBundle? There are a lot of bug fixes in the SwiftMailer new version which are not included in...

In DatabaseSpool::queueMessage do not use ``` php $this->em->flush(); ``` for every message as it drops down performance significantly. Flush should be called from the invoking code (externally): ``` php foreach($messages...

How can i change the displayed value in the command buttons or to remove some buttons entirely? For example: * change UL button icon into text '\' * i enabled...

When running the command ```doctrine:fixtures:load``` we get e PHP notice in the data fixtures line $entity_manager->flush(); The notice is as follows: [Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: 00000000008d0501000000004e061b78 The value of index...

Many projects use github for their documentation. maybe pi4j should too. that way it is much easier for people to contribute and keep the docs up to date and further...

enhancement