David Buchmann
David Buchmann
once the [orm mapper has landed in createphp](https://github.com/flack/createphp/pull/55), we should support it in the bundle as well. we need a persistence-orm.xml file similar to persistence-phpcr.xml and the configuration options in...
#117 made the controller more generic to allow handling custom workflows. we should provide some custom workflows in this bundle as examples. an obvious one would be publish workflow, to...
Right now we only have a default and a title configuration for the hallo editor. Would be nice to have a way to configure any editors and assign them to...
Right now, in a multilanguage setup, create just edits the page in whatever locale it currently is. This is fine as long as a translation already exists. But if i...
once #44 is done, we could provide a workflow button "Add page" in the header to add a child document (typically to a page) that would work even if the...
if we would expose the content schema to VIE, we could use the add button to add a selection of different contents into a collection (for example all kinds of...
if we have a sonata admin in place, would be cool to integrate with that. one generic way could be to have a controller that accepts the id of any...
this should mainly be updating createphp and testing and documenting https://github.com/flack/createphp/pull/62
https://github.com/liip/LiipVieBundle/ had optional integration of the DMS Filter library. we should do something about this again. maybe the right place would be in the Midgard\CreatePHP\RdfMapperInterface implementations. we would need "something"...
we should allow to plug ACL into this. probably this needs some improvements on the createphp library too, the bundle should just bind symfony bindings for the feature to be...