Adrian Jones
Adrian Jones
### Short description of the issue If you do a `$pages->find('page_field.count>5')` the count includes pages in the trash ### Expected behavior Trashed pages should not be included. ### Optional: Screenshots/Links...
### Short description of the issue If you try to visit: `/access/users/edit/?id=xxxx` where the ID is that of a valid page, rather than a user, then you get this error...
### Short description of the issue I have several branches of users, some of which have roles that allow editing, but some that don't. In some cases the person appears...
### Short description of the issue Non superusers with `page-sort` and permission to edit the alternate user template can't sort users. ### Expected behavior They should be able to sort...
### Short description of the issue The breadcrumbs when editing a user under an alternate parent show `Admin / Access / Users` but I think they should really reflect the...
### Short description of the issue I have admin users who have the required `user-admin` permissions, but they can't manually sort these users in the page tree. ### Expected behavior...
### Short description of the issue If you have users under an alternate parent / template, but some of those users only have the `guest` role, then their user profiles...
### 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 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...