Jake Howard

Results 126 issues of Jake Howard

The default values for variables should be editable (ie as values not placeholders). Especially useful for ones that contain functions (eg carousel-text-shadow), as it's so much effort to retype it,...

enhancement

Fixes https://github.com/wagtail/wagtail/issues/5074 This PR adds 2 new tags: - `{% wagtailcache %}`: Functions identical to Django's `{% cache %}`, however does nothing during preview requests (always cache misses, never updates...

_Please check the following:_ - [x] Do the tests still pass?[^1] - [x] Does the code comply with the style guide? - [x] Run `make lint` from the Wagtail root....

This lets browsers know it's actually a button, rather than a malformed `a` without a `href`.

**Is your feature request related to a problem? Please describe.** Currently, it's not possible to immediately start playing a given playlist, through the API **Describe the solution you'd like** ```...

enhancement

### Issue Summary Wagtail's page privacy feature could be improved to communicate better to the user and provide ways for Wagtail installations to fine tune how the 'shared password' is...

type:Bug
component:Security
component:Documents
component:Page
component:Privacy

### Is your proposal related to a problem? Currently, redirects can be created which are circular, where the redirect redirects to itself. This is most common when importing URLs as...

type:Enhancement
component:Redirects

### Is your proposal related to a problem? Currently, it's not possible to specify redirects with wildcards in them, which allow matching anything under a path. ### Describe the solution...

type:Enhancement

## Description Check that a joined path is still a child of the original path. ## Motivation and Context When joining paths, there's little protection against directory traversal. From testing,...