Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 2 | -30/+44 | |
| | | | | 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 | 1 | -4/+39 | |
| | ||||||
* | Redirect properly after saving notification recipients and display a nice ↵ | Philip Arndt | 2010-09-02 | 1 | -0/+1 | |
| | | | | friendly message to the user. | |||||
* | Include stylesheet on comment show page and add missing translations | Philip Arndt | 2010-09-02 | 1 | -0/+5 | |
| | ||||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 2 | -1/+23 | |
| | | | | 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 | -0/+4 | |
| | | | | show up below posts. | |||||
* | wrote rails engine for later, added ability to add comments and see ones ↵ | Philip Arndt | 2010-08-28 | 2 | -17/+23 | |
| | | | | already posted. | |||||
* | display more frontend, create separate css for frontend and backend, ↵ | Philip Arndt | 2010-08-26 | 1 | -4/+13 | |
| | | | | namespace the js in the same fashion, now has full English support.. | |||||
* | frontend markup and categories. | Philip Arndt | 2010-08-26 | 2 | -10/+16 | |
| | ||||||
* | Makes menu more flexible. | Philip Arndt | 2010-08-11 | 1 | -0/+2 | |
| | ||||||
* | Add comments menu | Philip Arndt | 2010-08-11 | 1 | -0/+1 | |
| | ||||||
* | Better settings, update notified has a form but doesn't yet work. Created ↵ | Philip Arndt | 2010-08-10 | 2 | -2/+14 | |
| | | | | script files but not using them yet. | |||||
* | add advanced options to blog post and prepare to add checkboxes for categories. | Philip Arndt | 2010-08-09 | 1 | -0/+4 | |
| | ||||||
* | Animated submenu and hide subsections of categories and settings by default. | Philip Arndt | 2010-08-09 | 1 | -0/+1 | |
| | ||||||
* | Add language string for no comments yet, works for approved and rejected too. | Philip Arndt | 2010-08-09 | 1 | -0/+3 | |
| | ||||||
* | Set up menu and what is to come. | Philip Arndt | 2010-08-09 | 4 | -13/+33 | |
| | ||||||
* | Namespaced blog posts under blog/posts to allow for blog/comments and ↵ | Philip Arndt | 2010-08-09 | 4 | -34/+39 | |
| | | | | blog/categories | |||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 4 | -0/+64 | |
the fact that it is draft or not. |