Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some I18n translations. | Uģis Ozols | 2011-08-03 | 3 | -7/+13 |
| | |||||
* | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 2 | -0/+49 |
| | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | ||||
* | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 4 | -67/+8 |
| | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | ||||
* | Refactor blog_archive_list helper function into blog_archive_widget function ↵ | Jamie Winsor | 2011-07-29 | 6 | -43/+41 |
| | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support | ||||
* | Update translation scopes | Jamie Winsor | 2011-07-28 | 5 | -22/+22 |
| | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit | ||||
* | Update translation scopes and routes. | Uģis Ozols | 2011-07-28 | 5 | -17/+20 |
| | |||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 2 | -14/+14 |
| | |||||
* | Array is paginated differently. | Uģis Ozols | 2011-07-28 | 2 | -6/+8 |
| | |||||
* | Update some translation scopes. | Uģis Ozols | 2011-07-28 | 3 | -7/+9 |
| | |||||
* | will_paginate -> paginate. | Uģis Ozols | 2011-07-27 | 5 | -14/+10 |
| | |||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 3 | -8/+9 |
| | |||||
* | Move per_page pagination stuff into model to dry up posts controller. | Uģis Ozols | 2011-07-27 | 2 | -10/+9 |
| | |||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 10 | -83/+84 |
| | |||||
* | Cucumber author steps now pass. | Uģis Ozols | 2011-07-27 | 3 | -9/+9 |
| | |||||
* | Wip. | Uģis Ozols | 2011-07-27 | 40 | -26/+26 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 26 | -620/+644 |
| | |||||
* | Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵ | Jack Kinsella | 2011-07-22 | 1 | -0/+2 |
| | | | | requested. | ||||
* | categorization has_many :through should have an ID, and the relationship ↵ | Joe Sak | 2011-07-18 | 2 | -2/+2 |
| | | | | should be destroyed if the blog post or category is | ||||
* | readonly author just for safety's sake | Joe Sak | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | weird sentence fix and that RAW thing with mailer | Joe Sak | 2011-07-13 | 1 | -11/+11 |
| | |||||
* | I don't know, it looks like before_filters are down here | Joe Sak | 2011-07-12 | 1 | -1/+3 |
| | |||||
* | this is the 'railscasts' way of handling the category checkboxes | Joe Sak | 2011-07-12 | 2 | -3/+6 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 5 | -2/+37 |
| | | | | | | 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. | ||||
* | don't know how we got away with this not being here | Joe Sak | 2011-06-30 | 1 | -0/+2 |
| | |||||
* | fix my typos | Philip Arndt | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Making use of modules and putting classes under modules. | Philip Arndt | 2011-07-01 | 7 | -229/+251 |
| | |||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 18 | -40/+45 |
| | |||||
* | just remove this and it's fine, we won't have to remember to use it for ↵ | Joe Sak | 2011-06-30 | 1 | -2/+0 |
| | | | | future attrs | ||||
* | Merge pull request #88 from mirosr/master | Joe Sak | 2011-06-30 | 1 | -3/+3 |
|\ | | | | | Fixed some embeded strings in English in admin/blog/posts/_form partial (Issue #86) | ||||
| * | Fixed some embeded strings in English in admin/blog/posts/_form partial ↵ | Miroslav Rachev | 2011-06-30 | 1 | -3/+3 |
| | | | | | | | | (Issue #86) | ||||
* | | the checkbox list for categories was out of hand | Joe Sak | 2011-06-29 | 1 | -2/+7 |
|/ | |||||
* | Only use custom_teaser if the migration has run | Philip Arndt | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Ensure that the custom_teaser column exists before trying to use it incase ↵ | Philip Arndt | 2011-06-27 | 1 | -4/+3 |
| | | | | the migration hasn't been generated/run. | ||||
* | Fix error in views/blog/posts/_post, looping over tag_list, should loop over ↵ | Glenn Goodrich | 2011-06-25 | 1 | -1/+1 |
| | | | | tags | ||||
* | this needs html_safe | Joe Sak | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵ | Joe Sak | 2011-06-23 | 7 | -6/+61 |
|\ | | | | | | | into wikyd-custom-teasers | ||||
| * | Add button to copy the blog post's body to the teaser editor to get started ↵ | Kyle Wilkinson | 2011-06-21 | 3 | -0/+31 |
| | | | | | | | | on creating a custom teaser. | ||||
| * | Call tabs() method on admin tabs section only after the document is ready. ↵ | Kyle Wilkinson | 2011-06-21 | 2 | -2/+4 |
| | | | | | | | | This fixes the problem where the teaser editor was showing with a width of 0. Set the active tab to the initial tab on the blog post editor. | ||||
| * | Add helper for finding the teaser to display for a blog post. Use this when ↵ | Kyle Wilkinson | 2011-06-21 | 2 | -3/+13 |
| | | | | | | | | displaying short version of blog posts. | ||||
| * | Add tab field for the custom teaser. Currently, width is set to zero for ↵ | Kyle Wilkinson | 2011-06-21 | 2 | -0/+12 |
| | | | | | | | | teaser editor... need to debug. | ||||
| * | Allow custom_teaser field to be updated via forms. | Kyle Wilkinson | 2011-06-21 | 1 | -1/+1 |
| | | |||||
* | | tag url strategy updated | Joe Sak | 2011-06-21 | 3 | -4/+5 |
| | | |||||
* | | Needs to use ~* operator | Joe Sak | 2011-06-21 | 1 | -1/+1 |
| | | |||||
* | | postgreSQL is picky about doing a LIKE query | Joe Sak | 2011-06-21 | 1 | -2/+14 |
|/ | |||||
* | Using <section class='details'> instead of <details> to avoid this: ↵ | Philip Arndt | 2011-06-21 | 2 | -4/+4 |
| | | | | https://skitch.com/parndt/ffa3d/refinery-cms-1.0-released-refinery-cms | ||||
* | Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵ | Philip Arndt | 2011-06-21 | 1 | -4/+3 |
| | | | | the previous line) | ||||
* | Add field to edit custom url on BlogPosts. | Kyle Wilkinson | 2011-06-16 | 1 | -0/+9 |
| | |||||
* | Make blog_post custom_url field updatable. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Add logic to allow users to override the url for a post from just a title. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+5 |
| | |||||
* | you have to specify .css for some filenames | Joe Sak | 2011-06-15 | 1 | -1/+1 |
| |