Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't cache when logged in or there's a flash message. Moved canonical to ↵ | Philip Arndt | 2012-03-20 | 1 | -2/+3 |
| | | | | protected methods. | ||||
* | This took code presentation to a new level. | Philip Arndt | 2012-02-29 | 1 | -3/+1 |
| | |||||
* | Don't like having a dialogue for this | Philip Arndt | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | y u need two lines | Philip Arndt | 2012-02-29 | 1 | -2/+1 |
| | |||||
* | Now supporting FriendlyId 4 | Philip Arndt | 2012-02-27 | 2 | -10/+4 |
| | |||||
* | Don't need to specify class names here. | Pete Higgins | 2012-02-23 | 2 | -3/+3 |
| | |||||
* | Cleanup next and previous stuff. | Pete Higgins | 2012-02-23 | 1 | -7/+4 |
| | |||||
* | Remove functionality provided by rails. | Pete Higgins | 2012-02-23 | 1 | -6/+0 |
| | |||||
* | DRY some Refinery::Blog::Post methods. | Pete Higgins | 2012-02-23 | 1 | -7/+8 |
| | |||||
* | Change a .map to a .pluck. | Pete Higgins | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #195 from substantial/refactor_archive_widget | Philip Arndt | 2012-02-22 | 3 | -31/+52 |
|\ | | | | | Refactor archive widget | ||||
| * | Refactor .by_archive and .by_year. | Pete Higgins | 2012-02-10 | 1 | -4/+4 |
| | | |||||
| * | Refactor all_previous into published_dates_older_than. | Pete Higgins | 2012-02-10 | 2 | -4/+4 |
| | | |||||
| * | Refactor blog archive widget. | Pete Higgins | 2012-02-10 | 2 | -25/+46 |
| | | |||||
* | | Merge pull request #200 from dmoose/rails-3-1-recent-popular | Philip Arndt | 2012-02-22 | 2 | -0/+10 |
|\ \ | | | | | | | Rails 3 1 recent popular | ||||
| * | | cleanup | Jeff Shumate | 2012-02-22 | 2 | -2/+2 |
| | | | |||||
| * | | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 2 | -0/+10 |
| |/ | |||||
* / | Correct translations scope | Mark Stuart | 2012-02-23 | 1 | -1/+1 |
|/ | |||||
* | Refinery::Crud already sets title_attribute and redirect_to_url with the ↵ | Uģis Ozols | 2012-02-04 | 2 | -4/+1 |
| | | | | same values. | ||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 8 | -29/+20 |
| | |||||
* | Converted scopes to class methods. | Philip Arndt | 2012-02-03 | 2 | -22/+38 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 23 | -69/+68 |
| | |||||
* | New 'main_app.' format. | Mark Stuart | 2012-01-30 | 1 | -6/+6 |
| | |||||
* | New 'main_app.' format | Mark Stuart | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Correct path for form tag. Updated cancel_url to new format. | Mark Stuart | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | Fix for deprecation in Rails 3.2 | Philip Arndt | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #187 from substantial/rails-3-2-compat | Philip Arndt | 2012-01-28 | 1 | -2/+2 |
|\ | | | | | Rails 3 2 compat | ||||
| * | attr_accessible :author for Post model. | Pete Higgins | 2012-01-26 | 1 | -2/+2 |
| | | |||||
* | | add source url for post | Jeff Shumate | 2012-01-25 | 3 | -1/+30 |
|/ | |||||
* | really fix issue 175 path error in _nav | Jeff Shumate | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | fix issue 175 | Jeff Shumate | 2012-01-25 | 1 | -2/+2 |
| | |||||
* | Fix route helper in categories view. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #181 from enmasse-entertainment/fix_comment_posting | Philip Arndt | 2012-01-24 | 1 | -1/+1 |
|\ | | | | | Fix comment posting | ||||
| * | Fix comment posting. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | | |||||
* | | Fixed to show the word 'blog' only once in route | Tony Semana | 2012-01-17 | 1 | -2/+2 |
| | | |||||
* | | Fixes posts_helper to use updated refinery namespacing | Tony Semana | 2012-01-17 | 1 | -3/+3 |
|/ | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 36 | -171/+162 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 25 | -35/+35 |
| | | | | Refinery::Admin::Blog | ||||
* | Use Refinery::Core.config to get site name. | Uģis Ozols | 2012-01-02 | 3 | -4/+4 |
| | |||||
* | Fix deprecation warning. Closes #164. | Uģis Ozols | 2012-01-02 | 1 | -5/+4 |
| | |||||
* | Refinery::Page.default_parts is now Refinery::Pages.config.default_parts | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | Use Refinery::Page APIs (content_for) properly. | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | Allow configurable author for blog posts. | Pete Higgins | 2011-12-14 | 2 | -6/+13 |
| | |||||
* | ensure page titles on date-based and tag-based archive views are unique | Shaun | 2011-11-11 | 2 | -0/+4 |
| | |||||
* | Merge branch 'master' into rails-3-1 | Philip Arndt | 2011-11-10 | 3 | -22/+17 |
|\ | | | | | | | | | | | Conflicts: app/controllers/admin/blog/posts_controller.rb app/controllers/blog/posts_controller.rb | ||||
| * | fix corrupted indentation | Marek | 2011-09-11 | 1 | -16/+16 |
| | | |||||
| * | canonical tag for posts | Marek | 2011-09-11 | 1 | -15/+19 |
| | | |||||
| * | fixed listing of uncategorized posts | Michael Pope | 2011-08-15 | 1 | -2/+2 |
| | | |||||
* | | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 27 | -389/+385 |
| | | | | | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 2 | -2/+2 |
| | |