aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-1/+20
| | | | already posted.
* Fix sortingPhilip Arndt2010-08-261-1/+1
|
* frontend markup and categories.Philip Arndt2010-08-261-3/+15
|
* Added categories sectionPhilip Arndt2010-08-251-1/+1
|
* Added asset copying to the generator script for those systems that can't ↵Philip Arndt2010-08-183-4/+12
| | | | cope with rails3 coolness.
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-111-0/+5
|
* Helps when you use the RefinerySetting library properly. This is even sadder ↵Philip Arndt2010-08-111-1/+1
| | | | when you wrote most of it and then forgot.
* The settings popup for notification had silliness in itJoe Sak2010-08-101-1/+1
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-3/+11
| | | | script files but not using them yet.
* Make comment moderation toggleablePhilip Arndt2010-08-101-1/+2
|
* add advanced options to blog post and prepare to add checkboxes for categories.Philip Arndt2010-08-091-0/+5
|
* Set up menu and what is to come.Philip Arndt2010-08-093-0/+31
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-1/+1
| | | | blog/categories
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-092-0/+35
the fact that it is draft or not.