Ryan Cramer

Results 408 comments of Ryan Cramer

@matjazpotocnik @inreti-sb I've pushed another update that makes it use the old/buggy behavior for existing installations and the fixed behavior for new installations (after tomorrow). I decided not to do...

Thanks @matjazpotocnik I've updated it to always use $info[result]

@inreti-sb The double quote is part of the page name blacklist, so isn't supported even if part of your whitelist. Here's the blacklist: ```php $blacklist = '/\\%"\'?#@:;,+=*^$()[]{}|&'; ``` While exclamation...

@tbba I can't reproduce the issue here. If your IP address really is changing all the time, then that's correct that you'd want to disable or adjust the session fingerprint....

@hiboudev Table is a commercial project (ProFields), not part of the ProcessWire core, so I don't think we're technically allowed to use GitHub for support of it, and instead should...

@hiboudev To clone a page you would have to use the `$pages->clone()` method.

@hiboudev I can't duplicate that here. The value `2387.04123456` saves correctly and remains here. Are you using a FieldtypeFloat field (what I'm using), or using the InputfieldFloat with some other...

@donatasben Is it just in the list mode where you get the issue? (where it displays just 1 image per line). Can you attach a copy of an image where...

@gRegorLove It's an issue in 2 versions of Apache, but I understand it is fixed in more recent versions of Apache.

@adrianbj Ah okay I didn't realize that. I've pushed an update to modal.js related to this. Not positive it will fix it, as I don't have the Apache version to...