aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_comment.rb
Commit message (Collapse)AuthorAgeFilesLines
* Wow, I'm getting good at releasing new versions of this. Fixes size (again).Philip Arndt2011-05-281-2/+2
|
* use options[:size] not size.Philip Arndt2011-05-281-1/+1
|
* Added avatar to blog comments based on email address associated with a gravatar.Philip Arndt2011-05-271-0/+7
|
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-1/+8
| | | | enabled, with translations.
* Prevent mass assignment.Uģis Ozols2010-12-081-0/+2
|
* Rails 3 validation style.Uģis Ozols2010-12-031-3/+2
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-9/+3
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* use string value for :scopingJ. Edward Dewyea2010-11-221-6/+6
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-221-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.
* Added comment notifications.Philip Arndt2010-11-151-14/+24
|
* Hello rails3 support.Philip Arndt2010-09-031-12/+26
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-1/+21
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-1/+7
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-1/+11
| | | | already posted.
* spacingPhilip Arndt2010-08-111-4/+14
|
* Fixes moderation toggler.Philip Arndt2010-08-111-2/+2
|
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-111-2/+3
|
* remove word currentlyPhilip Arndt2010-08-111-1/+1
|
* Helps when you use the RefinerySetting library properly. This is even sadder ↵Philip Arndt2010-08-111-8/+4
| | | | when you wrote most of it and then forgot.
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-3/+17
| | | | script files but not using them yet.
* Make comment moderation toggleablePhilip Arndt2010-08-101-0/+17
|
* Why verify presence and uniqueness of an attribute that doesn't exist?Joe Sak2010-08-091-3/+0
| | | | It was causing mysterious test fails, too.
* generate additional fields and specify relationships.Philip Arndt2010-08-091-0/+4
|
* appropriately name the class.Philip Arndt2010-08-091-1/+1
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+8
the fact that it is draft or not.