Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevents rails from looking for a layout for the rss feed. | Charles de Bueger | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 11 | -53/+37 |
| | |||||
* | Fix failing specs. | Uģis Ozols | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Refinery already bundles jquery-ui so there's no reason to include it twice. | Uģis Ozols | 2012-06-15 | 1 | -4/+0 |
| | |||||
* | Use add icon from refinery core. | Uģis Ozols | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Fix teaser copy function. | Uģis Ozols | 2012-06-15 | 1 | -2/+2 |
| | |||||
* | Fix deprecation warnings related to :confirm option. | Uģis Ozols | 2012-06-15 | 2 | -2/+6 |
| | |||||
* | Remove old assets folders. | Uģis Ozols | 2012-06-15 | 3 | -0/+0 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 13 | -30/+113 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Don't show 'read more' link in situations where the full post is already ↵ | Ryan Deussing | 2012-06-05 | 1 | -1/+3 |
| | | | | displayed because there is no teaser. | ||||
* | 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 | 2 | -3/+8 |
|/ | | | | Method | ||||
* | Do we really need a model called comment_mailer? | Philip Arndt | 2012-05-15 | 1 | -1/+0 |
| | |||||
* | Notification recipients should be specified using :to instead of ↵ | Uģis Ozols | 2012-04-19 | 1 | -1/+1 |
| | | | | :recipients. Fixes #226. | ||||
* | Adding attr_accessible for Rails 3.2 mass assignment fixes. | Matt Garrison | 2012-04-18 | 1 | -1/+2 |
| | |||||
* | Fix page caching on index when pages param is present. | Michael Gall | 2012-04-11 | 1 | -1/+1 |
| | | | | fixes #145 | ||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 16 | -27/+27 |
| | |||||
* | Fix deprecation warnings. | Uģis Ozols | 2012-04-10 | 6 | -10/+10 |
| | |||||
* | Fix reference to ShareThis key. | Cory Deppen | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Fix MassAssignmentSecurity::Error in integration test. | Pete Higgins | 2012-04-01 | 1 | -1/+3 |
| | |||||
* | Fix draft translation | Nic Haynes | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Show published date if not drafted | Nic Haynes | 2012-03-21 | 1 | -4/+5 |
| | |||||
* | Fix markup for draft input | Nic Haynes | 2012-03-21 | 1 | -4/+6 |
| | |||||
* | Move draft checkbox for better usability | Nic Haynes | 2012-03-20 | 1 | -4/+5 |
| | |||||
* | Add draft label to admin index | Nic Haynes | 2012-03-20 | 1 | -0/+3 |
| | |||||
* | 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. |