Sage Abdullah
Sage Abdullah
Themes are always nice! This is a placeholder issue for theme proposals. I'll probably need to write a guide on how to do it, but you basically just need to...
I'm no security expert. There certainly are things that can be changed to improve the security aspect of this project. They are things like: - The `` tag and how...
I think there's no need to specify `python_version` in `Pipfile`. The template works for newer Python versions as well. We can't specify multiple Python versions in `Pipfile`, but we can...
This PR formats the codebase with Black, isort, djhtml, Prettier, ESLint, and Stylelint. It also adds linting configuration for flake8 and curlylint. A GitHub Actions workflow configuration is also added....
Hey, this theme looks cool, thanks for developing it! Have you thought about adding support for comments? If not, maybe you could add [giscus](https://giscus.app) (a project that I made) to...
This PR adds support for customising the columns on the snippet listing view. This can be done by defining a `list_display` on the `SnippetViewSet` (or `IndexView`) that is a list...
This PR refactors how `SnippetViewSet`s are initialised. Previously, they're initialised in a `register_admin_viewset` hook. With this PR, they are now initialised in `register_snippet()`. The `register_snippet()` function also now has an...
Needs #8901 and #8971 _Please check the following:_ - [ ] Do the tests still pass?[^1] - [ ] Does the code comply with the style guide? - [ ]...
_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....