Louis Charette

Results 133 comments of Louis Charette

> From what I understood, it's not possible to do something like (in `mytheme/templates/partials/base.html.twg`, if `mytheme` extends antimatter) : > > ``` > {% extends '../../antimatter/templates/partials/base.html.twg' %} > > {%...

> > From what I understood, it's not possible to do something like (in `mytheme/templates/partials/base.html.twg`, if `mytheme` extends antimatter) : > > ``` > > {% extends '../../antimatter/templates/partials/base.html.twg' %} >...

The input tag has not yet been implemented.

Agreed. The only way to create a modal right now is through an `onClick` event [bind to an HTML element](https://github.com/lcharette/UF_FormGenerator#call-the-modal-from-your-template) : https://github.com/lcharette/UF_FormGenerator/blob/54142114c2180ab3e57c539ab881021915a48831/assets/js/widget-formGenerator.js#L47-L53 The `_fetchForm` private method (private, so can't be...

Is that the json vs yaml thing? Ping @alexweissman

Can you provide more info on what this fix? Also, it's target after an older (deprecated) version, is that right ?

Can we list on the first post what needs to be done so it's easier to plan / split?

FYI, while most check will be made by the CLI in `4.1`, [detecting the presence of apache mod rewrite](https://github.com/userfrosting/UserFrosting/blob/master/app/sprinkles/core/src/Util/CheckEnvironment.php#L123-L154) will still need to be done by the core code since...

Same goes for folder permission apparently. Checking them via the CLI will return the permission of the user running the cli command, which might be different from the apache user....

Do we still need a single page with all the checks? Or could we move to a one exception at a time solution? For example, [Apache and permission fails](https://github.com/userfrosting/UserFrosting/blob/master/app/sprinkles/core/src/Util/CheckEnvironment.php#L104-L133). Right...