ProcessWire
ProcessWire copied to clipboard
Our repository has moved to https://github.com/processwire – please head there for the latest version.
If I have a float field which has the visibility setting in the title, if it is set to 0 which is a valid input for the system I have...
Maybe not a huge deal, but since 3.0.8 (I think that is likely when it started), you have to reload the page, rather than simply clicking to close and re-open...
An old bug that's a bit of a nuisance. Not sure if this has been reported before.
https://processwire.com/talk/topic/13141-image-field-in-user-template-not-behaving-normally/ I just tested on a clean install and this seems to be a longstanding bug as far as I can tell.
With debug mode enabled, clicking the _debug action/icon_ shows the debug tools in a panel - but only for a Superuser. So the icon should not be visible for non-Super...
Hi, This is on the latest version of ProcessWire (3.0.17). Basically, when I call $u = $users->add('some-name'), the User object is returned as per usual, but it also saves the...
The upload happens and the image is resized respecting any max dimensions set in the field. When the page is saved the image does not save.
Would you consider adding some support for HTML in labels for the Autocomplete Input or maybe even other page select inputs? I needed this to be able to show thumbnails...
Unlike $pages search, FieldtypeComments::find doesn't support searching for relative timestamps (like `created>='24 hours ago'`) in the 'created' field. Porting the logic from PageFinder::find over should be rather straight forward by...
Hello I think I may have noticed a small bug in 3.0.14. When I change the template on a page using Save and Exit from the split button, the page...