Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Let's paginate | Fernando Blat | 2010-10-05 | 1 | -1/+1 | |
| | ||||||
* | Pagination | Fernando Blat | 2010-10-05 | 1 | -3/+3 | |
| | ||||||
* | use published at in more places | djones | 2010-09-21 | 2 | -2/+2 | |
| | ||||||
* | add rss support | djones | 2010-09-14 | 1 | -4/+8 | |
| | ||||||
* | better gitignore, posts controller now uses translations that exist | djones | 2010-09-07 | 1 | -2/+2 | |
| | ||||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 3 | -26/+25 | |
| | | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks | |||||
* | Hello rails3 support. | Philip Arndt | 2010-09-03 | 2 | -4/+4 | |
| | ||||||
* | Redirect properly after saving notification recipients and display a nice ↵ | Philip Arndt | 2010-09-02 | 1 | -1/+8 | |
| | | | | friendly message to the user. | |||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 1 | -4/+18 | |
| | | | | 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 | -3/+4 | |
| | | | | show up below posts. | |||||
* | wrote rails engine for later, added ability to add comments and see ones ↵ | Philip Arndt | 2010-08-28 | 1 | -1/+20 | |
| | | | | already posted. | |||||
* | Fix sorting | Philip Arndt | 2010-08-26 | 1 | -1/+1 | |
| | ||||||
* | frontend markup and categories. | Philip Arndt | 2010-08-26 | 1 | -3/+15 | |
| | ||||||
* | Added categories section | Philip Arndt | 2010-08-25 | 1 | -1/+1 | |
| | ||||||
* | Added asset copying to the generator script for those systems that can't ↵ | Philip Arndt | 2010-08-18 | 3 | -4/+12 | |
| | | | | cope with rails3 coolness. | |||||
* | Adds unmoderated support through changing approved to state. | Philip Arndt | 2010-08-11 | 1 | -0/+5 | |
| | ||||||
* | Helps when you use the RefinerySetting library properly. This is even sadder ↵ | Philip Arndt | 2010-08-11 | 1 | -1/+1 | |
| | | | | when you wrote most of it and then forgot. | |||||
* | The settings popup for notification had silliness in it | Joe Sak | 2010-08-10 | 1 | -1/+1 | |
| | ||||||
* | Better settings, update notified has a form but doesn't yet work. Created ↵ | Philip Arndt | 2010-08-10 | 1 | -3/+11 | |
| | | | | script files but not using them yet. | |||||
* | Make comment moderation toggleable | Philip Arndt | 2010-08-10 | 1 | -1/+2 | |
| | ||||||
* | add advanced options to blog post and prepare to add checkboxes for categories. | Philip Arndt | 2010-08-09 | 1 | -0/+5 | |
| | ||||||
* | Set up menu and what is to come. | Philip Arndt | 2010-08-09 | 3 | -0/+31 | |
| | ||||||
* | Namespaced blog posts under blog/posts to allow for blog/comments and ↵ | Philip Arndt | 2010-08-09 | 1 | -1/+1 | |
| | | | | blog/categories | |||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 2 | -0/+35 | |
the fact that it is draft or not. |