Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index action of blog post controller now caches and sweeps on changes | Jamie Winsor | 2011-09-03 | 3 | -20/+28 |
| | | | | | | | | | | | | | | | fix various views which were broken and untested with rails-3-1 upgrade add request spec tests for admin blog comments Factory is now FactoryGirl Fix multiple issues around listing unmoderated comments use cleaner definitions to set per_page willpaginate attribute on models update all paginate calls to use new arel representation reorganize filter sections to be located at top of controller modify uncategorized class method to activerecord scope and perform a left outer join instead of iterate through an array to find uncategorized posts move request specs into their proper places update guardfile to ensure that request specs get run when their respective controllers are modified Fix show action for AdminBlogComments and added test Fix redirection link after approving or rejecting a comment | ||||
* | will_paginate is back. | Uģis Ozols | 2011-08-25 | 1 | -1/+4 |
| | |||||
* | Syntax fixes for Ruby 1.8.7 | Jamie Winsor | 2011-08-14 | 3 | -18/+6 |
| | |||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -0/+0 |
| | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application | ||||
* | Array is paginated differently. | Uģis Ozols | 2011-07-28 | 1 | -3/+3 |
| | |||||
* | Update some translation scopes. | Uģis Ozols | 2011-07-28 | 1 | -2/+3 |
| | |||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 2 | -8/+6 |
| | |||||
* | Move per_page pagination stuff into model to dry up posts controller. | Uģis Ozols | 2011-07-27 | 1 | -10/+6 |
| | |||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 2 | -9/+8 |
| | |||||
* | Wip. | Uģis Ozols | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 14 | -335/+349 |
| | |||||
* | Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵ | Jack Kinsella | 2011-07-22 | 1 | -0/+2 |
| | | | | requested. | ||||
* | I don't know, it looks like before_filters are down here | Joe Sak | 2011-07-12 | 1 | -1/+3 |
| | |||||
* | this is the 'railscasts' way of handling the category checkboxes | Joe Sak | 2011-07-12 | 1 | -1/+6 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+10 |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | ||||
* | fix my typos | Philip Arndt | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Making use of modules and putting classes under modules. | Philip Arndt | 2011-07-01 | 6 | -220/+240 |
| | |||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 3 | -5/+5 |
| | |||||
* | tag url strategy updated | Joe Sak | 2011-06-21 | 1 | -2/+3 |
| | |||||
* | Needs to use ~* operator | Joe Sak | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | postgreSQL is picky about doing a LIKE query | Joe Sak | 2011-06-21 | 1 | -2/+14 |
| | |||||
* | Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵ | Philip Arndt | 2011-06-21 | 1 | -4/+3 |
| | | | | the previous line) | ||||
* | autocomplete added for tags | Joe Sak | 2011-06-15 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | WIP: trying to test user association as author | Joe Sak | 2011-02-24 | 1 | -0/+46 |
| | |||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -2/+14 |
| | | | | enabled, with translations. | ||||
* | Add controller action and view template for uncategorized posts | Joe Sak | 2011-02-16 | 1 | -0/+7 |
| | |||||
* | 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 | 3 | -8/+8 |
| | |||||
* | include the blog helper in all blog front end controllers. Also fix kend ↵ | djones | 2010-11-22 | 1 | -0/+1 |
| | | | | error on show.html.erb for front end blog viewing | ||||
* | 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 |
| | |||||
* | use published at in more places | djones | 2010-09-21 | 2 | -2/+2 |
| | |||||
* | 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 | 3 | -26/+25 |
| | | | | 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 | ||||
* | Hello rails3 support. | Philip Arndt | 2010-09-03 | 2 | -4/+4 |
| | |||||
* | Redirect properly after saving notification recipients and display a nice ↵ | Philip Arndt | 2010-09-02 | 1 | -1/+8 |
| | | | | friendly message to the user. | ||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 1 | -4/+18 |
| | | | | automatically if the blog isn't moderated based on whether it's spam or not. |