Adrien Delhorme
Adrien Delhorme
## Description When installing `sidr` with `npm`, we cannot import it with `var sidr = require("sidr")` because the main entry point is missing in `package.json` file. ## Related Issue Issue...
Issue tracker is **ONLY** used for reporting bugs. Use [stackoverflow](https://stackoverflow.com) for supporting issues and questions. ## Expected Behavior Importing `sidr` with `var sidr = require("sidr")` should work. ## Current Behavior...
# Description Add links on the Blog toolbar menu, to manage BlogCategory and Tag, without visiting django admin site. # Checklist * [x] I have read the [contribution guide](https://djangocms-blog.readthedocs.io/en/latest/contributing.html) *...
**Describe the bug** The content inside html conditional comments is not excluded even though it is referenced in `DJANGO_CHECK_SEO_EXCLUDE_CONTENT` setting. **To Reproduce** Steps to reproduce the behavior: Considering the following...
FilerPluginManager must inherit from MP_NodeManager to handle properly plugin deletion
`django-meta` does not display some tags by default (eg: `META_USE_OG_PROPERTIES` is `False` by default) however `djangocms-page-meta` allows to fill these fields in its admin forms. Can we exclude unwanted fields...
## Description When an authenticated user try to visit a page that he is not allowed to: he gets a 404 not found. It is confusing because the page exists....
It would be great if namespace_url tag could be an assignment tag, so that one can use it to pass variable in a blocktrans tag.
## Description [`DefaultMetaImage`](https://github.com/nephila/djangocms-page-meta/blob/develop/djangocms_page_meta/models.py#L181) class is not linked to a Site instance. On a multi-site setup the default meta image must be specific to each site. ## Versions - python 3...