aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Philip Arndt2011-11-092-4/+4
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* 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
| | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices
* 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 ↵Justin Ricaurte2011-07-301-0/+40
| | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it.
* Made it so that comments and the body_content_right have been further ↵Justin Ricaurte2011-07-304-67/+8
| | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it.
* Refactor blog_archive_list helper function into blog_archive_widget function ↵Jamie Winsor2011-07-294-9/+9
| | | | | | (with alias for compatability) Fix archive view for rails-3-1 support
* Update translation scopesJamie Winsor2011-07-283-12/+12
| | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit
* 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