Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for issue 58 | Robin Wenglewski | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Closes GH-29. Blog posts act as taggable. rspec & cukes passing | Joe Sak | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -0/+1 |
| | | | | enabled, with translations. | ||||
* | Add route for uncategorized posts index in blog admin | Joe Sak | 2011-02-16 | 1 | -1/+3 |
| | |||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -63/+27 |
| | |||||
* | remove data-nav-url attribute from in post navigation | djones | 2010-11-27 | 1 | -1/+0 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/master' | Philip Arndt | 2010-11-22 | 1 | -3/+3 |
|\ | |||||
| * | remove unnecessary prefix | J. Edward Dewyea | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | :name_prefix has been deprecated | J. Edward Dewyea | 2010-11-20 | 1 | -3/+3 |
| | | |||||
* | | total refactor here | Joe Sak | 2010-11-20 | 1 | -1/+0 |
| | | |||||
* | | ajaxify the nav | Joe Sak | 2010-11-20 | 1 | -0/+1 |
| | | |||||
* | | Archive routing tested and fixed | Joe Sak | 2010-11-20 | 1 | -2/+2 |
|/ | |||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -0/+5 |
| | | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here | ||||
* | Routing errors in Rails3 | Joe Sak | 2010-09-21 | 1 | -2/+2 |
| | |||||
* | add rss support | djones | 2010-09-14 | 1 | -3/+5 |
| | |||||
* | Fixed the reference to public blog routes. Fixed module dependency | Fernando Blat | 2010-09-07 | 1 | -4/+4 |
| | |||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 1 | -9/+12 |
| | | | | 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 Arndt | 2010-09-03 | 1 | -4/+39 |
| | |||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 1 | -0/+6 |
| | | | | automatically if the blog isn't moderated based on whether it's spam or not. | ||||
* | wrote rails engine for later, added ability to add comments and see ones ↵ | Philip Arndt | 2010-08-28 | 1 | -17/+22 |
| | | | | already posted. | ||||
* | frontend markup and categories. | Philip Arndt | 2010-08-26 | 1 | -1/+3 |
| | |||||
* | Better settings, update notified has a form but doesn't yet work. Created ↵ | Philip Arndt | 2010-08-10 | 1 | -2/+8 |
| | | | | script files but not using them yet. | ||||
* | Set up menu and what is to come. | Philip Arndt | 2010-08-09 | 1 | -1/+4 |
| | |||||
* | Namespaced blog posts under blog/posts to allow for blog/comments and ↵ | Philip Arndt | 2010-08-09 | 1 | -1/+3 |
| | | | | blog/categories | ||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 1 | -0/+7 |
the fact that it is draft or not. |