LB (Ben Johnston)

Results 141 issues of 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 approach for bootstrapping the unpacking of Telepath values to initialise StreamField...

type:Enhancement
component:Streamfield
component:Stimulus

> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? Our current approach for bootstrapping the Draftail editor (non-StreamField usage) relies on inline...

type:Enhancement
component:Rich text
javascript
component:Stimulus

First stage of #7915 ## Overview * Introduces a new Stimulus class `FormsetController` with the identifier `w-formset` with the longer term plan for this to be used for the InlinePanel...

status:Needs Design Decision
type:Cleanup/Optimisation
status:Needs Review
component:Panels
javascript
component:Stimulus

Update our NPM packages so that we are keeping up to date with the latest fixes and improvements were possible. - Builds on PR https://github.com/wagtail/wagtail/pull/11594 - Where possible, updates all...

status:Needs Review
dependencies

Removing the usage of `window.chooserUrls` for Drafttail would resolve a bunch of CSP issues and make Draftail more available across all of admin (e.g. custom image models). ### Is your...

type:Enhancement
type:Cleanup/Optimisation
component:Rich text

### Issue Summary As a follow on from https://github.com/wagtail/wagtail/issues/11459 - it's been found that there are other usages of empty `th` elements used for visual layout only. These should be...

type:Bug
type:Cleanup/Optimisation
Accessibility

When creating a serializer from a model, the default value is not included in the serializer. I thought it was a bug and I was going to try to fix...

Inspired by #5836 - it seemed like a good candidate to redo that PR with our shared bulk controller code. This uses the same controller but allows us to add...

status:Needs Review
component:User Management
component:Stimulus

## Problem Currently, any updates to Eslint packages, Stylelint packages and Prettier have to be manually kept in sync with the pre-commit hooks config. Ideally we should not have to...

type:Enhancement
Infrastructure

With #11161 merged & #11157 coming (modeladmin removal), we can now start to deprecate the global `window.URLify` and remove the legacy Regex polyfill (62KB of JS no longer needed). ##...

type:Cleanup/Optimisation
status:Needs Review
component:Modeladmin
component:Page
javascript