silverstripe-blog icon indicating copy to clipboard operation
silverstripe-blog copied to clipboard

Blog module for SilverStripe CMS

Results 39 silverstripe-blog issues
Sort by recently updated
recently updated
newest added

I've set up a vanilla CWP 2.x-dev site with blog, comments, comment notifications etc (the silverstripe/recipe-blog dependencies), added a blog with two blog posts and three comments on one of...

affects/v4
complexity/medium
impact/medium
type/enhancement

We've come across a few issues with pagination when using (in particular) Stackpath CDN. Sometimes, the presence of the 'start' parameter upsets the CDN (because.. reasons). My immediate thought was...

impact/medium
type/enhancement

related to #620 There is a hardcoded reference to table "BlogPost" in `SilverStripe\Blog\Model\BlogFilter::stageChildren()` that breaks looping over Children (e.g. in navigation) when the table is renamed. PR will follow.

type/bug
affects/v4
complexity/low
impact/low

Currently I want to build a page exension that has a manymany relation to BlogTag so I can display related blog posts on other pages. Unfortunately `$this->Tags()->relation('BlogPosts')` does not work,...

complexity/low
impact/medium
type/enhancement

It is a bit odd and confusing that one can add a blog post under pages that are not of type blog. One even gets to see the preview within...

type/bug
affects/v4
complexity/medium
impact/medium
type/UX

When creating a Category/Tag for a blog through the CMS, URLSegmentFilter allows special characters (unlike the silverstripe default) and saves it as url encoded string. However, when visiting the page,...

type/bug
impact/medium

By lazy loading the dropdown, authors cannot see the list of existing categories to pick from and have to think of one from memory and start typing it. This only...

https://github.com/silverstripe/silverstripe-blog/pull/669 added a new config to control whether the current member is added as the default author for a newly created blog post. Likely needs to live within/extend https://github.com/silverstripe/silverstripe-blog/blob/3/tests/php/BlogPostTest.php. ###...

type/enhancement

…an be an author which causes big slowdowns for edge case only see: https://github.com/silverstripe/silverstripe-blog/issues/640

Right now tags and categories have to be the same when switching between languages. It would be nice to either be able to make the tags / categories translatable or...

type/enhancement