Jeremy Bush
Jeremy Bush
Why? I'm still considering this feature. It seems like a good idea.
I'm really lost about what the problem is here. :)
Sounds like a bug in the mustache renderer? I know this used to work in mustache v1.
We only have a filesystem partial loader. I'm busy for the next week, so if there's a patch you have, let's see it :)
I think implementing i18n is best left to the developer in a way that makes sense to them.
Yep, I understand I can pass a hash to the log method, but I meant having things automatically included per request-scope like the built-in rails tagging feature. Wrapping the logist...
Yes, it should be self contained. I've never used tokens with AM auth, and it seems i missed those lines when converting the driver over.
Yes: https://github.com/zombor/Auto-Modeler/blob/develop/classes/auth/automodeler/orm.php#L89
While it is a simple change, I can also see the opportunity of that mucking up other things. For example, if someone extended `__construct()` and ran code before `parent::__construct()`, the...
I don't think this is a good addition for the core repo. If someone needs translation, it's trivial to add this lambda function to your base view class.