Lukas Kahwe Smith

Results 148 issues of Lukas Kahwe Smith

might make sense to provide a service for the core `MimeTypeExtensionGuesser` and maybe even inject it by default into the `MediaRepository` and `ImageRepository`

enhancement

it would be good to have a way to ensure that the file format is included in the paths generated via LiipImagineBundle. f.e. ``` {{ /cms/media/foo | imagine_filter('small_filter') }} ```...

enhancement

use a filter or something when rendering content use a dataFilter rule for ckeditor followup for https://github.com/symfony-cmf/MediaBundle/pull/46

the imagine filter has to be set on the image. this is obviously quite flexible but makes administration needlessly hard. ideally one could set a default filter for a given...

enhancement
Easy Pick

the idea is that this function would look at the configuration of the route to determine the controller/template etc

feature

especially due to the performance issues with MenuBundle it would be good to explain how to efficiently cache menu inside an ESI block. for now there are two strategies to...

Easy Pick
MenuBundle
Cookbook

since accidentally moving nodes around the tree can break a lot of things and because it might not be obvious how to restore (note: we could offer an undo) it...

enhancement
UX

imho it would make sense to also convert `test.com` type strings ``` 1) Liip\UrlAutoConverterBundle\Tests\Extension\UrlAutoConverterTwigExtensionTest::testAutoConvertUrls with data set #1 ('Lorem ipsum dolor sit amet, test.com consectetuer adipiscing', 'Lorem ipsum dolor sit...

right now it seems like you use a catch all route .. it should be possible to instead use the CMF routing component to do dynamic route look ups during...