Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | We no longer support Rails 2 on this engine so I'm removing the old generator. | Philip Arndt | 2011-03-04 | 3 | -111/+0 | |
| | | ||||||
* | | Just so people can see we're on 1.2 ;) | Joe Sak | 2011-03-02 | 1 | -1/+1 | |
| | | ||||||
* | | Regenerated gemspec | Philip Arndt | 2011-03-02 | 1 | -0/+1 | |
| | | ||||||
* | | Hi, my name is... | Philip Arndt | 2011-03-02 | 2 | -14/+14 | |
| | | ||||||
* | | Changelog started | Joe Sak | 2011-03-01 | 1 | -0/+24 | |
| | | ||||||
* | | Merge branch 'master' of github.com:resolve/refinerycms-blog | Joe Sak | 2011-03-01 | 3 | -8/+32 | |
|\ \ | ||||||
| * | | Added new migration to add the user_id column to blog_posts. The madness ↵ | Philip Arndt | 2011-03-02 | 3 | -8/+32 | |
| | | | | | | | | | | | | must end, we must move to EngineInstaller in the next version. | |||||
* | | | Kill AJAX based post nav -- let's shoot for HTML5 History API soon | Joe Sak | 2011-03-01 | 1 | -2/+4 | |
|/ / | ||||||
* | | Merge branch 'i18n_de' of https://github.com/gern/refinerycms-blog into ↵ | Joe Sak | 2011-02-24 | 1 | -0/+128 | |
|\ \ | | | | | | | | | | gern-i18n_de | |||||
| * | | added de.yml translation | Gerhard Neugschwandtner | 2011-02-24 | 1 | -0/+128 | |
| | | | ||||||
* | | | Whups. Wrong variable name pasted in | Joe Sak | 2011-02-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Closes GH-44. Authors are now associated with blog posts by current_user ↵ | Joe Sak | 2011-02-24 | 8 | -4/+80 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'addingusers' Conflicts: app/models/blog_post.rb | |||||
| * | | | ALL CUKES PASS: Show author login in view templates (if author present?) | Joe Sak | 2011-02-24 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Fix bad syntax in cukes | Joe Sak | 2011-02-24 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Wrong syntax for AR association | Joe Sak | 2011-02-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | A little refactor and language change due to core auth steps & factories | Joe Sak | 2011-02-24 | 2 | -8/+4 | |
| | | | | ||||||
| * | | | WIP- just stuck on the uninitialized Constant weirdness | Joe Sak | 2011-02-24 | 3 | -5/+4 | |
| | | | | ||||||
| * | | | WIP: trying to test user association as author | Joe Sak | 2011-02-24 | 4 | -1/+73 | |
| | | | | ||||||
| * | | | Blog Posts belong to an author ("user_id") | Joe Sak | 2011-02-24 | 2 | -0/+8 | |
| |/ / | ||||||
* / / | just a lil' reminder | Joe Sak | 2011-02-24 | 1 | -1/+2 | |
|/ / | ||||||
* | | Polish translation | Marcin Urbanski | 2011-02-21 | 1 | -0/+134 | |
| | | ||||||
* | | Only show these sections when there is relevant information to show. | Philip Arndt | 2011-02-21 | 2 | -16/+20 | |
| | | ||||||
* | | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 12 | -14/+43 | |
| | | | | | | | | enabled, with translations. | |||||
* | | Fix constant ajax-loader spinning. | Philip Arndt | 2011-02-21 | 1 | -5/+5 | |
| | | ||||||
* | | tidy up views, removing reference to comments when comments disable | Simon Hambly | 2011-02-20 | 3 | -29/+31 | |
| | | ||||||
* | | Chrome (atleast) got more strict about this and if you have a / in the ↵ | Philip Arndt | 2011-02-17 | 1 | -3/+3 | |
| | | | | | | | | selector then you need quotation marks. Closes GH-39 | |||||
* | | No more gemfile in the gemspec | Philip Arndt | 2011-02-17 | 1 | -2/+0 | |
| | | ||||||
* | | Not sure why we were getting bundler involved. Regeneraed gemspec | Philip Arndt | 2011-02-17 | 5 | -19/+8 | |
| | | ||||||
* | | lambda is necessary to keep Time.now from becoming a constant, which allows ↵ | Joe Sak | 2011-02-16 | 1 | -3/+3 | |
| | | | | | | | | .uncategorized to use .live posts again | |||||
* | | The first shall be the .last, and the last shall be the .first | Joe Sak | 2011-02-16 | 1 | -1/+1 | |
| | | | | | | | | thanks to the default_scope :order_by published_at DESC | |||||
* | | Previous scope test wasn't testing BlogPost.previous | Joe Sak | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Closes GH-34. Pagination was already in the public controller, the index ↵ | Joe Sak | 2011-02-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | view template "just" needed will_paginate Should probably add basic CSS style or make it say older / newer? Open to suggestions | |||||
* | | This is probably just faster | Joe Sak | 2011-02-16 | 1 | -2/+2 | |
| | | ||||||
* | | Show publish date in preview data of admin index | Joe Sak | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | default_scope :order => 'published_at DESC' | Joe Sak | 2011-02-16 | 2 | -10/+18 | |
| | | | | | | | | move "next" to << self to use exclusive scope | |||||
* | | test coverage for uncategorized blog posts scope | Joe Sak | 2011-02-16 | 1 | -0/+12 | |
| | | ||||||
* | | Closes GH-30. Link uncategorized posts in the blog admin menu | Joe Sak | 2011-02-16 | 1 | -0/+4 | |
| | | ||||||
* | | Update english language file for uncategorized posts | Joe Sak | 2011-02-16 | 1 | -0/+3 | |
| | | ||||||
* | | Add controller action and view template for uncategorized posts | Joe Sak | 2011-02-16 | 2 | -0/+33 | |
| | | ||||||
* | | Add route for uncategorized posts index in blog admin | Joe Sak | 2011-02-16 | 1 | -1/+3 | |
| | | ||||||
* | | Add class method to find uncategorized posts | Joe Sak | 2011-02-16 | 1 | -1/+5 | |
| | | ||||||
* | | test coverage for previous changes | Joe Sak | 2011-02-15 | 1 | -5/+13 | |
| | | ||||||
* | | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵ | Joe Sak | 2011-02-15 | 3 | -2/+10 | |
| | | | | | | | | by published_at DESC on category#show view | |||||
* | | .html_safe failed on empty body & sidebody content | Joe Sak | 2011-02-15 | 1 | -2/+2 | |
| | | ||||||
* | | Russian localization added. | Vitaly Ishkulov | 2011-01-26 | 1 | -0/+124 | |
| | | | | | | | | Signed-off-by: Vitaly Ishkulov <vit@iva-soft.com> | |||||
* | | Missed translation blog.posts.post.filed_in in translation files | Adrien Giboire | 2011-01-25 | 2 | -0/+4 | |
| | | ||||||
* | | Added French Translations | Adrien Giboire | 2011-01-25 | 1 | -0/+122 | |
| | | ||||||
* | | redo gemspec. | Philip Arndt | 2011-01-11 | 2 | -3/+5 | |
| | | ||||||
* | | BlogPost != NewsItem | Joe Sak | 2011-01-10 | 1 | -4/+4 | |
| | | ||||||
* | | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 4 | -10/+39 | |
|/ |