create-bundle
create-bundle copied to clipboard
UNMAINTAINED - Integrates create.js and createphp into Symfony2
**Example:** https://travis-ci.org/symfony-cmf/standard-edition/jobs/98547671#L611 **Related:** https://github.com/symfony-cmf/RoutingBundle/issues/319 Warming up the cache without the database existing results in an exception at the moment, as the Midgard Twig extension requires Doctrine. Should we create a...
It may be a good idea to use the SpBowerBundle to manage dependencies. Create.js is already declared in bower repositories, so we could use it to avoid using submodules.
After new content is created with CreateJS, a frontend script needs to take care of the routes creation, if the SimpleCmfBundle is not used. This PR is linked to https://github.com/symfony-cmf/cmf-sandbox/pull/143....
Hello, First, thanks for your amazing bunddle. I'm having issues with using collections : they get displayed correctly and are editable, but they don't show any "Add" button. I've got...
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...
see https://github.com/dunglas/php-schema /cc @dunglas
#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...