Rachman Chavik

Results 94 comments of Rachman Chavik

I think you would need to create real `Client` class and set it up as an Acl requester.

Yes, this was written specifically during the transition for bootstrap. The method is getting a bit too long now and I'd welcome any suggestion on how to improve it. The...

Might be able to use https://github.com/QueenCityCodeFactory/butter-cream/blob/master/src/View/Helper/NestedTreeHelper.php

AFAIK, this was intended as fallback if timezone was not set by settings. Is this call too early? Where should we call this?

If it only affects sqlite, should we bother? Migrations are typically needed for prod which are typically mysql/postgresql in croogo's case.

Are you talking about frontend or admin panel?

Ok. Even more difficult then. We'll have to figure this out, as Translate plugin needs an overhaul

Last attempt to fix broke other things. Slating for 2.x.

We might want to investigate whether calling `$event->stopPropagation()` solves this problem. If not, we'll need to fix it the in core. There are multiple occurences of this pattern, and it...