Thomas
Thomas
Ok, get it, now I have a proper error: `INFO[0010] Git server error commit=185599c733a573cb312bcc37ef2b94fbf31476bd dir=/mirror/data/git/github.com/sonata-project/sandbox-build.git error=write tcp 127.0.0.1:8000->127.0.0.1:49615: write: broken pipe type=fetch` I will send a PR.
Related PR: https://github.com/AaronO/go-git-http/pull/26
The media property are handled for files declared in the view.yml file. package support will be added soon
@lann here the usage : https://github.com/rande/gonode/blob/master/extra/goji.go#L129 This feature help me to expand the parameters from the Form struct into valid parameters. Another solution will be to open the `args` attributes...
The build is still failing, looks like you fail to rebase properly your PR.
The SonataCacheBundle does not alter the final response. It does not handle Response object, however you can store Respons object using these bundle. The BlockBundle does provide some support for...
Extra information about HttpCaching with block bundle : http://sonata-project.org/bundles/block/master/doc/reference/cache.html
@dbu The extension is not that magic ;) You can probably use an extension to update the default controller. But this will be not ideal.
a solution might be to use some events in tje controller or in the admin. But adding too much events might kill performance. ## Thomas Rabaix http://rabaix.net - http://sonata-project.org On...
I don't get the issue here, can you be more specific ? @dbu is right about the workflow. The extension has to figure if the current admin is embed or...