Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into rails4 | Uģis Ozols | 2014-01-20 | 2 | -26/+22 |
|\ | | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb | ||||
| * | Apply core globalize fix 2450. Fixes #361. | Ken Ip | 2013-12-08 | 1 | -1/+4 |
| | | |||||
| * | Restricting tags to live posts | Patrick Davey | 2013-10-17 | 1 | -1/+1 |
| | | |||||
* | | Supported Rails 4 and Refinery 3.0.0.dev | Philip Arndt | 2013-09-16 | 8 | -122/+136 |
|/ | |||||
* | frontend scss edit | gajeev | 2013-09-05 | 1 | -14/+14 |
| | |||||
* | scss fixes | gajeev | 2013-09-05 | 1 | -17/+17 |
| | |||||
* | Use select and map instead of pluck to make JRuby happy. | Uģis Ozols | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | Use refinerycms-acts-as-indexed for search functionality. | Uģis Ozols | 2013-08-07 | 7 | -58/+31 |
| | | | | | Also simplify index views for posts, categories and comments by removing redundant code. | ||||
* | Fix N+1 query in posts for associated authors. | Uģis Ozols | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Refactored CSS to SCSS. | Philip Arndt | 2013-07-15 | 2 | -101/+112 |
| | |||||
* | Fix longstanding typo filed_in -> filled_in | Philip Arndt | 2013-07-15 | 3 | -5/+5 |
| | |||||
* | Remove view which is not used. | Uģis Ozols | 2013-07-01 | 1 | -0/+0 |
| | | | | | Was added in 46877fbc5335fc60b96b218cbfd787387bf7d94e probably by mistake. | ||||
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Need to call html_safe on unsafe string before concatenating it to safe string. | Uģis Ozols | 2013-06-21 | 1 | -6/+6 |
| | | | | | | | | Read explanation at https://github.com/refinery/refinerycms-blog/issues/325#issuecomment-198 07945. Closes #325. | ||||
* | 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 |
| | |||||
* | Adds pagination links in posts#archive | Jérémy FRERE | 2013-05-27 | 1 | -0/+1 |
| | |||||
* | Uses I18n.localize instead of strftime for posts#archives title and ↵ | Jérémy FRERE | 2013-05-11 | 2 | -9/+9 |
| | | | | no_articles message | ||||
* | Committing user_class to master | Jonathan Seitel | 2013-01-31 | 2 | -2/+2 |
| | |||||
* | Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282] | Edgars Beigarts | 2012-12-10 | 3 | -11/+13 |
| | |||||
* | Update seo_meta to 1.4.0; removes meta_keywords | Philip Arndt | 2012-11-29 | 1 | -2/+2 |
| | |||||
* | Fix lookup path for body and teaser translations. | Uģis Ozols | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | Modify to reorder (and so ignore default scope) when using Post.next s.t. ↵ | Tom Russell | 2012-11-23 | 1 | -1/+1 |
| | | | | | | the correct 'next' post is selected. Fixes #302 | ||||
* | Merge remote-tracking branch 'jerefrer/master' | Philip Arndt | 2012-11-23 | 1 | -0/+6 |
|\ | |||||
| * | Fixes bug with SEO fields translation | Jérémy FRERE | 2012-11-15 | 1 | -0/+6 |
| | | |||||
* | | Use Globalize.locale instead of Thread | Philip Arndt | 2012-11-23 | 2 | -2/+2 |
| | | | | | | | | We really shouldn't know how this works. | ||||
* | | Fix problems with edit dialog and translations | Marek Labos | 2012-11-23 | 1 | -1/+1 |
| | | | | | | | | Fixes #284 | ||||
* | | use global locale_picker partial | Marek Labos | 2012-11-23 | 3 | -16/+5 |
| | | |||||
* | | Fix bugs with globalize, published_before and clean code | Marek Labos | 2012-11-23 | 2 | -7/+7 |
| | | | | | | | | Fixes #276 | ||||
* | | Merge remote-tracking branch 'romaingweb/missing-asset' | Philip Arndt | 2012-11-23 | 1 | -0/+0 |
|\ \ | |/ |/| | |||||
| * | Add missing 'add.png' in assets | Romain Gérard | 2012-11-13 | 1 | -0/+0 |
| | | |||||
* | | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵ | Uģis Ozols | 2012-11-15 | 3 | -3/+3 |
|/ | | | | dependency for refinerycms-core. | ||||
* | Add approve/reject links in comment notification mail. | Uģis Ozols | 2012-09-05 | 1 | -0/+5 |
| | |||||
* | Merge remote-tracking branch 'Nethemba/fix_tags_title' | Philip Arndt | 2012-09-05 | 1 | -1/+1 |
|\ | |||||
| * | fix escaping quotes in title | Marek Labos | 2012-08-30 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'Nethemba/form_ux_impro' | Philip Arndt | 2012-09-05 | 1 | -14/+2 |
|\ \ | |||||
| * | | using form advanced opt. menu snippet from refinery core | Marek Labos | 2012-08-25 | 1 | -14/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'Nethemba/published_at_author_validation' | Philip Arndt | 2012-09-05 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | added presence validation for published_at and author | Marek Labos | 2012-08-20 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge remote-tracking branch 'Nethemba/ux_none_comments' | Philip Arndt | 2012-09-05 | 3 | -42/+35 |
|\ \ \ | |||||
| * | | | rewrite comments count msg + add link to comments section | Marek Labos | 2012-08-20 | 1 | -9/+5 |
| | | | | |||||
| * | | | moving condition for displaying comments into comments template | Marek Labos | 2012-08-20 | 1 | -3/+1 |
| | | | | |||||
| * | | | removing noisy "no comments" message | Marek Labos | 2012-08-20 | 1 | -30/+29 |
| |/ / | |||||
* | | | Added the ability to use a different url than "/blog" | John Agan | 2012-09-05 | 1 | -1/+1 |
| | | | |||||
* | | | Adding Blog Autodiscovery | Andrew Hooker | 2012-09-04 | 1 | -0/+2 |
| |/ |/| | |||||
* | | fix error when post is tagged and dont have current locale version | Marek Labos | 2012-08-20 | 1 | -1/+1 |
|/ | |||||
* | escape title and tags in templates | Marek Labos | 2012-08-17 | 2 | -3/+3 |
| | |||||
* | Move avatar_url method to posts helper because view stuff shouldn't be in ↵ | Uģis Ozols | 2012-07-31 | 3 | -8/+6 |
| | | | | the model. | ||||
* | Fix deprecation warnings by changing update_attribute to update_column. | Uģis Ozols | 2012-07-31 | 2 | -2/+2 |
| | |||||
* | Removed page caching on posts, and the associated sweeper | Andy Gray | 2012-07-31 | 4 | -32/+0 |
| |