Jan Romero
Jan Romero
Hi, this fixes three things: 1. (line 3807) $options['default'] was returned when the input was 0 or '0', although those are valid timestamps. Now it checks somewhat inelegantly whether an...
Over the years there have been several forum threads from people unable to access anything but the frontpage after installing ProcessWire. Depending on the environment, some .htaccess settings may need...
i have not tested this one single bit because i have no desire to learn how to compile typescript or whatever. this feature was requested in issue #18
Hi, thanks for this module, it’s great! I have a need to keep my edits off the record while pages are still in “draft mode”, so I added this tiny...
This would allow you to do infinite scroll with better locality of behaviour, by putting the attribs on the list itself: ```HTML mAdE wItH ❤ In dUdErStaDt ``` thx
Me again ✌️. I want my RSS feed items to have the full content, not just a summary. [According to the spec](https://www.rssboard.org/rss-specification#hrelementsOfLtitemgt), the `` field is supposed to be used...
Hi, the idea for this came from [this forum thread](https://processwire.com/talk/topic/27709-who-can-help-with-adding-a-download-icon-to-image-fields/) by @BernhardBaumrock. It’s a small but imho quite useful addition. I’ve tried to keep changes to a minimum. It’s virtually...
Hi, I propose these two small changes to the unique validator. The implementation of the “ignorecase” parameter uses the crude-ish `toLowerCase()` technique. One may prefer a locale-aware solution using [localeCompare()](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare),...
Greetings, I’m trying to send only edited rows back to the server, but I’ve found just clicking around in the table without changing anything sometimes marks cells as edited. Apparently...
### Short description of the issue When preloading multiple cached items, the preloads array is filled with empty strings for those items that have not been cached yet ([“ensure there...