Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index action of blog post controller now caches and sweeps on changes | Jamie Winsor | 2011-09-03 | 2 | -26/+17 |
| | | | | | | | | | | | | | | | 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 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Array is paginated differently. | Uģis Ozols | 2011-07-28 | 1 | -3/+5 |
| | |||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 1 | -0/+3 |
| | |||||
* | Move per_page pagination stuff into model to dry up posts controller. | Uģis Ozols | 2011-07-27 | 1 | -0/+3 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 10 | -272/+280 |
| | |||||
* | 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 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+13 |
| | | | | | | 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. | ||||
* | just remove this and it's fine, we won't have to remember to use it for ↵ | Joe Sak | 2011-06-30 | 1 | -2/+0 |
| | | | | future attrs | ||||
* | Allow custom_teaser field to be updated via forms. | Kyle Wilkinson | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Make blog_post custom_url field updatable. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Add logic to allow users to override the url for a post from just a title. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+5 |
| | |||||
* | Make category_ids attribute accessible so that blog categories can be updated. | Kyle Wilkinson | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Merged remote branch 'keram/master'. | Philip Arndt | 2011-05-31 | 2 | -3/+9 |
|\ | |||||
| * | For backwards compatibility must be approximate_ascii and strip_non_ascii by ↵ | Marek | 2011-05-19 | 2 | -4/+4 |
| | | | | | | | | default false | ||||
| * | Approximate ascii on blog slugs. For: GH-60 | Marek | 2011-05-19 | 2 | -2/+8 |
| | | |||||
* | | Add page-like tab functionality | Michael Gall | 2011-05-31 | 1 | -0/+2 |
| | | |||||
* | | Wow, I'm getting good at releasing new versions of this. Fixes size (again). | Philip Arndt | 2011-05-28 | 1 | -2/+2 |
| | | |||||
* | | use options[:size] not size. | Philip Arndt | 2011-05-28 | 1 | -1/+1 |
| | | |||||
* | | Added avatar to blog comments based on email address associated with a gravatar. | Philip Arndt | 2011-05-27 | 1 | -0/+7 |
|/ | |||||
* | Edited app/models/blog_post.rb via GitHub | Joe Sak | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Added form fields for SEO and translations. | Philip Arndt | 2011-05-06 | 1 | -1/+2 |
| | |||||
* | Add is_seo_meta call to blog posts. | Philip Arndt | 2011-05-05 | 1 | -9/+11 |
| | |||||
* | tests were failing all over the place | Joe Sak | 2011-04-22 | 1 | -2/+0 |
| | |||||
* | Added friendly_id to categories so instead of /categories/1 we get, say, ↵ | Philip Arndt | 2011-04-02 | 1 | -0/+4 |
| | | | | /categories/news | ||||
* | Acts as taggable installed | Joe Sak | 2011-03-11 | 1 | -0/+3 |
| | |||||
* | Closes GH-44. Authors are now associated with blog posts by current_user ↵ | Joe Sak | 2011-02-24 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | Merge branch 'addingusers' Conflicts: app/models/blog_post.rb | ||||
| * | Wrong syntax for AR association | Joe Sak | 2011-02-24 | 1 | -1/+1 |
| | | |||||
| * | Blog Posts belong to an author ("user_id") | Joe Sak | 2011-02-24 | 1 | -0/+2 |
| | | |||||
* | | just a lil' reminder | Joe Sak | 2011-02-24 | 1 | -1/+2 |
|/ | |||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -1/+8 |
| | | | | enabled, with translations. | ||||
* | lambda is necessary to keep Time.now from becoming a constant, which allows ↵ | Joe Sak | 2011-02-16 | 1 | -3/+3 |
| | | | | .uncategorized to use .live posts again | ||||
* | This is probably just faster | Joe Sak | 2011-02-16 | 1 | -2/+2 |
| | |||||
* | default_scope :order => 'published_at DESC' | Joe Sak | 2011-02-16 | 2 | -10/+18 |
| | | | | move "next" to << self to use exclusive scope | ||||
* | Add class method to find uncategorized posts | Joe Sak | 2011-02-16 | 1 | -1/+5 |
| | |||||
* | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵ | Joe Sak | 2011-02-15 | 3 | -2/+10 |
| | | | | by published_at DESC on category#show view | ||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -0/+4 |
| | |||||
* | The blog nav should not grab next & previous drafts :) | Joe Sak | 2010-12-15 | 1 | -2/+2 |
| | |||||
* | Prevent mass assignment. | Uģis Ozols | 2010-12-08 | 1 | -0/+2 |
| | |||||
* | Added some rspec tests for blog post model. | Uģis Ozols | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | Optimised post_count method. See gist for benchmarks - ↵ | Uģis Ozols | 2010-12-03 | 1 | -8/+1 |
| | | | | https://gist.github.com/726844 | ||||
* | When we delete blog post it should delete associated comments too. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Rails 3 validation style. | Uģis Ozols | 2010-12-03 | 3 | -7/+4 |
| | |||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 2 | -33/+10 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 3 | -6/+6 |
| | |||||
* | use string value for :scoping | J. Edward Dewyea | 2010-11-22 | 2 | -17/+17 |
| | |||||
* | Merged in Joe's and Steven's forks and updated for compatibility with < ↵ | Philip Arndt | 2010-11-22 | 1 | -4/+19 |
|\ | | | | | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec. |