Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -1/+8 |
| | | | | enabled, with translations. | ||||
* | Prevent mass assignment. | Uģis Ozols | 2010-12-08 | 1 | -0/+2 |
| | |||||
* | Rails 3 validation style. | Uģis Ozols | 2010-12-03 | 1 | -3/+2 |
| | |||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -9/+3 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | use string value for :scoping | J. Edward Dewyea | 2010-11-22 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | Added comment notifications. | Philip Arndt | 2010-11-15 | 1 | -14/+24 |
| | |||||
* | Hello rails3 support. | Philip Arndt | 2010-09-03 | 1 | -12/+26 |
| | |||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 1 | -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 Arndt | 2010-08-30 | 1 | -1/+7 |
| | | | | show up below posts. | ||||
* | wrote rails engine for later, added ability to add comments and see ones ↵ | Philip Arndt | 2010-08-28 | 1 | -1/+11 |
| | | | | already posted. | ||||
* | spacing | Philip Arndt | 2010-08-11 | 1 | -4/+14 |
| | |||||
* | Fixes moderation toggler. | Philip Arndt | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Adds unmoderated support through changing approved to state. | Philip Arndt | 2010-08-11 | 1 | -2/+3 |
| | |||||
* | remove word currently | Philip Arndt | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Helps when you use the RefinerySetting library properly. This is even sadder ↵ | Philip Arndt | 2010-08-11 | 1 | -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 Arndt | 2010-08-10 | 1 | -3/+17 |
| | | | | script files but not using them yet. | ||||
* | Make comment moderation toggleable | Philip Arndt | 2010-08-10 | 1 | -0/+17 |
| | |||||
* | Why verify presence and uniqueness of an attribute that doesn't exist? | Joe Sak | 2010-08-09 | 1 | -3/+0 |
| | | | | It was causing mysterious test fails, too. | ||||
* | generate additional fields and specify relationships. | Philip Arndt | 2010-08-09 | 1 | -0/+4 |
| | |||||
* | appropriately name the class. | Philip Arndt | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 1 | -0/+8 |
the fact that it is draft or not. |