David Buchmann

Results 243 issues of David Buchmann

see todo comment in init-create-hallo.js - there was a bug with hallo that prevented this from working, check where to fix and enable it again.

hallo.js

follow up of #11 would be cool to offer to create a new page when you get a 404 page. we could look at the parent route and its content...

We ship a validation.xml configuration for the phpcr document. It is impossible to change validation, bundle overwrites do not work for this. It seems that the best way is to...

Easy Pick
DX

said we try if there is time.

the dangerous part about that cascading is that deleting that route will also delete all children routes, which could be a really bad idea. (unless your content tree and route...

once breadcrumb is merged in knp menu, we should look at how we do breadcrumbs and document it for users. see https://github.com/KnpLabs/KnpMenu/pull/45

enhancement

it would be nice to have a way to just render the current submenu if there is one of that navigation depth. we can render from a menu item but...

enhancement

As discussed in https://github.com/symfony-cmf/SeoBundle/pull/263/files#r40062307 this method has a strange name. what we do is add seo information. the method should be called something like `updateMetadata`... this would be an interface...

when a file upload field is required, it means the user must re-upload an image each time he submits the form. to edit a document that has an image field,...

enhancement

follow up of https://github.com/doctrine/DoctrinePHPCRBundle/issues/37 - @rmsint proposed to use a form listener and handling code to handle deleting an image again. right now the only way to delete an image...

enhancement