Closed julesce closed 12 years ago
any chance you can merge this fix into 2.0-stable?
when will this be merged into the latest gem??
This is kind of breaking backwards compatibility... @parndt can we put this in point release?
Yes; thoroughly documented with a deprecation warning
Alright, I'll do it asap.
The fix is in 2-0-stable now along with deprecation warning.
I'm still seeing this bug in my refinery site after updating to the 2.0.1 gem (locally, haven't pushed to heroku yet). Still shows the same month 5 times (there are five posts). I've run a bundle update, any ideas or suggestions?
New version hasn't been released yet so to get this fix now you can point refinerycms-news gem to this repo and use 2-0-stable branch:
# in Gemfile
gem "refinerycms-news", :git => "git://github.com/refinery/refinerycms-news.git", :branch => "2-0-stable"
Remember to rebundle.
Sorry for commenting on two issues. I'll do that. Thanks for the quick reply.
So updating to this version breaks my layout of the news page for some reason (looks like there are additional css classes in that section). Is there a way to overwrite the view for the archives?
Ignore my comment, I'm working around via css, but it looks like the old version had a section id of body_content_right and the new archive section has an id of side_body. Should I submit a pull to fix that one part?
We changed from body_content_right
to side_body
in Refinery itself so side_body
is correct. Maybe 65e2ac91b3074fd5707f78e1eca0a623eec3167f shouldn't be in 2-0-stable but I hope you can upgrade without much of hassle.
Hi guys,
Here is my fix for the archive bug mentioned in #96.
Not sure how the original method worked, so I've just rewritten it accordingly. It will simply list the months in which there were posts, along with a post count in brackets.
Use it - don't use it - just thought I'd share it :-)