Matt Westcott

Results 94 issues of Matt Westcott

This allows it to complete on SQLite

type:Bug

Some standalone cleanup work on the page chooser that can be reviewed independently of the generic chooser rewrites. (After getting this far I'm not sure if it's realistic to port...

type:Cleanup/Optimisation
status:Needs Review
component:Choosers

Introduce a `wagtail.admin.views.generic.chooser` module to serve as a common base implementation for chooser modals. This can be loosely based on [wagtail-generic-chooser](https://github.com/wagtail/wagtail-generic-chooser) but should incorporate improvements as outlined in https://github.com/wagtail/wagtail-generic-chooser/issues/44: in...

type:Enhancement
component:Choosers

On a fresh bakerydemo install: ``` from bakerydemo.blog.models import BlogPage BlogPage.from_json('''{ "pk": 62, "blog_person_relationship": [ { "pk": 10, "sort_order": 0, "page": 62, "people": 3 } ] }''').blog_person_relationship.all() # returns: []...

Reported here: https://groups.google.com/d/msg/wagtail/zDe5ocpL5xA/_If71AkzCmkJ With Django's InlineFormSet, this validation happens automatically as part of the standard `is_valid` method - no need to add a custom validator - so ChildFormSet should do...

bug

The discussion at https://github.com/wagtail/wagtail/pull/7094#issuecomment-827547708 shows a few iterations on extending one of the existing adapters supplied with Wagtail, on both the Python and Javascript side. This means appending the .js...

libsass-python 0.10 introduced [import callbacks](https://hongminhee.org/libsass-python/sass.html#id5), which allow us to handle `@import` lines through custom code. This means we could potentially support non-filesystem-based storage backends that don't directly expose a libsass-usable...

Reported by yx: > looks like the site is stripping out the Orientation exif field when resizing images for thumbnails - for 99.9% of releases that's fine, but for Photo...

screenshots

It's not possible to search for † (typically used in notes to mark death dates), presumably because search indexing doesn't treat it as an indexable token.

search