tree-browser-bundle
tree-browser-bundle copied to clipboard
Integrates javascript tree browser with PHPCR and PHPCR-ODM.
I am migrating a CMF/Sonata application from Symfony 2.8 to 3.4 - that made me upgrade all CMF/Sonata stuff as well. In this process I moved from `symfony-cmf/tree-browser-bundle:^1.0.0` to `symfony-cmf/tree-browser-bundle...
I'm really looking forward to v2.0 of this bundle! Is there some documentation / sample code to get started? The official docs haven't been updated in a really long time...
Let's start it here too. Todo: * [ ] Fix tests * [x] add composer.json entry * [ ] add phpunit >= 7
#### Symfony packages SF4,but does not matter #### Symfony CMF packages all Subject In an application with many children per node the treebrowser api (resource) answers with an 500. No...
We're using [Gedmo Tree](https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.x/doc/tree.md) instead of Doctrine ODM for our tree data structure. In Version 1.0 of the TreeBrowserBundle it was pretty easy to write my own `Tree` class by...
I am working on a HTML based column-brower:  Its basically quite simple, and actually uses the Semantic UI CSS framework. I wonder if it should be a part of...
See https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/pull/340 for the story behind this PR. Fixes https://github.com/symfony-cmf/TreeBrowserBundle/issues/76
Movements within the same collection (same parents) do not need a move call on the resources backend. We only need a reorder call only.
When moving or adding (not implemented yet) a node in the tree we have respect some restrictions. Moslty the parents the decide wheter to take a children of a specific...
Here is the [link](https://github.com/symfony/webpack-encore)