processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue When I try to search for a page with a title that contains a '#' character using a selector array, the matching page is...
### Short description of the issue There seems to be a bug with $pageimage->size() when focus and zoom are used together on portrait-format images that have EXIF data. I noticed...
### Short description of the issue Creating a new language results in this error. Note that the system has 20 languages, so maybe that's the issue. ``` ALTER TABLE fieldtype_options...
Not entirely sure if this is an issue or a feature request, but either way: If I enable multiple templates/parents for users ($config->usersPageIDs and $config->userTemplateIDs) and go to `Admin >...
### Short description of the issue If you do a `$pages->find('page_field.count>5')` the count includes pages in the trash ### Expected behavior Trashed pages should not be included. ### Optional: Screenshots/Links...
Right now if you are editing a page in the admin the ProcessWire.config object reads ``` "page": { "id": 10, "name": "edit", "process": "ProcessPageEdit" } ``` regardless on which page...
### Short description of the issue When using a "Selector string" in a page reference field (B) that uses dependent selects and "owner" syntax and changing the page reference field...
### Short description of the issue Images that are inserted inside (in my case multilang) textarea fields, that are part of Repeaters, that are in their case, are part of...
### Short description of the issue If you try to visit: `/access/users/edit/?id=xxxx` where the ID is that of a valid page, rather than a user, then you get this error...
### Short description of the issue If a user adds a new repeater item with the "Add New" button then the new item is expanded ready for them to add...