carnage

Results 12 issues of carnage

| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...

BC Break
Enhancement

Depends on #3 Libraries targeted: Using none standard AES in ECB mode: https://github.com/vmelnik-ukraine/DoctrineEncryptBundle https://github.com/reprovinci/doctrine-encrypt https://github.com/51systems/doctrine-encrypt https://github.com/juliencharrel/DoctrineEncryptBundle https://github.com/ambta/DoctrineEncryptBundle (has other modes which includes standard ECB mode aes) Please feel free to...

Make a pop-art version of the Doctrine logo by running it through AES in ECB mode.

When running this with the command given in the readme, it wasn't possible to discover new devices. You need to add --net=host to the run line to allow it to...

I've been playing around with making the core of Zend Auth event based, this is very much a WIP but the idea is to support the use cases in the...

If a DateSelect element has it's value set to an empty string, due to the behaviour of php's date time object; the element is set to today's date. See offending...

bug
question
BC Break

I've narrowed the problem down the the Zend-code dependency. I don't know if there is any way we can fix this for PHP 7; perhaps a documentation update warning of...

bug

This is a bc break but will improve performance. The form element manager is currently registered as a services listener, which means it can interrogate Module classes for form element...

The Inject template listener allows specifying a controller_map to map namespaces or specific controllers to directories. It is not currently possible to specify a mapping for a namespace to ''...

enhancement
BC Break

Very minimal attempt at a PHP runtime for module support. To the best of my knowledge, the go part of this PR is complete & working. Outstanding is to write...