Kersten Burkhardt

Results 13 comments of Kersten Burkhardt

Got the same problem. But this only happens if I have an file field in the request. If I only use other fields with `enctype="multipart/form-data"` it works like a charm.

Same here, need documentation for that

This is ok. I know that styling was not necessary, but my IDE did it by itself, sorry for that. I want to fix some more stuff tonight, maybe that...

Just for clarification, you need to rename asset.config.php into asset.global.php ind the autoload directory.

@thomastoye to fix this issue just add ```ServerSideEncryption: 'AES256'``` to the ```migrate()``` function in the ```putObject``` call. ``` putPromises.push( this.s3.putObject({ Bucket: this.bucket, Key: newItem.key, Body: JSON.stringify(json), ServerSideEncryption: 'AES256', }).promise() )...

This one is also not working: `$mapping->setParam( '_boost', array( 'name' => '_boost', 'null_value' => 1.0 ) );`

@ruflin this is my error: `Root mapping definition has unsupported parameters: [_boost : {name=_boost, null_value=1}]`

This would be really nice to see in the near future.

Some sort of this one should get you done: ``` var modal = new Backbone.BootstrapModal({ title : "My first modal", content : "This is my content", animate : true, focusOk...

Hi manast, this is a showstopper for me. I tried it to extend this by myself, but I got stuck. I would appreciate if you could do this, if it...