Ryan Cramer
Ryan Cramer
@jlahijani Sounds good, and I look forward to Uikit 4!
@ivangretsky Thanks, I have added this, along with a bit more. The setLanguageValues() method was added basically exactly as you mentioned it, except that I didn't want to have a...
@BernhardBaumrock The `$files->render()` is handled by `TemplateFile::render()` and this method is designed only to return a string. It even goes through PHP's output buffering, appends/prepends strings to the output and...
The override list shows all settings used by the field, but only those in bold are supported and known to work. Any others are YMMV... they might work or they...
@FlipZoomMedia Client side resize requires both a max width and max height. If only one is provided, then the fallback behavior is to use it for both dimensions. See notes...
@FlipZoomMedia I don't know why it requires both max width and height together. It came from a JS library which I adapted to use in PW, but I don't understand...
Maybe it could be done automatically? I'm not really sure. I'm terrible at image resizing math, so I don't even attempt it, and instead rely upon existing libraries (like in...
Thanks @horst-n, I don't know for certain whether the original sizes are known before upload or not, but I'd have to imagine so, otherwise I think it wouldn't attempt resize....
@thetuningspoon The selector arrays apply the selectorValue sanitizer automatically, and it's one of the reasons to use them, so that you don't have to specifically apply it on your own...
> Those ProcessWire::trackException and Config::trackException hooks don't actually take care of all the issues. @adrianbj Can you describe the issues you are talking about further? I'd probably need an example...