Dan Braghiș
Dan Braghiș
This PR replaces #38 and fixes linting/test issues
I don't thing there's any need to bundle them in the built package. Smaller package sizes == happier devs and planet. Dev reference: https://hynek.me/articles/testing-packaging/ | https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure Project structure: ``` src/...
Once #12 is in, it may be worth upgrading MathJax to v3 See https://docs.mathjax.org/en/latest/upgrading/v2.html for a guide and https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html for the configuration converter Also, vendor the library for CSP compliance
wagtail-localize uses the new side panels to output basic information when editing translations. The editing interface uses the regular edit template with the content generated by React. The new minimap...
Looking at https://github.com/search?q=repo%3Awagtail%2Fwagtail%20get_template_for_action&type=code `Task.get_template_for_action()` is not used anywhere, and it is misleading. The method was added in bd02a38571400924535702703c2d4cb17432214e as part of #6136
example: https://github.com/wagtail/cookiecutter-wagtail-package/blob/main/%7B%7B%20cookiecutter.__project_name_kebab%20%7D%7D/pyproject.toml (removes the need for setup.py, setup.cfg)
https://docs.pypi.org/trusted-publishers/
Update `BaseGroupApprovalTaskStateEmailNotifier` to check for `AbstractGroupApprovalTask` instances
#11653 added `AbstractGroupApprovalTask` and `GroupApprovalTask` inherits from it. howevere the `BaseGroupApprovalTaskStateEmailNotifier` still checks `GroupApprovalTask` - https://github.com/wagtail/wagtail/blob/6affa04d320f50b6a3babd8afc1a590e02e84a5d/wagtail/admin/mail.py#L368-L373 This means any custom group tasks derived from `AbstractGroupApprovalTask`s require adding custom notifiers and...
It looks like wagtailtrans is no longer maintained. I suggest we move it to https://github.com/wagtail-nest-deprecated cc @lb-