aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/show.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Kill AJAX based post nav -- let's shoot for HTML5 History API soonJoe Sak2011-03-011-2/+4
|
* tidy up views, removing reference to comments when comments disableSimon Hambly2011-02-201-1/+0
|
* Fix deprecation warnings.Uģis Ozols2010-12-031-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-14/+6
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* include the blog helper in all blog front end controllers. Also fix kend ↵djones2010-11-221-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 Arndt2010-11-221-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 :javascriptssuweller2010-11-211-2/+2
| |
* | total refactor hereJoe Sak2010-11-201-5/+0
| |
* | Move markup aroundJoe Sak2010-11-201-5/+6
| |
* | Had some missing markupJoe Sak2010-11-201-2/+2
| |
* | ajaxify the navJoe Sak2010-11-201-4/+3
| |
* | More deprecation warnings foundJoe Sak2010-11-201-23/+3
| |
* | Added Next, Previous Article & Home navigationJoe Sak2010-11-201-0/+7
|/
* time datetime was invalid for HTML5 - sorryJoe Sak2010-11-181-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, helpersJoe Sak2010-11-181-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 safeSteven Heidel2010-11-111-1/+1
|
* We can't use email_field < Rails 3.Philip Arndt2010-11-031-4/+8
|
* HTML5'dJoe Sak2010-09-211-57/+62
|
* use published at in more placesdjones2010-09-211-1/+1
|
* added built in ShareThis.com supportdjones2010-09-141-0/+13
|
* add side bar rss subscribe block and display it on various viewsdjones2010-09-141-0/+1
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-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