David Buchmann

Results 944 comments of David Buchmann

note that there is one example of a custom workflow, for handling delete https://github.com/symfony-cmf/CreateBundle/blob/master/Workflow/DoctrinePhpcrDeleteWorkflow.php it is defined as a service, but loaded explicitly when the [configuration option is set](https://github.com/symfony-cmf/CreateBundle/blob/master/DependencyInjection/CmfCreateExtension.php#L139). this...

there is RdfMapperInterface::isEditable() which could be leveraged, maybe that would be enough.

we have a binary access control with a role defining if you are allowed to edit or not.

yeah, not sure if its a good idea to restrict here at all. probably should be up to the user if they need restrictions.

i think we should provide themes in separate repositories, not bundled with the functionality. for example, you would want every page to build on the same base page template, not...

could be something for version 1.2

removed the milestone. if anybody thinks its important to have it, please create a pull request.

the createphp code is merged. now we just need to leverage the new functionality in this bundle :-) /cc @pjedrzejewski

we should implement https://github.com/flack/createphp/issues/58 as well to get the full power out of this.

yeah, i think the doc was written before that was added to createphp. i was holding back with adding support to CreateBundle, hoping somebody would find time to implement https://github.com/flack/createphp/issues/58...