Corentin Bettiol

Results 24 issues of Corentin Bettiol

Hi :) Since it's way more easier to manage images in django-filer with bigger thumbnails instead of the small ones we have in the list, I wanted to add a...

needs expert opinion

## Description Some people may not want to have unicode chars like `ù` or `ö` in their slugs. Adding an (optional) setting would help. ## Use cases Let slugs be...

type: feature

# Description Add optional `BLOG_UNICODE_SLUGS` setting (default is still allow_unicode=True when generating a slug). Update black version in .pre-commit-config.yaml in order to make this commit. ## References Fix #707. #...

type: feature

This is not required since all meta tags are escaped in django-meta. # Description See description of [corresponding issue](https://github.com/nephila/djangocms-blog/issues/699). ## References Fix #699 # Checklist * [x] I have read...

type: bug
status: approved

## Description Djangocms-blog is escaping meta description in `get_description` (in `Post` and `BlogCategory`), but django-meta already escape all meta tags. The result is that keywords (and other meta tags that...

type: bug

Here's the problem: https://github.com/kapt-labs/django-check-seo/blob/master/django_check_seo/urls.py#L11 maybe we should check `not version.startswith('1')` ?

We don't want to alert about missing alt tags for certain images (like a tracking pixel, or something like this). We could add a list of urls to ignore in...

Say you have this keyword: ``` that's awesome ``` Then your meta keywords will *maybe* contain this: ``` that's awesome ``` But your html content will contain this: ``` [...]...

bug
feedback needed

Users may not know where to modify the information. We could add a button that would open a popup with an instruction manual. ---- Actual look: ![image](https://user-images.githubusercontent.com/45763865/70444018-81e7ec00-1a99-11ea-96c8-f6e76fb7e6d3.png) ---- Desired result:...

wontfix
analysis

Currently, all checks are processed in the same way and are displayed in a large list. A cool thing to add could be a category tag for checks, which could...

enhancement
good first issue