Christian Gripp

Results 23 issues of Christian Gripp

## Subject With this PR it is not necessary to use the `CRUDController::renderWithExtraParams` to render a template in the admin context. All admin pages with a `_sonata_admin` parameter inside the...

pending author
minor

## Subject Use twig to render all forms, this way we can respect the form themes. I am targeting this branch, because this is BC. Closes #4050, #4069 ## Changelog...

pending author
minor

## Feature Request This is just an idea I had when looking at an [old issue](https://github.com/sonata-project/SonataBlockBundle/issues/244) that is still present. There is a problem if you use custom blocks that...

feature

## Feature Request I'm planing to add a new feature which adds a new search field on each admin list. You can search for entities that may contain the searched...

feature

### Environment | Question | Answer | | --- | --- | | Bundle version | 3.4.0 | | Symfony version | 2.8.4 | | php version | 5.6 |...

enhancement
keep

We should replace all `` elements in the twig templates with the twig function `form_start` and `form_end`. We should also move the `action` and `method` (POST, GET) attribute to the...

minor
enhancement

## Feature Request We need some basic docs what this library does and how it works.

docs
keep

## Subject The `media` twig tag is broken. ## Steps to reproduce Define some image formats in the configuration. Create a template with the following code: ```twig {% media post.image,...

feature
keep

### Feature Request Add links to all pull request authors in the `CHANGELOG.md` file. | Q | A |------------ | ------ | New Feature | yes | RFC | no...

Enhancement