aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/blog
Commit message (Collapse)AuthorAgeFilesLines
* Making use of modules and putting classes under modules.Philip Arndt2011-07-012-84/+88
|
* Making use of translation scopes.Philip Arndt2011-07-011-2/+2
|
* tag url strategy updatedJoe Sak2011-06-211-2/+3
|
* Modify the category view of the blog to show a paged view, rather than all ↵Kyle Wilkinson2011-06-131-0/+4
| | | | blog posts.
* Present the blog post's meta information now. This will require ↵Philip Arndt2011-05-061-3/+3
| | | | refinerycms-core 1.0.0
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-111-0/+13
|
* Archives group by year after 2 yearsJoe Sak2011-01-101-6/+17
|
* Reduce db queries.Uģis Ozols2010-12-031-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-25/+9
|
* Allow refinery users with access to the blog to see the blog posts when they ↵Philip Arndt2010-11-231-1/+7
| | | | are draft. Closes GH-19
* Consistent whitespace.Philip Arndt2010-11-232-6/+6
|
* total refactor hereJoe Sak2010-11-201-4/+0
|
* ajaxify the navJoe Sak2010-11-201-5/+28
|
* Um... find_page was already there.Joe Sak2010-11-201-5/+0
|
* Archive listing, views, helpersJoe Sak2010-11-181-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 Arndt2010-11-151-0/+12
|
* prefix with blog_Philip Arndt2010-10-131-1/+4
|
* Let's paginateFernando Blat2010-10-051-1/+1
|
* PaginationFernando Blat2010-10-051-3/+3
|
* add rss supportdjones2010-09-141-4/+8
|
* better gitignore, posts controller now uses translations that existdjones2010-09-071-2/+2
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-062-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