processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### 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...
### 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...
### 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...
### 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:  The problem is that...
### 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...
### 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...
### 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...
### 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...
### 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...
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'...