aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog_posts
Commit message (Collapse)AuthorAgeFilesLines
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-065-124/+0
| | | | 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
* put date under post title not on the sidedjones2010-09-062-3/+2
|
* change to pluraldjones2010-09-061-1/+1
|
* use an id insteaddjones2010-09-061-1/+1
|
* Hello rails3 support.Philip Arndt2010-09-031-0/+14
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-1/+1
| | | | 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-303-23/+24
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-0/+37
| | | | already posted.
* link to categories in the side barPhilip Arndt2010-08-261-1/+1
|
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-263-10/+18
| | | | namespace the js in the same fashion, now has full English support..
* frontend markup and categories.Philip Arndt2010-08-263-2/+36
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-092-0/+31
the fact that it is draft or not.