wagtail.org icon indicating copy to clipboard operation
wagtail.org copied to clipboard

Wagtail’s official marketing website

Results 48 wagtail.org issues
Sort by recently updated
recently updated
newest added

when i attempt to create any new pages it will give me this error `WebpackManifestNotFound at /mypage/ Manifest file not found. Looked for it at /app/wagtailio/static_compiled/manifest.json. Either your settings are...

This would help protect the site against possible XSS issues and other types of injection (for example #169).

infrastructure
component: Security

Our Markdown blocks allow arbitrary HTML (tested with a alert('!')), there’s no sanitisation step: https://github.com/wagtail/wagtail.org/blob/0eb6cc28e754578a89536e53796189ad6991afc0/wagtailio/utils/blocks.py#L133-L135 Example: https://wagtailio.production.torchbox.com/admin/pages/788/edit/ --- Based on a discussion with @wagtail/security, we believe this is unlikely to...

bug
component: Security

Follow-up to #454. The logos of Wagtail users visible on the site homepage don’t display too well in Windows high-contrast mode / contrast themes. This is particularly problematic for the...

bug
accessibility

This MR removes the bottom margin from the last element (`:last-child`) of rich text elements so that we rely on the parent block's spacing rather than that _plus_ whatever margin...

## Issue Decorative shapes are currently overlapping with section subheadings. **Steps to reproduce** Resize the viewport to 768px or less. **Suggested fix** Make sure icons are always behind text elements...

bug
accessibility
component: Frontend

Lots of work needed there, as the current custom cookie banner likely isn’t good enough for our needs. - Needs to comply with privacy laws - Needs to follow WCAG...

accessibility
sustainability

## Issue When zooming in 200% or more on the website, some navigation items in the mobile menu become inaccessible. ![Mobile menu displaying inaccessible navigation items when the page is...

To better accommodate longer headlines and feel a bit less shouty, can we reduce the font-size and line-height of the large headlines to 4rem and 4.4rem on desktop: ![image](https://github.com/wagtail/wagtail.org/assets/4907819/b4ceae28-c301-49b4-b388-9a690ce65e54)

I've created a first attempt at importing the Mailchimp newsletters. It should only import campaigns that have been sent (have a 'send_time' attribute). And it will only import campaigns that...