dantleech
dantleech
- [ ] [General Bundle Standards](http://symfony.com/doc/master/cmf/contributing/bundles.html#general-bundle-standards) - [ ] > [File Naming](http://symfony.com/doc/master/cmf/contributing/bundles.html#file-naming) - [ ] > [Interface Naming](http://symfony.com/doc/master/cmf/contributing/bundles.html#interface-naming) - [ ] [Meta: README, CHANGELOG, etc](http://symfony.com/doc/master/cmf/contributing/bundles.html#meta-readme-changelog-etc) - [ ] [Persistence](http://symfony.com/doc/master/cmf/contributing/bundles.html#persistence) #29...
Auto routing configuration should be in its own directory, it should not share a directory with normal routing configuratopm.
Remove the hard dependcy on auto routing bundle
The package below basically lets you specify js dependencies in composer.json and install them to a specified directory. ``` https://github.com/RobLoach/component-installer ``` Works pretty well for the TreeUiBundle, and doesn't require...
Fixes #255 Based on #256 WIP. This PR refactors the PhpcrMenuProvider to throw errors more often. The current problem is that `has` was hiding all of the Exceptions which were...
If the provider cannot find the menu document then the error is thrown back to KnpMenu ChainProvider and the next provider is tried. When all providers fail you get a...
Currently you can only specify a URL, Route Name, or Content Document (or rather all three at the same time if you like - would be neat to have a...
Originally reported by @wjzijderveld in ContentBundle > The embedded route and menu forms for the content admin are great! > > But for multilang menu nodes, it doesn't work to...
Just an idea. Provide a (HTML5?) block type which enables you to select which tags to use for `title` ,`body` and maybe other fields, e.g. ``` {{ title }} {{...
WIP documentation for the proposed resource component. The component is here: https://github.com/dantleech/Resource Its still not 100% finished and its scope isn't completely finalized, but some documentation should help to explain...