Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Apr 20, 2023
Merged

Conversation

yakky
Copy link
Member

@yakky yakky commented Apr 20, 2023

Description

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

References

Fix #676

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

adrien-delhorme and others added 4 commits April 20, 2023 23:52
With these links, one can manage BlogCategory and Tag, without visiting django admin site.
* Added include_in_rss field to Post

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Gerben <info@gerbenvaneerten.nl>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@github-actions
Copy link

Coverage Status

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

@github-actions
Copy link

github-actions bot commented Apr 20, 2023

Coverage Status

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

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch coverage: 90.90% and project coverage change: -0.03 ⚠️

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

Additional details and impacted files
@@             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%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
djangocms_blog/admin.py 83.06% <ø> (ø)
djangocms_blog/managers.py 92.50% <80.00%> (-0.55%) ⬇️
djangocms_blog/cms_toolbars.py 100.00% <100.00%> (ø)
djangocms_blog/feeds.py 85.03% <100.00%> (ø)
djangocms_blog/models.py 98.01% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants