processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue Bad performance: if a PageTable field has `sortfields`, the sorting makes an SQL query (or more) for each subpage. ### Expected behavior Fetching a...
### Short description of the issue The PW admin links to [these instructions](https://github.com/processwire/processwire/blob/master/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set) and the "ready-to-go mystyles.js" link there is 404. ### Steps to reproduce the issue 1. Edit a...
Hey Ryan, Unfortunately in main.js you add .uk-select to all `` elements in the admin, but this causes issues for me: ## How it should look like: ## How it...
### Short description of the issue Animated gif can't be resized. I got error in logs. ``` Index invalid or out of range In /wire/modules/Image/ImageSizerEngineAnimatedGif/gif_decoder.php line 194 ``` Without ImageSizerEngineAnimatedGif...
### Short description of the issue `findRaw()` and `getRaw()` return unpublished page reference fields. ### Expected behavior I think unpublished pages should not be returned ### Optional: Screenshots/Links that demonstrate...
### Short description of the issue If I loop pages fetched with `find("template=$template, field=mytext")`, calling `$page->mytext` makes a database query for each page that do not have `mytext` value. This...
### Short description of the issue If you have a table field with a PR field as one of the subfields, you will get a string like: instead of an...
### Short description of the issue When getting page paths via `$page->findRaw()`, only the path for the default language is returned, regardless of the `$user` language.  Paths for each...
MySQL has a limit of 64 characters for table names. Not sure if this is necessarily a bug, but something I experienced that I think ProcessWire should handle. If I...
### Short description of the issue I'm cloning a page content to another existing page. One of the fields is a repeater, if I override the repeater with a clone...