processwire-requests icon indicating copy to clipboard operation
processwire-requests copied to clipboard

ProcessWire feature requests.

Results 145 processwire-requests issues
Sort by recently updated
recently updated
newest added

### Short description of the enhancement Add an option for the image field to behave like the file field. Just upload the images without creating/displaying thumbnails, while still being able...

ProcessWire already loads the following files in the backend - /site/templates/admin.php - /site/templates/admin.less It would be great if it could also load - /site/templates/admin.js automatically for all kinds of backend...

https://hugerte.org/ https://github.com/hugerte/hugerte Quote: _"HugeRTE: Taking WYSYWIG to the next level. Full of Features, Open Source and Free Forever. MIT licensed._ _We've forked the last MIT-licensed commit of the popularTinyMCE WYSIWYG...

### Short description of the enhancement When modules already exist on the filesystem but are not installed, then they are grayed out and one has to find the corresponding module...

I'd like to have modules in both of these places: - /site/modules/ (the default location) - /site/modules-2/ (an additional location, with a path I decide) While this is technically possible...

### Short description of the enhancement I thought the "noMove" option would be what I need (https://github.com/processwire/processwire-issues/issues/1994), but it actually just prevents moving pages from one parent to another. What...

### Short description of the enhancement ProcessPageEdit link ads the title attribute when filling the Title field in the process page. It would be nice to have the now more...

### Short description of the enhancement Sometimes it's necessary to preserve the original keys in the WireArray result of the slice method. ### Current vs. suggested behavior Current method: ```php...

### Short description of the enhancement Similar to [this resolved issue](https://github.com/processwire/processwire-issues/issues/1493), when the field name that's entered into the Add New Field form is not allowed, all the existing values...

When adding a header action to an inputfield via `Inputfield::addHeaderAction()` the logical place to do this is at `renderReady`. But this method can be called multiple times (e.g. in Repeater...