Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵ | Jack Kinsella | 2011-07-22 | 1 | -0/+2 |
| | | | | requested. | ||||
* | Making use of modules and putting classes under modules. | Philip Arndt | 2011-07-01 | 2 | -84/+88 |
| | |||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 1 | -2/+2 |
| | |||||
* | tag url strategy updated | Joe Sak | 2011-06-21 | 1 | -2/+3 |
| | |||||
* | Modify the category view of the blog to show a paged view, rather than all ↵ | Kyle Wilkinson | 2011-06-13 | 1 | -0/+4 |
| | | | | blog posts. | ||||
* | Present the blog post's meta information now. This will require ↵ | Philip Arndt | 2011-05-06 | 1 | -3/+3 |
| | | | | refinerycms-core 1.0.0 | ||||
* | Closes GH-29. Blog posts act as taggable. rspec & cukes passing | Joe Sak | 2011-03-11 | 1 | -0/+13 |
| | |||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -6/+17 |
| | |||||
* | Reduce db queries. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -25/+9 |
| | |||||
* | Allow refinery users with access to the blog to see the blog posts when they ↵ | Philip Arndt | 2010-11-23 | 1 | -1/+7 |
| | | | | are draft. Closes GH-19 | ||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 2 | -6/+6 |
| | |||||
* | total refactor here | Joe Sak | 2010-11-20 | 1 | -4/+0 |
| | |||||
* | ajaxify the nav | Joe Sak | 2010-11-20 | 1 | -5/+28 |
| | |||||
* | Um... find_page was already there. | Joe Sak | 2010-11-20 | 1 | -5/+0 |
| | |||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -2/+16 |
| | | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here | ||||
* | Added comment notifications. | Philip Arndt | 2010-11-15 | 1 | -0/+12 |
| | |||||
* | prefix with blog_ | Philip Arndt | 2010-10-13 | 1 | -1/+4 |
| | |||||
* | Let's paginate | Fernando Blat | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Pagination | Fernando Blat | 2010-10-05 | 1 | -3/+3 |
| | |||||
* | add rss support | djones | 2010-09-14 | 1 | -4/+8 |
| | |||||
* | better gitignore, posts controller now uses translations that exist | djones | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 2 | -0/+46 |
into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks |