Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidied up implementation of delete_translation and specs | Philip Arndt | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Corrige un bug empêchant la mise à jour des Post en espagnol, parfois | Jérémy FRERE | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Adds a button to delete the displayed translation of a blog post | Jérémy FRERE | 2015-05-14 | 1 | -0/+7 |
| | |||||
* | Fixed test failures relating to not finding the title. | Philip Arndt | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Use strong parameters. | Uģis Ozols | 2014-01-27 | 4 | -6/+26 |
| | |||||
* | Supported Rails 4 and Refinery 3.0.0.dev | Philip Arndt | 2013-09-16 | 2 | -6/+10 |
| | |||||
* | Fix N+1 query in posts for associated authors. | Uģis Ozols | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | 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 | -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 | ||||
| * | fix corrupted indentation | Marek | 2011-09-11 | 1 | -16/+16 |
| | | |||||
| * | canonical tag for posts | Marek | 2011-09-11 | 1 | -15/+19 |
| | | |||||
| * | fixed listing of uncategorized posts | Michael Pope | 2011-08-15 | 1 | -2/+2 |
| | | |||||
* | | 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 |