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

ProcessWire issue reports.

Results 246 processwire-issues issues
Sort by recently updated
recently updated
newest added

### 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...

type: selector

### 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...

type: images

### 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...

type: languages

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 >...

type: users
type: UI

### 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...

status: has suggested fix

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...

type: feature request

### 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...

status: has suggested fix

### 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...

type: images
type: repeaters

### 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...

type: users

### 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...

type: repeaters