Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Merge pull request #200 from dmoose/rails-3-1-recent-popular | Philip Arndt | 2012-02-22 | 1 | -0/+2 |
|\ | | | | | Rails 3 1 recent popular | ||||
| * | cleanup | Jeff Shumate | 2012-02-22 | 1 | -1/+1 |
| | | |||||
| * | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 1 | -0/+2 |
| | | |||||
* | | 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. | ||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 4 | -18/+18 |
| | |||||
* | New 'main_app.' format. | Mark Stuart | 2012-01-30 | 1 | -6/+6 |
| | |||||
* | New 'main_app.' format | Mark Stuart | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Fix comment posting. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 6 | -45/+45 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 4 | -10/+10 |
| | | | | Refinery::Admin::Blog | ||||
* | Allow configurable author for blog posts. | Pete Higgins | 2011-12-14 | 1 | -6/+4 |
| | |||||
* | Merge branch 'master' into rails-3-1 | Philip Arndt | 2011-11-10 | 2 | -14/+16 |
| | | | | | | Conflicts: app/controllers/admin/blog/posts_controller.rb app/controllers/blog/posts_controller.rb | ||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 7 | -35/+36 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | setting indentation to 'rails way' for protected and private classes | Jamie Winsor | 2011-09-19 | 1 | -3/+3 |
| | |||||
* | Namespace BlogController into Blog::BaseController | Jamie Winsor | 2011-09-19 | 4 | -17/+19 |
| | |||||
* | Namespace BlogControllerHelper to Blog::ControllerHelper | Jamie Winsor | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | remove duplicate BlogControllerHelper include | Jamie Winsor | 2011-09-19 | 1 | -2/+0 |
| | |||||
* | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 2 | -26/+4 |
| | | | | | | This will enable users to include the controller helper into their own controllers to perform common functions - such as finding a blog post or listing all blog posts. | ||||
* | Change current_user to current_refinery_user | Jamie Winsor | 2011-09-14 | 1 | -1/+1 |
| | | | | Fixes for https://github.com/resolve/refinerycms/commit/8294a86c13943fcd9bb966341ecfa250ae4aeaf0 | ||||
* | Second commit for ::Refinery::AdminController | Michael Gall | 2011-09-05 | 4 | -4/+4 |
| | |||||
* | remove useless comment | Jamie Winsor | 2011-09-04 | 1 | -1/+0 |
| | |||||
* | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 1 | -2/+2 |
| | | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices | ||||
* | 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 |
| | |||||
* | 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 | 7 | -0/+349 |