Christian Raue
Christian Raue
This replaces #147. The files are still moved into separate folders (now one for the bundle and one for the component), but no namespace changes are needed by only adapting...
This replaces #118. The idea is to keep everything in the bundle repo, but moving all files meant to be available for the library into a dedicated folder (which can...
Being repeatedly faced with topics, it might be a good idea to provide sample solutions for common tasks in one place. This could be done by - adding some kind...
Follow-up to #126. 😏 Reason: Pointing to the filesystem's root is not valid. Note: This fix should probably target the 2.1 code branch which doesn't exist in the repo yet.
Follow-up to d6695865e7b88f356be64997b4b60773c2d63e21.
Is it possible to use [the switch user functionality](http://symfony.com/doc/current/book/security.html#impersonating-a-user) while having all three built-in voters disabled? I did so when switching to expressions and had to enable the role voter...