LB (Ben Johnston)
LB (Ben Johnston)
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? Our current implementations for InlinePanel and Expanding Formset JavaScript is heavily reliant on...
### Is your proposal related to a problem? * Wagtail 3.0 added the ability to set a `permission` kwarg on `FieldPanel` which is a really powerful way to do per...
- Resolves https://github.com/wagtail/wagtail/issues/8499 - Node 18 is close to LTS and will be the LTS once the next release goes out https://nodejs.org/en/about/releases/ - Recommending one Node version manager is simpler...
- Use `button` not `a` (link) for the page chooser listing, select page buttons. - Fixes #5408 - This was a small leftover goal from page editor rework and UX...
### Is your proposal related to a problem? * Pagination for docs was added via https://github.com/wagtail/wagtail/pull/8178 as a solution for https://github.com/wagtail/wagtail/issues/6886 * In that review there were a few extra...
## [RFC 78](https://github.com/wagtail/rfcs/pull/78) - Initial Stimulus adoption This PR is a draft to gather feedback on the minimum viable Stimulus integration set up. * This contains one Stimulus controller for...
- Upgrade Wagtail sphinx theme to 5.3.2 - Upgrade MyST parser to 0.18.1 - add sphinx_copybutton - https://github.com/wagtail/sphinx_wagtail_theme/blob/main/CHANGELOG.md#531---2022-10-13 - https://github.com/wagtail/sphinx_wagtail_theme/blob/main/CHANGELOG.md#532---2022-10-16 - Redo of https://github.com/wagtail/wagtail/pull/9339 (accidentally deleted the branch sorry) ###...
### Summary Dash & Zeal docs apps are offline documentation tools that are really helpful for locally searching documentation and also for working offline. We have historically added Wagtail's documentation...
### Issue Summary I used the Rich text editor for a large amounts of editing links this week and found some very frustrating behaviour with cmd + left arrow interaction....
### Issue Summary * Since Wagtail 2.10 it appears that the userbar no longer shows the Approve/Reject buttons when a page is in moderation (aka within a workflow) ### Steps...