David Buchmann

Results 243 issues of David Buchmann

With the frontend editing, you can not create new content. (This is a planned but not yet implemented feature.) This pull request adds sonata admins for the content. As this...

In #18 we did not get translated URLs, only the {_locale} prefix. We can use the ContentBundle, MenuBundle and RoutingBundle documents directly to build all of this separately.

This is really simple, we just have to render the menu that is already here. Note that the decision what is shown in the menu depends on whether we called...

This pull request adds a twig extension providing the `speaker_path` twig function to link to a speaker. This is a clean way to inject the additional information we need to...

This adds the `Speaker` document and a template to list all speakers, and shows the speaker names next to the conferences. After switching to this branch, you need to reload...

We make the schedule page show the actual schedule. After switching to this branch, you need to reload the fixtures. As usual this is: ``` app/console doctrine:phpcr:fixtures:load ``` We still...

We add a template to display some more information on `Presentation` documents.

We now add a couple of documents and fixtures for Room and Presentation. We don't have any navigation yet, but going to http://conf.lo/app_dev.php/rooms/copernicus will display a room page and http://conf.lo/app_dev.php/rooms/copernicus/diving-deep-into-twig...

The Symfony2 CMF does not provide base templates apart from the ones used in the symfony-cmf-standard and the demo sandbox. We put a base template into the project here. Adding...

currently we purge the repository on each sync. but ideally we would just sync the whole repo including closed issues (maybe with some strategy to sync things that where closed...

enhancement