aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Don't need to specify class names here.Pete Higgins2012-02-232-3/+3
* Cleanup next and previous stuff.Pete Higgins2012-02-231-7/+4
* Remove functionality provided by rails.Pete Higgins2012-02-231-6/+0
* DRY some Refinery::Blog::Post methods.Pete Higgins2012-02-231-7/+8
* Change a .map to a .pluck.Pete Higgins2012-02-221-1/+1
* Merge pull request #195 from substantial/refactor_archive_widgetPhilip Arndt2012-02-223-31/+52
|\
| * Refactor .by_archive and .by_year.Pete Higgins2012-02-101-4/+4
| * Refactor all_previous into published_dates_older_than.Pete Higgins2012-02-102-4/+4
| * Refactor blog archive widget.Pete Higgins2012-02-102-25/+46
* | Merge pull request #200 from dmoose/rails-3-1-recent-popularPhilip Arndt2012-02-222-0/+10
|\ \
| * | cleanupJeff Shumate2012-02-222-2/+2
| * | add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-222-0/+10
| |/
* / Correct translations scopeMark Stuart2012-02-231-1/+1
|/
* Refinery::Crud already sets title_attribute and redirect_to_url with the same...Uģis Ozols2012-02-042-4/+1
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-048-29/+20
* Converted scopes to class methods.Philip Arndt2012-02-032-22/+38
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-0123-69/+68
* New 'main_app.' format.Mark Stuart2012-01-301-6/+6
* New 'main_app.' formatMark Stuart2012-01-301-1/+1
* Correct path for form tag. Updated cancel_url to new format.Mark Stuart2012-01-301-2/+2
* Fix for deprecation in Rails 3.2Philip Arndt2012-01-301-1/+1
* Merge pull request #187 from substantial/rails-3-2-compatPhilip Arndt2012-01-281-2/+2
|\
| * attr_accessible :author for Post model.Pete Higgins2012-01-261-2/+2
* | add source url for postJeff Shumate2012-01-253-1/+30
|/
* 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
* Merge pull request #181 from enmasse-entertainment/fix_comment_postingPhilip Arndt2012-01-241-1/+1
|\
| * Fix comment posting.Pete Higgins2012-01-241-1/+1
* | Fixed to show the word 'blog' only once in routeTony Semana2012-01-171-2/+2
* | Fixes posts_helper to use updated refinery namespacingTony Semana2012-01-171-3/+3
|/
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1736-171/+162
* Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin...Philip Arndt2012-01-1725-35/+35
* Use Refinery::Core.config to get site name.Uģis Ozols2012-01-023-4/+4
* Fix deprecation warning. Closes #164.Uģis Ozols2012-01-021-5/+4
* 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-142-6/+13
* ensure page titles on date-based and tag-based archive views are uniqueShaun2011-11-112-0/+4
* Merge branch 'master' into rails-3-1Philip Arndt2011-11-103-22/+17
|\
| * fix corrupted indentationMarek2011-09-111-16/+16
| * canonical tag for postsMarek2011-09-111-15/+19
| * fixed listing of uncategorized postsMichael Pope2011-08-151-2/+2
* | Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-0927-389/+385
* | Fix draft preview of blog postsJamie Winsor2011-09-212-2/+2
* | setting indentation to 'rails way' for protected and private classesJamie Winsor2011-09-192-21/+21
* | Fix indent on protected methodsJamie Winsor2011-09-191-18/+18
* | Namespace BlogController into Blog::BaseControllerJamie Winsor2011-09-194-17/+19
* | Namespace BlogControllerHelper to Blog::ControllerHelperJamie Winsor2011-09-193-29/+31
* | remove duplicate BlogControllerHelper includeJamie Winsor2011-09-191-2/+0