aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added Next, Previous Article & Home navigationJoe Sak2010-11-201-8/+22
|/
* Archive listing, views, helpersJoe Sak2010-11-181-0/+14
| | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
* Added comment notifications.Philip Arndt2010-11-152-14/+25
|
* use published at in more placesdjones2010-09-211-1/+1
|
* added publish date support. fixes bug where categories were showing posts ↵djones2010-09-212-4/+19
| | | | that were technically supposed to be hidden from the end user
* added built in ShareThis.com supportdjones2010-09-141-0/+17
|
* Hello rails3 support.Philip Arndt2010-09-032-13/+31
|
* 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-302-1/+15
| | | | 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.
* Good, brackets aren't required here.Philip Arndt2010-08-261-1/+1
|
* Blog categories now save onto their posts.Philip Arndt2010-08-261-4/+2
|
* In theory categories should save correctly.Philip Arndt2010-08-251-0/+8
|
* 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-093-0/+9
|
* 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-093-0/+32
the fact that it is draft or not.