Ryan J Sullivan

Results 15 issues of Ryan J Sullivan

Replaces #214

enhancement
status: needs review

Replaces #202 Implements support for when `Verify the origin of reCAPTCHA solution is unchecked in the reCaptcha settings by adding support for verifying a solution as per the [reCAPTCHA Domain/Package...

enhancement
status: needs review

Replaces #208 The bootstrap_form tag in the popular django-bootstrap4 package will add a form-control class to the div of a form field. With a hard coded class in the templates,...

enhancement
status: needs review

needs migration for wagtail 2.16's upgrade of taggit to 2.x: https://docs.wagtail.org/en/stable/releases/2.16.html#change-to-set-method-on-tag-fields ![image](https://user-images.githubusercontent.com/482540/193118239-9c8aef33-ce35-41ae-96e7-708552b5122e.png) ![image](https://user-images.githubusercontent.com/482540/193118284-f55be09e-a10a-46cd-8c10-cd39764d6068.png)

This change just refactors the code a bit by creating new methods to override when subclassing `FormBuilder` or `FormFieldStreamBlock` for customization: * In `FormBuilder`, created: `create_field_class` and `create_field_name` * In...

Breaks up `AbstractMedia` into `AbstractMediaFieldAdditions` and `AbstractMediaBase` so that wagtailmedia may be used with Wagtail's Document model as a storage and serve backend. Addresses #236

Feature Request ### Issue Summary It will be ideal for media to be sent through a Django view, to perform privacy checks (see [Collection Privacy settings](https://guide.wagtail.org/en-latest/how-to-guides/manage-collections/#privacy-settings)) and potentially other housekeeping...

Accessibility is important. Lets add VTT support! Let's also not overthink it, but also make sure to handle internationalization ootb.

It looks like that when a `ChooserBlock` (or subclass) is within a `StructBlock`, the selected object's label is not able to contribute to getTextLabel (I think?) and so the next...

Write tests and set up Travis correctly

enhancement
help wanted