Warwick Barnes
Warwick Barnes
### Short description of the issue With particular combinations of redirect URLs, entered through the ProcessWire admin interface, it's possible to send the PagePathHistory module into an 'infinite loop' or...
### Short description of the issue When applied to a `NullPage` object, the `parent()` method returns `null`. ### Expected behavior A `NullPage` object should be returned (same as the `rootParent()`...
Add an additional sentence in the comments to explain how the getUnformatted method works with Datetime fields. I can't find this documented elsewhere.
After upgrading from PHP 7.4 to 8.3, wireDate with the '%X' parameter stopped working in the expected way. For example, instead of displaying **09:33:15** (hour:minute:second) it's displaying **%+2024** (i.e. the...