refinerycms-blog
refinerycms-blog copied to clipboard
The very best blogging engine for Refinery CMS
The majority of a site's articles/pages are designated blog articles. However, they do not appear in the sitemap.xml. Could it possible to add the articles to the sitemap as default?
If some posts were published at the same minute, the methods https://github.com/refinery/refinerycms-blog/blob/master/app/models/refinery/blog/post.rb#L114 https://github.com/refinery/refinerycms-blog/blob/master/app/models/refinery/blog/post.rb#L123 will not return any records, so rendering the `` will be broken (some records will be invisible...
There is a small bug in `Refinery::Blog::PostsController` in `comment` action. When the comment is not valid, this action just `render :show` template, without firing the `present()` method on `@post` variable....
Hi there, I have a blog in two languages. For the default one there is no problem, I can create and edit posts without problems. But with the translated language...
It seems there is an error with FriendlyId and Globalize3 when the app's default locale is set to something else than :en. I've made an example app to demonstrate that...
Hi! I'm testing the gem and I've seen that i18n does not work well for tags. When you add a tag to an entry in one language it appears in...
Hi, My clients wanna sort the tags in orders for display. Do we have sorting for the tags? Or I can update it if it is a desired feature?
When using Blog with Page-images there is an error, if I want rearrange pages in admin panel SystemStackError - stack level too deep: actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:79:in `' When I remove...
Greetings ! Recently one of our user had an issue while creating an article: it's a silly use case, because the user wanted to write two different articles with the...