aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments
Commit message (Collapse)AuthorAgeFilesLines
* Consistent whitespace.Philip Arndt2010-11-233-8/+8
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-221-2/+5
|\ | | | | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
| * place all script occurrences in content_for :javascriptssuweller2010-11-211-1/+1
| |
* | ajaxify the navJoe Sak2010-11-201-1/+1
| |
* | More deprecation warnings foundJoe Sak2010-11-201-1/+1
|/
* 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