Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | place all script occurrences in content_for :javascripts | suweller | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | time datetime was invalid for HTML5 - sorry | Joe Sak | 2010-11-18 | 2 | -13/+23 |
| | | | | | | | details & aside added for category list blog_post class added to show view title put inside header empty title hidden on show | ||||
* | It's blog, not news | Joe Sak | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 3 | -0/+23 |
| | | | | | | @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 | ||||
* | comment count is technically an 'aside' | Joe Sak | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | HTML5 means HTML5, parndt. | Joe Sak | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | Added comment notifications. | Philip Arndt | 2010-11-15 | 1 | -0/+17 |
| | |||||
* | This html be safe | Steven Heidel | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | We can't use email_field < Rails 3. | Philip Arndt | 2010-11-03 | 1 | -4/+8 |
| | |||||
* | Only show the approved comment count. | Philip Arndt | 2010-11-03 | 1 | -5/+5 |
| | |||||
* | Ensure we clear content properly. | Philip Arndt | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | More HTML5 and some show view formatting | Joe Sak | 2010-09-21 | 2 | -9/+11 |
| | |||||
* | HTML5'd | Joe Sak | 2010-09-21 | 3 | -77/+86 |
| | |||||
* | use published at in more places | djones | 2010-09-21 | 2 | -2/+2 |
| | |||||
* | added publish date support. fixes bug where categories were showing posts ↵ | djones | 2010-09-21 | 2 | -22/+24 |
| | | | | that were technically supposed to be hidden from the end user | ||||
* | added built in ShareThis.com support | djones | 2010-09-14 | 1 | -0/+13 |
| | |||||
* | add side bar rss subscribe block and display it on various views | djones | 2010-09-14 | 3 | -0/+4 |
| | |||||
* | add rss support | djones | 2010-09-14 | 1 | -0/+17 |
| | |||||
* | fix translations key on comments | djones | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | add clearfix around truncated area as floating images screw up the layout | djones | 2010-09-07 | 1 | -4/+6 |
| | |||||
* | added arrows to menu, added new comments count to top level menu item for ↵ | djones | 2010-09-07 | 1 | -1/+1 |
| | | | | comments, updated readme with basic install instructions | ||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 7 | -0/+152 |
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 |