nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
403 stars 190 forks source link

Add a CMS toolbar item for category and tag list #729

Closed yakky closed 1 year ago

yakky commented 1 year ago

Description

Add links on the Blog toolbar menu, to manage BlogCategory and Tag, without visiting django admin site.

References

Fix #676

Checklist

github-actions[bot] commented 1 year ago

Coverage Status

Coverage: 97.093% (+0.09%) from 97.001% when pulling f9cc38c7e717c74bf586314671515c2001e26442 on feature/issue-676 into c6f85dffc8ff0e22aafd8a1bc61e162f1de5a4e3 on develop.

github-actions[bot] commented 1 year ago

Coverage Status

Coverage: 96.961% (-0.04%) from 97.001% when pulling f9cc38c7e717c74bf586314671515c2001e26442 on feature/issue-676 into c6f85dffc8ff0e22aafd8a1bc61e162f1de5a4e3 on develop.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 90.90% and project coverage change: -0.03 :warning:

Comparison is base (c6f85df) 94.26% compared to head (f9cc38c) 94.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #729 +/- ## =========================================== - Coverage 94.26% 94.24% -0.03% =========================================== Files 26 26 Lines 1813 1823 +10 Branches 260 260 =========================================== + Hits 1709 1718 +9 - Misses 52 53 +1 Partials 52 52 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.24% <90.90%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila) | Coverage Δ | | |---|---|---| | [djangocms\_blog/admin.py](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvYWRtaW4ucHk=) | `83.06% <ø> (ø)` | | | [djangocms\_blog/managers.py](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbWFuYWdlcnMucHk=) | `92.50% <80.00%> (-0.55%)` | :arrow_down: | | [djangocms\_blog/cms\_toolbars.py](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvY21zX3Rvb2xiYXJzLnB5) | `100.00% <100.00%> (ø)` | | | [djangocms\_blog/feeds.py](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvZmVlZHMucHk=) | `85.03% <100.00%> (ø)` | | | [djangocms\_blog/models.py](https://codecov.io/gh/nephila/djangocms-blog/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbW9kZWxzLnB5) | `98.01% <100.00%> (+<0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.