Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Committing user_class to master | Jonathan Seitel | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282] | Edgars Beigarts | 2012-12-10 | 2 | -1/+13 |
| | |||||
* | Update seo_meta to 1.4.0; removes meta_keywords | Philip Arndt | 2012-11-29 | 1 | -2/+2 |
| | |||||
* | Modify to reorder (and so ignore default scope) when using Post.next s.t. ↵ | Tom Russell | 2012-11-23 | 1 | -1/+1 |
| | | | | | | the correct 'next' post is selected. Fixes #302 | ||||
* | Merge remote-tracking branch 'jerefrer/master' | Philip Arndt | 2012-11-23 | 1 | -0/+6 |
|\ | |||||
| * | Fixes bug with SEO fields translation | Jérémy FRERE | 2012-11-15 | 1 | -0/+6 |
| | | |||||
* | | Fix bugs with globalize, published_before and clean code | Marek Labos | 2012-11-23 | 1 | -5/+5 |
|/ | | | | Fixes #276 | ||||
* | added presence validation for published_at and author | Marek Labos | 2012-08-20 | 1 | -0/+1 |
| | |||||
* | Move avatar_url method to posts helper because view stuff shouldn't be in ↵ | Uģis Ozols | 2012-07-31 | 1 | -7/+0 |
| | | | | the model. | ||||
* | Fix deprecation warnings by changing update_attribute to update_column. | Uģis Ozols | 2012-07-31 | 1 | -2/+2 |
| | |||||
* | Fix failing specs. | Uģis Ozols | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 2 | -14/+58 |
| | | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale. | ||||
* | Merge pull request #238 from GeekOnCoffee/fix_count | Philip Arndt | 2012-05-19 | 1 | -1/+1 |
|\ | | | | | Adding Finder Method to utilize count | ||||
| * | Removing redundant live method | Andrew Hooker | 2012-05-19 | 1 | -4/+0 |
| | | |||||
| * | Adding Finder Method to utilize count | Andrew Hooker | 2012-05-19 | 2 | -1/+5 |
| | | |||||
* | | Merge pull request #237 from GeekOnCoffee/eliminate_ternary | Philip Arndt | 2012-05-19 | 1 | -1/+1 |
|\ \ | |/ |/| | Eliminate Ternary | ||||
| * | Eliminate Ternary | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | | |||||
* | | Adding Deprecation Version | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | | |||||
* | | Using Standard Refinery Deprecation Method | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | | |||||
* | | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 1 | -2/+7 |
|/ | | | | Method | ||||
* | Do we really need a model called comment_mailer? | Philip Arndt | 2012-05-15 | 1 | -1/+0 |
| | |||||
* | Fix MassAssignmentSecurity::Error in integration test. | Pete Higgins | 2012-04-01 | 1 | -1/+3 |
| | |||||
* | 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 | 1 | -6/+6 |
|\ | | | | | 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 | 1 | -2/+2 |
| | | |||||
* | | cleanup | Jeff Shumate | 2012-02-22 | 1 | -1/+1 |
| | | |||||
* | | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 1 | -0/+8 |
|/ | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 3 | -21/+12 |
| | |||||
* | Converted scopes to class methods. | Philip Arndt | 2012-02-03 | 2 | -22/+38 |
| | |||||
* | 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 | 1 | -0/+7 |
|/ | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 3 | -0/+265 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 1 | -0/+1 |