Jones
Jones
@euantorano is currently working on the js changes so I guess he'll commit his changes rather sooner than later
I'll add a `canVoteInPoll` permission which will default to `NEVER` for guests. But there should be a way to limit the number of votes a guest can make though (need...
Before I'm confused next time again: There was some discussion about another fix in #95
There's only that "delete confirmation" dialog where this applies atm, isn't it? That one should be left for now as we'll likely use a modal/dialog instead of a js popup....
Another (probably better) way would be to use [class_alias](http://php.net/manual/en/function.class-alias.php). A new file somewhere which is included as soon as possible (probably in the bootstrap file or the service provider) which...
It's a one liner if we add it to the service provider. Also laravel has a lot of classes named Repository (season, config, ...) or Manager which are already aliased...
So we're going with subclasses here? Any preferred way where they should be saved and in which namespace?
Something else I've noticed: There's a facade `Breadcrumbs` which we use eg in `ConversationController`. IIRC we decided at some point to avoid using facades so these occurences should be updated...
Ok, apparently I've been inactive for way too long. The Facade is used in the base view to call `renderIfExists` so creating a subclass named `Breadcrumbs` doesn't seem to work....
Yeah, all cases should be rechecked though. Just noticed this on the demo board.