Stefan Hammer

Results 22 issues of Stefan Hammer

### Issue Summary I've removed a custom site settings model (actually I've reverted the migration), which has been edited before, so the `ModelLogEntry` model contained an `wagtail.edit`-action entry. Now the...

type:Bug
component:Settings
component:Audit logging
status:Unconfirmed

This change removes the check against VALID_API_VERSIONS, which always required changes to the library (eg #496, #502), when a new Graph API version has been released. Instead only the pattern...

### Issue Summary With https://github.com/wagtail/wagtail/commit/cb4017c6 a LRU-cache has been added to the `ModelAdmin`'s `PermissionHelper`. The problem is, that this helper, as the ModelAdmin itself, is only instantiated once during the...

type:Bug
component:Modeladmin
component:Permissions
status:Unconfirmed

First, sorry for my impatience, I haven't waited for any response to #9181, but this issue actually discloses some sensitive information in our projects (so for us, #9181 is actually...

status:Needs Review
component:Permissions
component:Reporting

### Is your proposal related to a problem? Currently, a user which for example is only allowed to edit pages (like users of the default editor group), still sees every...

type:Enhancement

### Issue Summary Currently, if you open a page for editing (so the side panel is closed), this results in 3 preview requests (beside other xhr requests related to the...

type:Bug
Performance
status:Unconfirmed

This contains the extracted test case from the PR #7581, which solved a caching issue. That issue has been fixed later by #8709 for wagtail >= 4. You can trigger...

status:Needs Review

### Is your proposal related to a problem? Currently in the page editor, it is often hard to differentiate between the states "comments on" and "comments off", since it is...

type:Bug
status:Needs UI Design
Accessibility

### Issue Summary Actually, this issue is not only limited to the slug, its a general issue: When you create a new draft page, the initial content is stored in...

type:Bug
status:Unconfirmed

As noted in https://github.com/wagtail/wagtail/pull/9348#issuecomment-1282249542, this changes the translation string back to the original version without the asterisk, and uses `format_lazy` instead to combine it with the asterisk. I think this...