LB (Ben Johnston)
LB (Ben Johnston)
Avoids the rare case of `requestUrl` being used to log out an object in an unhanded way. See https://developer.mozilla.org/en-US/docs/Web/API/console#s Fixes #11212
- Low priority bug fix, it's unlikely this code path would ever be an issue as we will always find at least one parent `data-panel`, however, the code itself will...
- Initial progress on #11045 (part 2 - replacing `image-url-generator`) - Adds a new `w-rules` / `RulesController` to support conditional enabled targets based on the data of a form. -...
## Overview This removes a core inline script (used on all admin pages) and paves the way for us to avoid a large 'global' config object in the future. -...
- Supports testing for edge case issues such as [#10982](https://github.com/wagtail/wagtail/issues/10982) & listing labels
I think it would be good for us to have a way to easily test for common issues that relate to large ID values mixed with the usage of thousands...
## Problem We often get bugs raised for models that use a non-integer primary key. This creates a few issues with our code assumptions - Converting to a string for...
I am using wagtail-docker-develop and on the latest `main` I am having trouble re-syncing the database with the initial data. Steps to reproduce 1. Run docker `make start` 2. SSH...
We are currently using Node 10 (or at least declaring that that's the version to use in https://github.com/wagtail/telepath/blob/main/.nvmrc ). It would be good to be on the latest LTS, especially...
### Is your proposal related to a problem? Currently our API requires a different routing mechanism to the normal page routes, which works great for some cases but it would...