David THENON
David THENON
### Summary I developed this Django application than i use into a project: https://github.com/emencia/cmsplugin-blocks . It's just a set of some basic plugins to create some kinds of content. The...
# Pull Request Check List Resolves: #168 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. This is and attempt to improve quality. I've started...
## Bug Report **Expected behavior/code** `fobi.contrib.plugins.form_elements.security.recaptcha` should be compatible with last django-recaptcha version. **Actual Behavior** django-recaptcha release 2.0.0 has made some breakward incompatible refactoring on widget: https://github.com/praekelt/django-recaptcha/commit/0a46ba8a49169a7776ca85a722c646b5b64934c9#diff-038fe6799d7292706ae4b851dd2dd64165d8018e8610bb25452f3457d562774b This leads to...
## Bug Report **Expected behavior/code** Richie rendered pages should be free from any invalid HTML markup. By invalid, i mean against the [Nu Html Checker](https://validator.w3.org/nu/) which is to be considered...
## Feature Request We need to achieve Open Graph tags with contextual content from pages and also add a new feature to include [hreflang](https://yoast.com/hreflang-ultimate-guide/) on every page. ### Is your...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** There is many possibilities about image elements edition in CKEditor and it would...
## Bug Report **Expected behavior/code** Layouts should not be constrained to the `@include make-container-max-widths()` rule mixin from bootstrap when displayed on small device breakpoint. **Actual Behavior** When watching a page...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** CKeditor could be nicer for cms page edition. **Describe the solution you'd like**...
Hi, From current pyproject.toml i'm seeing that Black is a base dependency for package install. I have seen it was previously a "dev-dependencies" then it have been moved to the...
## Issue I thought Tox was only discovering environments from the `testenv` sections from config file. However with my current configuration from the package file `setup.cfg` it discover an additional...