Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Tiny code comment changes. | Uģis Ozols | 2013-06-17 | 1 | -2/+1 |
| | |||||
* | limit rss feed for some services that have limits (like feedburner) | dougbradbury | 2013-06-16 | 1 | -1/+5 |
| | |||||
* | Uses I18n.localize instead of strftime for posts#archives title and ↵ | Jérémy FRERE | 2013-05-11 | 1 | -6/+6 |
| | | | | no_articles message | ||||
* | Fix bugs with globalize, published_before and clean code | Marek Labos | 2012-11-23 | 1 | -2/+2 |
| | | | | Fixes #276 | ||||
* | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵ | Uģis Ozols | 2012-11-15 | 1 | -1/+1 |
| | | | | dependency for refinerycms-core. | ||||
* | Added the ability to use a different url than "/blog" | John Agan | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | fix error when post is tagged and dont have current locale version | Marek Labos | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | Removed page caching on posts, and the associated sweeper | Andy Gray | 2012-07-31 | 3 | -6/+0 |
| | |||||
* | Split rejected and approved comment actions into separate controller actions. | Uģis Ozols | 2012-07-06 | 1 | -18/+18 |
| | |||||
* | Prevents rails from looking for a layout for the rss feed. | Charles de Bueger | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 3 | -5/+5 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 3 | -4/+9 |
| | | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale. | ||||
* | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | | | | Method | ||||
* | 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 | -0/+209 |
| | | | | Refinery::Admin::Blog | ||||
* | Merge branch 'master' into rails-3-1 | Philip Arndt | 2011-11-10 | 1 | -2/+8 |
| | | | | | | 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 | 3 | -10/+10 |
| | | | | 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 | 3 | -2/+19 |
| | |||||
* | remove duplicate BlogControllerHelper include | Jamie Winsor | 2011-09-19 | 1 | -2/+0 |
| | |||||
* | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 1 | -21/+2 |
| | | | | | | 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. | ||||
* | 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 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Syntax fixes for Ruby 1.8.7 | Jamie Winsor | 2011-08-14 | 2 | -15/+5 |
| | |||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -8/+7 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 2 | -0/+122 |