Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 1 | -34/+36 |
| | |||||
* | Using preferred "defaults" hash to set format of blog/feed.rss to "rss". | Jack Kinsella | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+1 |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | ||||
* | make the tag_name optional for crazy languages | Joe Sak | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | This should be a slash to further clear up confusion on which param is which | Joe Sak | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | tag url strategy updated | Joe Sak | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | autocomplete added for tags | Joe Sak | 2011-06-15 | 1 | -1/+4 |
| | |||||
* | 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. |