aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts
Commit message (Expand)AuthorAgeFilesLines
* Fix longstanding typo filed_in -> filled_inPhilip Arndt2013-07-151-2/+2
* Need to call html_safe on unsafe string before concatenating it to safe string.Uģis Ozols2013-06-211-6/+6
* Adds pagination links in posts#archiveJérémy FRERE2013-05-271-0/+1
* Uses I18n.localize instead of strftime for posts#archives title and no_articl...Jérémy FRERE2013-05-111-3/+3
* Merge remote-tracking branch 'Nethemba/fix_tags_title'Philip Arndt2012-09-051-1/+1
|\
| * fix escaping quotes in titleMarek Labos2012-08-301-1/+1
* | moving condition for displaying comments into comments templateMarek Labos2012-08-201-3/+1
* | removing noisy "no comments" messageMarek Labos2012-08-201-30/+29
|/
* escape title and tags in templatesMarek Labos2012-08-172-3/+3
* Move avatar_url method to posts helper because view stuff shouldn't be in the...Uģis Ozols2012-07-311-1/+1
* Use shorter syntax of render where possible.Uģis Ozols2012-06-272-6/+4
* Use shorter syntax for render :partial => ...Uģis Ozols2012-04-105-8/+8
* Fix deprecation warnings.Uģis Ozols2012-04-104-5/+5
* Fix reference to ShareThis key.Cory Deppen2012-04-101-1/+1
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-042-5/+5
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-014-7/+7
* add source url for postJeff Shumate2012-01-251-1/+7
* really fix issue 175 path error in _navJeff Shumate2012-01-251-1/+1
* fix issue 175Jeff Shumate2012-01-251-2/+2
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-177-29/+29
* Use Refinery::Core.config to get site name.Uģis Ozols2012-01-021-2/+2
* Refinery::Page.default_parts is now Refinery::Pages.config.default_partsPhilip Arndt2011-12-171-3/+3
* Use Refinery::Page APIs (content_for) properly.Philip Arndt2011-12-171-3/+3
* ensure page titles on date-based and tag-based archive views are uniqueShaun2011-11-112-0/+4
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-092-4/+4
* Fix draft preview of blog postsJamie Winsor2011-09-211-1/+1
* Remove jquery include - now handled by asset pipelineJamie Winsor2011-09-161-1/+0
* fix localization string for submit button on commentJamie Winsor2011-09-041-1/+1
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-2/+2
* will_paginate is back.Uģis Ozols2011-08-252-2/+2
* WIP - use asset pipeline.Uģis Ozols2011-08-034-5/+5
* Fix some I18n translations.Uģis Ozols2011-08-032-5/+11
* Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-301-0/+40
* Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-304-67/+8
* Refactor blog_archive_list helper function into blog_archive_widget function ...Jamie Winsor2011-07-294-9/+9
* Update translation scopesJamie Winsor2011-07-283-12/+12
* More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
* will_paginate -> paginate.Uģis Ozols2011-07-271-1/+1
* Cucumber tag steps now pass.Uģis Ozols2011-07-271-6/+6
* Wip.Uģis Ozols2011-07-278-0/+202