Results 3 issues of Andrey Stukalin

Currently `setCookie` accepts only name and value. I suggest extending this so that the method accepts all other possible parameters: _domain_ and _expiry_ (not sure about _secure_ though) as described...

The setup is the following: I have models called `web`, `space` and `spaceview`. Spaces and spaceviews are many-to-many and a `web` entity has lists of spaces and spaceviews. I use...

How would it be if we added a simple CI like travis or similar to run the tests for PRs? I could contribute on that one if I had enough...