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 A datetime field accepts any input but cannot actually save it, and replaces invalid values with the Unix epoch. The problem is that there...

status: has suggested fix
status: multiple
type: date/time

### Short description of the issue If you have an inputfield module used in conjunction with PW field then the inputfield config settings are supposed to be loaded from the...

type: fields
type: inputfields

### Short description of the issue When an images field is locked and not editable, only the square and proportional grid options work. ### Expected behavior The vertical list view...

type: images
type: feature request

A very obscure issue in PW DEV: If FrontpageEditing is on and source is set to "all pages not only current page", this can happen: $sanitizer->text($child->headline) can output twice (2...

status: needs more info

### Short description of the issue I know this isn't a common use case, but users with `lang-edit` can't change the hidden status of languages. They can see and change...

type: languages

### Short description of the issue If you have a Repeater field in a FieldsetTab, the focus() and find() functions of the Inputfields Javascript API do not work for the...

type: repeaters

### Short description of the issue User with page-lister permission doesn't see "Pages -> Find". * User has role "Foo" * Roles -> role "Foo" allows user to work with...

type: lister

I'm using $files->render() often to get an array (like an array of translatable strings). The phpdoc states string|bool as return type which makes my IDE show a red line indicating...

type: feature request
type: docs

@ryancramerdesign - any chance you could please revisit: "@todo check if selector, then call findOne(). If it returns null, return a NullPage instead." https://github.com/processwire/processwire/blob/ad2f60b5445d2449920227f96f7ba1ab49777ece/wire/core/PageArray.php#L182-L187 The discrepancies between these is a...

resolution: not a bug

### Short description of the issue Page Reference fields break completely when overriding derefAsPage from Multiple to Single. The other way around, overriding from Single to Multiple, it doesnt let...

resolution: not a bug
type: feature request