Corentin Bettiol

Results 24 issues of Corentin Bettiol

See #116. Add this: ![image](https://user-images.githubusercontent.com/45763865/91291350-38f5d600-e795-11ea-886e-302824714754.png) That will be rendered to this: ![image](https://user-images.githubusercontent.com/45763865/91291401-4b700f80-e795-11ea-8975-ffb8e22f7d99.png)

Hello :wave: I would like to know if you would accept a PR adding robots meta tags management in `djangocms-page-meta`. I noticed that the meta robots tag configuration is already...

type: feature
status: approved

## Description The `CMS_PERMISSIONS` setting needs to be to `True` in order to be able to access [the form](https://github.com/django-cms/django-cms/blob/b8750ebc0ebaa52ec51945f1d4824a80d806f479/cms/admin/forms.py#L787-L797) to restrict a CMS page to `login required`, even if "login...

## Description We have a site with an interactive map that we've created in a regular django app. I need to let our customer add a small text on the...

## Description I would like to be able to add a new blog post without having to select the config to use if I'm already on a page with an...

type: feature

## Description I would like to remove the Blog toolbar button if a user does not have the rights to create a blog post on the current site. ## Use...

type: feature

The Readme is not very easy to read, does not contains links to complex examples, and lacks a few details (like [what are the base `toolbar_CMS` values](https://github.com/django-cms/djangocms-text-ckeditor/blob/05f9b276df29937e17df74c033aa6aafb78a8b36/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js#L17-L30).

kind: enhancement
easy pickings
status: accepted

Hi. Ckeditor started to show a notification yesterday: ![image](https://github.com/django-cms/djangocms-text-ckeditor/assets/45763865/ef842d93-cd94-411e-a0bd-7724d88ad60a) It's a problem because it shows on every ckeditor box, even the ones who are part of a form on a...

As explained in #668, ckeditor started showing notifications about the current version being "insecure". This PR removes the code making it check the version and show the notification.

We have Django Check SEO `< 0.6` that's still compatible with python2 (see the [branch python2](https://github.com/kapt-labs/django-check-seo/tree/python2)). So now I think we can remove support for python 2 and django <...

good first issue
help wanted