Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update page part format | Philip Arndt | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Fix longstanding typo filed_in -> filled_in | Philip Arndt | 2013-07-15 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -3/+3 |
| | | | | no_articles message | ||||
* | 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 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 | 1 | -1/+1 |
| | | | | the model. | ||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 2 | -6/+4 |
| | |||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 5 | -8/+8 |
| | |||||
* | Fix deprecation warnings. | Uģis Ozols | 2012-04-10 | 4 | -5/+5 |
| | |||||
* | Fix reference to ShareThis key. | Cory Deppen | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 2 | -5/+5 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 4 | -7/+7 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 1 | -1/+7 |
| | |||||
* | really fix issue 175 path error in _nav | Jeff Shumate | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | fix issue 175 | Jeff Shumate | 2012-01-25 | 1 | -2/+2 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 7 | -29/+29 |
| | |||||
* | Use Refinery::Core.config to get site name. | Uģis Ozols | 2012-01-02 | 1 | -2/+2 |
| | |||||
* | Refinery::Page.default_parts is now Refinery::Pages.config.default_parts | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | Use Refinery::Page APIs (content_for) properly. | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | ensure page titles on date-based and tag-based archive views are unique | Shaun | 2011-11-11 | 2 | -0/+4 |
| | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 2 | -4/+4 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Remove jquery include - now handled by asset pipeline | Jamie Winsor | 2011-09-16 | 1 | -1/+0 |
| | |||||
* | fix localization string for submit button on comment | Jamie Winsor | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | will_paginate is back. | Uģis Ozols | 2011-08-25 | 2 | -2/+2 |
| | |||||
* | WIP - use asset pipeline. | Uģis Ozols | 2011-08-03 | 4 | -5/+5 |
| | |||||
* | Fix some I18n translations. | Uģis Ozols | 2011-08-03 | 2 | -5/+11 |
| | |||||
* | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 1 | -0/+40 |
| | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | ||||
* | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 4 | -67/+8 |
| | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | ||||
* | Refactor blog_archive_list helper function into blog_archive_widget function ↵ | Jamie Winsor | 2011-07-29 | 4 | -9/+9 |
| | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support | ||||
* | Update translation scopes | Jamie Winsor | 2011-07-28 | 3 | -12/+12 |
| | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit | ||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 2 | -14/+14 |
| | |||||
* | will_paginate -> paginate. | Uģis Ozols | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 1 | -6/+6 |
| | |||||
* | Wip. | Uģis Ozols | 2011-07-27 | 8 | -0/+202 |