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