Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add controller action and view template for uncategorized posts | Joe Sak | 2011-02-16 | 2 | -0/+33 | |
| | ||||||
* | Add class method to find uncategorized posts | Joe Sak | 2011-02-16 | 1 | -1/+5 | |
| | ||||||
* | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵ | Joe Sak | 2011-02-15 | 3 | -2/+10 | |
| | | | | by published_at DESC on category#show view | |||||
* | .html_safe failed on empty body & sidebody content | Joe Sak | 2011-02-15 | 1 | -2/+2 | |
| | ||||||
* | BlogPost != NewsItem | Joe Sak | 2011-01-10 | 1 | -4/+4 | |
| | ||||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 3 | -9/+38 | |
| | ||||||
* | Used internationalization for the months in the file list. | Marcelo Griggio Cajueiro | 2011-01-03 | 1 | -1/+1 | |
| | ||||||
* | Use i18n to display the post created_at. | Marcelo Griggio Cajueiro | 2010-12-30 | 2 | -4/+4 | |
| | ||||||
* | The blog nav should not grab next & previous drafts :) | Joe Sak | 2010-12-15 | 1 | -2/+2 | |
| | ||||||
* | Make the body content work when there are not this many parts. | Philip Arndt | 2010-12-13 | 1 | -2/+2 | |
| | ||||||
* | Set page output to html_safe. | Phil Spitler | 2010-12-12 | 1 | -2/+2 | |
| | ||||||
* | << is much faster than += | Philip Arndt | 2010-12-10 | 1 | -6/+6 | |
| | ||||||
* | Move 'Archives' text to locale. | Uģis Ozols | 2010-12-10 | 1 | -1/+3 | |
| | ||||||
* | Cleanup views as will_paginate link labels gets set in core. | Uģis Ozols | 2010-12-10 | 2 | -12/+4 | |
| | ||||||
* | Prevent mass assignment. | Uģis Ozols | 2010-12-08 | 1 | -0/+2 | |
| | ||||||
* | Added some rspec tests for blog post model. | Uģis Ozols | 2010-12-07 | 1 | -0/+1 | |
| | ||||||
* | Use rails naming convention for translations that contain html markup. | Uģis Ozols | 2010-12-03 | 2 | -2/+2 | |
| | ||||||
* | Fix translation path. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 | |
| | ||||||
* | Optimised post_count method. See gist for benchmarks - ↵ | Uģis Ozols | 2010-12-03 | 1 | -8/+1 | |
| | | | | https://gist.github.com/726844 | |||||
* | Reduce db queries. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 | |
| | ||||||
* | When we delete blog post it should delete associated comments too. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 | |
| | ||||||
* | Rails 3 validation style. | Uģis Ozols | 2010-12-03 | 3 | -7/+4 | |
| | ||||||
* | Moved some text to locale. | Uģis Ozols | 2010-12-03 | 2 | -7/+9 | |
| | ||||||
* | Refactored nav partial, added 'blog home' to locale and removed unneeded ↵ | Uģis Ozols | 2010-12-03 | 2 | -14/+10 | |
| | | | | <nav></nav> tags. | |||||
* | Added missing </li> tag. | Uģis Ozols | 2010-12-03 | 1 | -0/+1 | |
| | ||||||
* | Fix deprecation warnings. | Uģis Ozols | 2010-12-03 | 4 | -4/+4 | |
| | ||||||
* | We don't need those h in Rails 3. | Uģis Ozols | 2010-12-03 | 3 | -3/+3 | |
| | ||||||
* | Use symbol instead of string. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 | |
| | ||||||
* | Use :confirm and :method link_to methods. | Uģis Ozols | 2010-12-03 | 2 | -4/+4 | |
| | ||||||
* | Moved 'no blog posts' text to locale file. | Uģis Ozols | 2010-12-03 | 1 | -5/+7 | |
| | ||||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 6 | -90/+35 | |
| | ||||||
* | remove data-nav-url attribute from in post navigation | djones | 2010-11-27 | 1 | -2/+2 | |
| | ||||||
* | keep to the same markup scheme Refinery uses for the menu | djones | 2010-11-26 | 1 | -2/+4 | |
| | ||||||
* | Allow refinery users with access to the blog to see the blog posts when they ↵ | Philip Arndt | 2010-11-23 | 2 | -1/+8 | |
| | | | | are draft. Closes GH-19 | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 28 | -45/+45 | |
| | ||||||
* | use string value for :scoping | J. Edward Dewyea | 2010-11-22 | 2 | -17/+17 | |
| | ||||||
* | include the blog helper in all blog front end controllers. Also fix kend ↵ | djones | 2010-11-22 | 2 | -2/+4 | |
| | | | | error on show.html.erb for front end blog viewing | |||||
* | fix incorrect method call for javascript_include_tag | djones | 2010-11-22 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'origin/master' | Philip Arndt | 2010-11-22 | 1 | -3/+3 | |
|\ | ||||||
| * | We can use scope for this. | Philip Arndt | 2010-11-22 | 1 | -3/+3 | |
| | | ||||||
| * | find the correct key to translate | J. Edward Dewyea | 2010-11-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in Joe's and Steven's forks and updated for compatibility with < ↵ | Philip Arndt | 2010-11-22 | 7 | -47/+82 | |
|\ \ | | | | | | | | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec. | |||||
| * | | place all script occurrences in content_for :javascripts | suweller | 2010-11-21 | 3 | -4/+6 | |
| | | | ||||||
| * | | javascript should be in javascripts section | suweller | 2010-11-21 | 1 | -1/+3 | |
| |/ | ||||||
* | | continued refactor | Joe Sak | 2010-11-20 | 1 | -6/+10 | |
| | | ||||||
* | | flash messages & styles for comments | Joe Sak | 2010-11-20 | 1 | -0/+5 | |
| | | ||||||
* | | total refactor here | Joe Sak | 2010-11-20 | 3 | -10/+6 | |
| | | ||||||
* | | Move markup around | Joe Sak | 2010-11-20 | 1 | -5/+6 | |
| | | ||||||
* | | Had some missing markup | Joe Sak | 2010-11-20 | 2 | -22/+24 | |
| | | ||||||
* | | better conditional | Joe Sak | 2010-11-20 | 1 | -2/+8 | |
| | |