aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
...
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-043-6/+6
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-0118-49/+48
* Correct path for form tag. Updated cancel_url to new format.Mark Stuart2012-01-301-2/+2
* add source url for postJeff Shumate2012-01-252-1/+23
* really fix issue 175 path error in _navJeff Shumate2012-01-251-1/+1
* fix issue 175Jeff Shumate2012-01-251-2/+2
* Fix route helper in categories view.Pete Higgins2012-01-241-1/+1
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1728-120/+112
* Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin...Philip Arndt2012-01-1721-25/+25
* Use Refinery::Core.config to get site name.Uģis Ozols2012-01-022-3/+3
* 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
* Allow configurable author for blog posts.Pete Higgins2011-12-141-0/+9
* 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-098-17/+16
* 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
* index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-035-16/+16
* will_paginate is back.Uģis Ozols2011-08-257-13/+13
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+0
* I18n scope fix.Uģis Ozols2011-08-031-2/+2
* WIP - use asset pipeline.Uģis Ozols2011-08-0311-104/+11
* Fix some I18n translations.Uģis Ozols2011-08-033-7/+13
* Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-302-0/+49
* 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-295-9/+19
* Update translation scopesJamie Winsor2011-07-285-22/+22
* Update translation scopes and routes.Uģis Ozols2011-07-285-17/+20
* More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
* Update some translation scopes.Uģis Ozols2011-07-282-5/+6
* will_paginate -> paginate.Uģis Ozols2011-07-275-14/+10
* Cucumber tag steps now pass.Uģis Ozols2011-07-276-15/+15
* Cucumber author steps now pass.Uģis Ozols2011-07-273-9/+9
* Wip.Uģis Ozols2011-07-2739-25/+25
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-11/+11
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-121-2/+0
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-042-2/+10
* don't know how we got away with this not being hereJoe Sak2011-06-301-0/+2
* Making use of translation scopes.Philip Arndt2011-07-0114-34/+39
* Merge pull request #88 from mirosr/masterJoe Sak2011-06-301-3/+3
|\
| * Fixed some embeded strings in English in admin/blog/posts/_form partial (Issu...Miroslav Rachev2011-06-301-3/+3
* | the checkbox list for categories was out of handJoe Sak2011-06-291-2/+7
|/
* Only use custom_teaser if the migration has runPhilip Arndt2011-06-271-1/+1
* Fix error in views/blog/posts/_post, looping over tag_list, should loop over ...Glenn Goodrich2011-06-251-1/+1
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog in...Joe Sak2011-06-235-5/+48
|\
| * Add button to copy the blog post's body to the teaser editor to get started o...Kyle Wilkinson2011-06-213-0/+31
| * Call tabs() method on admin tabs section only after the document is ready. T...Kyle Wilkinson2011-06-212-2/+4
| * Add helper for finding the teaser to display for a blog post. Use this when ...Kyle Wilkinson2011-06-211-3/+1