Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added Next, Previous Article & Home navigation | Joe Sak | 2010-11-20 | 1 | -8/+22 | |
|/ | ||||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -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 Arndt | 2010-11-15 | 2 | -14/+25 | |
| | ||||||
* | use published at in more places | djones | 2010-09-21 | 1 | -1/+1 | |
| | ||||||
* | added publish date support. fixes bug where categories were showing posts ↵ | djones | 2010-09-21 | 2 | -4/+19 | |
| | | | | that were technically supposed to be hidden from the end user | |||||
* | added built in ShareThis.com support | djones | 2010-09-14 | 1 | -0/+17 | |
| | ||||||
* | Hello rails3 support. | Philip Arndt | 2010-09-03 | 2 | -13/+31 | |
| | ||||||
* | 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 | 2 | -1/+15 | |
| | | | | 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. | |||||
* | Good, brackets aren't required here. | Philip Arndt | 2010-08-26 | 1 | -1/+1 | |
| | ||||||
* | Blog categories now save onto their posts. | Philip Arndt | 2010-08-26 | 1 | -4/+2 | |
| | ||||||
* | In theory categories should save correctly. | Philip Arndt | 2010-08-25 | 1 | -0/+8 | |
| | ||||||
* | 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 | 3 | -0/+9 | |
| | ||||||
* | 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 | 3 | -0/+32 | |
the fact that it is draft or not. |