Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old code (< 0.9.9). | Uģis Ozols | 2011-06-03 | 1 | -21/+8 |
| | |||||
* | Closes GH-29. Blog posts act as taggable. rspec & cukes passing | Joe Sak | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | Kill AJAX based post nav -- let's shoot for HTML5 History API soon | Joe Sak | 2011-03-01 | 1 | -2/+4 |
| | |||||
* | tidy up views, removing reference to comments when comments disable | Simon Hambly | 2011-02-20 | 1 | -1/+0 |
| | |||||
* | Fix deprecation warnings. | Uģis Ozols | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -14/+6 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | include the blog helper in all blog front end controllers. Also fix kend ↵ | djones | 2010-11-22 | 1 | -2/+3 |
| | | | | error on show.html.erb for front end blog viewing | ||||
* | Merged in Joe's and Steven's forks and updated for compatibility with < ↵ | Philip Arndt | 2010-11-22 | 1 | -12/+20 |
|\ | | | | | | | 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 :javascripts | suweller | 2010-11-21 | 1 | -2/+2 |
| | | |||||
* | | total refactor here | Joe Sak | 2010-11-20 | 1 | -5/+0 |
| | | |||||
* | | Move markup around | Joe Sak | 2010-11-20 | 1 | -5/+6 |
| | | |||||
* | | Had some missing markup | Joe Sak | 2010-11-20 | 1 | -2/+2 |
| | | |||||
* | | ajaxify the nav | Joe Sak | 2010-11-20 | 1 | -4/+3 |
| | | |||||
* | | More deprecation warnings found | Joe Sak | 2010-11-20 | 1 | -23/+3 |
| | | |||||
* | | Added Next, Previous Article & Home navigation | Joe Sak | 2010-11-20 | 1 | -0/+7 |
|/ | |||||
* | time datetime was invalid for HTML5 - sorry | Joe Sak | 2010-11-18 | 1 | -10/+10 |
| | | | | | | | details & aside added for category list blog_post class added to show view title put inside header empty title hidden on show | ||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -0/+1 |
| | | | | | | @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 | ||||
* | 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 |
| | |||||
* | HTML5'd | Joe Sak | 2010-09-21 | 1 | -57/+62 |
| | |||||
* | use published at in more places | djones | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 1 | -0/+71 |
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 |