content-bundle
content-bundle copied to clipboard
Provides some basic document classes and controllers for modeling content
Let's start it here also ToDo: * [ ] fix tests * [ ] increase phpunit version
We ship a validation.xml configuration for the phpcr document. It is impossible to change validation, bundle overwrites do not work for this. It seems that the best way is to...
said we try if there is time.
Of course I can use my own controller, but because symfony itself propogates the usage of HTTP-headers for cache-expiration/-validation I think it would be nice, if `ContentBundle` could provide something...
We should implement https://github.com/doctrine/phpcr-odm/pull/706 in 2.0 of this bundle. The tree browser bundle can use this information to restrict children.
with https://github.com/symfony-cmf/ContentBundle/pull/91 and https://github.com/schmittjoh/serializer/pull/184 REST read support is basically available. however it would be cool to get some more sane defaults for the response and/or more aspects that can be...
the dangerous part about that cascading is that deleting that route will also delete all children routes, which could be a really bad idea. (unless your content tree and route...