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 If you create a page titled: `Test: me` via the API, it gets named: `test--me` ### Expected behavior Double dashes should be removed, just...

type: sanitizer

### Short description of the issue If a user enters a german decimal value using "comma" instead of "dot" the value is completely (and silently!) ignored. ### Expected behavior The...

type: date/time

### Short description of the issue There are lots of issues when parsing the date format, but this one example should get you going. `Y/F` results correctly in "2021-january" But...

type: consistency
status: multiple

### Short description of the issue If a user uploads a file that doesn't validate, an exception is thrown by InputfieldFile.module that looks like this: ![image](https://user-images.githubusercontent.com/871211/106237222-31f34980-61b3-11eb-83e9-7d1fc23e5883.png) The problem is that...

type: inputfields

### Short description of the issue If you set the parent to the grandparent of the pages that should be selectable and you set the template restriction to only allow...

type: feature request

### Short description of the issue I've brought this up somewhere else before but can't find it at the moment. The issue is that if you create users via the...

type: consistency
todo
type: users

### Short description of the issue A client just entered this title for a page: Here.After by John Smith and it resulted in this page name: here.after-by-john-smith ### Expected behavior...

status: discussion
type: consistency

### Short description of the issue `start` is not available as a modifier within InputFieldSelector ### Expected behavior `start` to be available ### Actual behavior it isn't ### Optional: Screenshots/Links...

type: inputfields

### Short description of the issue If CKEditor enabled field (note: this likely affects regular Textarea with HTML content type as well) has link abstraction HTML option enabled and user...

type: languages

Using ProcessWire 3.0.164 I am a big user of: https://processwire.com/blog/posts/processwire-core-updates-2.5.14/#multiple-templates-or-parents-for-users The issue I have is for numerous sites they have paid subscriptions, the main user is under a parent 'Members'...

type: users