aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments
Commit message (Collapse)AuthorAgeFilesLines
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-3/+1
| | | | 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 Arndt2010-09-031-2/+2
|
* Include stylesheet on comment show page and add missing translationsPhilip Arndt2010-09-021-1/+5
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-023-11/+75
| | | | 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-0/+24
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-4/+8
| | | | already posted.
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-261-1/+1
| | | | namespace the js in the same fashion, now has full English support..
* Added categories sectionPhilip Arndt2010-08-251-10/+12
|
* Animated submenu and hide subsections of categories and settings by default.Philip Arndt2010-08-091-6/+4
|
* Add language string for no comments yet, works for approved and rejected too.Philip Arndt2010-08-091-1/+2
|
* Set up menu and what is to come.Philip Arndt2010-08-091-0/+30