Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 3 | -6/+6 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 18 | -49/+48 |
| | |||||
* | Correct path for form tag. Updated cancel_url to new format. | Mark Stuart | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 2 | -1/+23 |
| | |||||
* | 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 |
| | |||||
* | Fix route helper in categories view. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 28 | -120/+112 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 21 | -25/+25 |
| | | | | Refinery::Admin::Blog | ||||
* | Use Refinery::Core.config to get site name. | Uģis Ozols | 2012-01-02 | 2 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Allow configurable author for blog posts. | Pete Higgins | 2011-12-14 | 1 | -0/+9 |
| | |||||
* | 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 | 8 | -17/+16 |
| | | | | 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 | ||||
* | index action of blog post controller now caches and sweeps on changes | Jamie Winsor | 2011-09-03 | 5 | -16/+16 |
| | | | | | | | | | | | | | | | 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 | 7 | -13/+13 |
| | |||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -0/+0 |
| | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application | ||||
* | I18n scope fix. | Uģis Ozols | 2011-08-03 | 1 | -2/+2 |
| | |||||
* | WIP - use asset pipeline. | Uģis Ozols | 2011-08-03 | 11 | -104/+11 |
| | |||||
* | Fix some I18n translations. | Uģis Ozols | 2011-08-03 | 3 | -7/+13 |
| | |||||
* | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 2 | -0/+49 |
| | | | | 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 | 5 | -9/+19 |
| | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support | ||||
* | Update translation scopes | Jamie Winsor | 2011-07-28 | 5 | -22/+22 |
| | | | | | | 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 | ||||
* | Update translation scopes and routes. | Uģis Ozols | 2011-07-28 | 5 | -17/+20 |
| | |||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 2 | -14/+14 |
| | |||||
* | Update some translation scopes. | Uģis Ozols | 2011-07-28 | 2 | -5/+6 |
| | |||||
* | will_paginate -> paginate. | Uģis Ozols | 2011-07-27 | 5 | -14/+10 |
| | |||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 6 | -15/+15 |
| | |||||
* | Cucumber author steps now pass. | Uģis Ozols | 2011-07-27 | 3 | -9/+9 |
| | |||||
* | Wip. | Uģis Ozols | 2011-07-27 | 39 | -25/+25 |
| | |||||
* | weird sentence fix and that RAW thing with mailer | Joe Sak | 2011-07-13 | 1 | -11/+11 |
| | |||||
* | this is the 'railscasts' way of handling the category checkboxes | Joe Sak | 2011-07-12 | 1 | -2/+0 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 2 | -2/+10 |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | ||||
* | don't know how we got away with this not being here | Joe Sak | 2011-06-30 | 1 | -0/+2 |
| | |||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 14 | -34/+39 |
| | |||||
* | Merge pull request #88 from mirosr/master | Joe Sak | 2011-06-30 | 1 | -3/+3 |
|\ | | | | | Fixed some embeded strings in English in admin/blog/posts/_form partial (Issue #86) | ||||
| * | Fixed some embeded strings in English in admin/blog/posts/_form partial ↵ | Miroslav Rachev | 2011-06-30 | 1 | -3/+3 |
| | | | | | | | | (Issue #86) | ||||
* | | the checkbox list for categories was out of hand | Joe Sak | 2011-06-29 | 1 | -2/+7 |
|/ | |||||
* | Only use custom_teaser if the migration has run | Philip Arndt | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Fix error in views/blog/posts/_post, looping over tag_list, should loop over ↵ | Glenn Goodrich | 2011-06-25 | 1 | -1/+1 |
| | | | | tags | ||||
* | Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵ | Joe Sak | 2011-06-23 | 5 | -5/+48 |
|\ | | | | | | | into wikyd-custom-teasers | ||||
| * | Add button to copy the blog post's body to the teaser editor to get started ↵ | Kyle Wilkinson | 2011-06-21 | 3 | -0/+31 |
| | | | | | | | | on creating a custom teaser. | ||||
| * | Call tabs() method on admin tabs section only after the document is ready. ↵ | Kyle Wilkinson | 2011-06-21 | 2 | -2/+4 |
| | | | | | | | | This fixes the problem where the teaser editor was showing with a width of 0. Set the active tab to the initial tab on the blog post editor. | ||||
| * | Add helper for finding the teaser to display for a blog post. Use this when ↵ | Kyle Wilkinson | 2011-06-21 | 1 | -3/+1 |
| | | | | | | | | displaying short version of blog posts. |