Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 27 | -389/+385 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 2 | -2/+2 |
| | |||||
* | setting indentation to 'rails way' for protected and private classes | Jamie Winsor | 2011-09-19 | 2 | -21/+21 |
| | |||||
* | Fix indent on protected methods | Jamie Winsor | 2011-09-19 | 1 | -18/+18 |
| | |||||
* | Namespace BlogController into Blog::BaseController | Jamie Winsor | 2011-09-19 | 4 | -17/+19 |
| | |||||
* | Namespace BlogControllerHelper to Blog::ControllerHelper | Jamie Winsor | 2011-09-19 | 3 | -29/+31 |
| | |||||
* | remove duplicate BlogControllerHelper include | Jamie Winsor | 2011-09-19 | 1 | -2/+0 |
| | |||||
* | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 3 | -26/+32 |
| | | | | | | 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 jquery include - now handled by asset pipeline | Jamie Winsor | 2011-09-16 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Revert sweeper's expiration parameter to strings for now | Jamie Winsor | 2011-09-04 | 1 | -2/+3 |
| | |||||
* | convert expire_page parameters in blog sweeper from strings to url helpers | Jamie Winsor | 2011-09-04 | 1 | -2/+2 |
| | |||||
* | remove useless comment | Jamie Winsor | 2011-09-04 | 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 | 2 | -4/+4 |
| | | | | | | | | | | | 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 | 11 | -62/+86 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Add attr_accessible to blog posts to interact better with page_images | Michael Gall | 2011-08-31 | 1 | -0/+2 |
| | |||||
* | will_paginate is back. | Uģis Ozols | 2011-08-25 | 10 | -16/+19 |
| | |||||
* | Syntax fixes for Ruby 1.8.7 | Jamie Winsor | 2011-08-14 | 3 | -18/+6 |
| | |||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 7 | -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 | 44 | -104/+654 |
| | |||||
* | 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 | 6 | -43/+41 |
| | | | | | | (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 |
| | |||||
* | Array is paginated differently. | Uģis Ozols | 2011-07-28 | 2 | -6/+8 |
| | |||||
* | Update some translation scopes. | Uģis Ozols | 2011-07-28 | 3 | -7/+9 |
| | |||||
* | will_paginate -> paginate. | Uģis Ozols | 2011-07-27 | 5 | -14/+10 |
| | |||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 3 | -8/+9 |
| | |||||
* | Move per_page pagination stuff into model to dry up posts controller. | Uģis Ozols | 2011-07-27 | 2 | -10/+9 |
| | |||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 10 | -83/+84 |
| | |||||
* | Cucumber author steps now pass. | Uģis Ozols | 2011-07-27 | 3 | -9/+9 |
| | |||||
* | Wip. | Uģis Ozols | 2011-07-27 | 40 | -26/+26 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 26 | -620/+644 |
| | |||||
* | Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵ | Jack Kinsella | 2011-07-22 | 1 | -0/+2 |
| | | | | requested. | ||||
* | categorization has_many :through should have an ID, and the relationship ↵ | Joe Sak | 2011-07-18 | 2 | -2/+2 |
| | | | | should be destroyed if the blog post or category is | ||||
* | readonly author just for safety's sake | Joe Sak | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | weird sentence fix and that RAW thing with mailer | Joe Sak | 2011-07-13 | 1 | -11/+11 |
| | |||||
* | I don't know, it looks like before_filters are down here | Joe Sak | 2011-07-12 | 1 | -1/+3 |
| | |||||
* | this is the 'railscasts' way of handling the category checkboxes | Joe Sak | 2011-07-12 | 2 | -3/+6 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 5 | -2/+37 |
| | | | | | | 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 |
| | |||||
* | fix my typos | Philip Arndt | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Making use of modules and putting classes under modules. | Philip Arndt | 2011-07-01 | 7 | -229/+251 |
| | |||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 18 | -40/+45 |
| |