Wouter de Jong

Results 269 comments of Wouter de Jong

Ah, got it. Thanks for your patience! It is covered in the config reference btw: http://symfony.com/doc/current/cmf/bundles/phpcr_odm/configuration.html#phpcr-session-with-jackalope-jackrabbit Do you think we need to do more? I'm -1 on adding the instructions...

Hi @lpcadev! This repository has become the skeleton of the CMF project. This means that it includes no actual app code and can be used as the base to start...

> or better explain things for symfony newbies. This would mean we should redesign the complete documentation. The CMF docs are currently 100% targetted for people with a "working knowledge...

Fyi, Fancytree allows to do pagination using paging nodes: https://github.com/mar10/fancytree/wiki/TutorialLoadData#howto-allow-paging For this to work, the resource rest bundle should be modified as well to support pagination in the backend.

https://github.com/symfony-cmf/ResourceRestBundle/pull/17 will solve this question for 2.0. After that PR is merged, the result (in case of an undefined root node) will be: ![cmf-tree-not-found](https://cloud.githubusercontent.com/assets/749025/7555241/0725b9f6-f745-11e4-91e2-4dc2a0ad2806.png)

I like the idea! :) However, I want to keep this bundle as "standalone" as possible. This means that I don't think we should include any design decisions in this...

I still don't see anything wrong with adding it here. It's another way of browsing through the resource tree.

Just discovered Fancytree has a column view feature as well: http://wwwendt.de/tech/fancytree/demo/sample-ext-columnview.html

> As we concat the complete code into one file it wouldn't be that problem to divide the code into more files. So i would suggest some little services for...

> what is missing here? Some tests and some local testing.