Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove jquery-rails from Gemfile because it gets required by Refinery::Core ↵ | Uģis Ozols | 2013-07-17 | 1 | -2/+0 |
| | | | | engine. | ||||
* | Apply chnages recently made in main refinerycms repo. | Uģis Ozols | 2013-07-16 | 3 | -66/+28 |
| | | | | | | * Remove notifier gems * Remove Guardfile * Add ability to specify additional gems when developing in .gemfile | ||||
* | Drop .dev from version. Delete version file and instead specify it directly ↵ | Uģis Ozols | 2013-07-16 | 2 | -24/+3 |
| | | | | in gemspec. | ||||
* | Merge pull request #340 from refinery/css_refactor | Uģis Ozols | 2013-07-14 | 2 | -101/+112 |
|\ | | | | | CSS Refactor | ||||
| * | Refactored CSS to SCSS. | Philip Arndt | 2013-07-15 | 2 | -101/+112 |
|/ | |||||
* | Specified git dependencies more cleanly. | Philip Arndt | 2013-07-15 | 1 | -4/+7 |
| | |||||
* | Fix longstanding typo filed_in -> filled_in | Philip Arndt | 2013-07-15 | 18 | -42/+42 |
| | |||||
* | Updated Travis CI configuration. | Philip Arndt | 2013-07-15 | 1 | -7/+2 |
| | |||||
* | Merge pull request #339 from ↵ | Uģis Ozols | 2013-07-13 | 13 | -47/+117 |
|\ | | | | | | | | | refinery/revert_f906ef024ee39c31148edb49c6511f007735ce5a Revert f906ef0 but maintain table name improvements | ||||
| * | Use proper namespace for Refinery::Blog::Categorization. | Uģis Ozols | 2013-07-13 | 1 | -4/+4 |
| | | |||||
| * | Revert f906ef0 but maintain table name improvements | Philip Arndt | 2013-07-14 | 13 | -47/+117 |
|/ | |||||
* | Cast user_class as string inside the initializer template. | Philip Arndt | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #338 from snowsunny/master | Uģis Ozols | 2013-07-12 | 1 | -1/+14 |
|\ | | | | | Added missing japanese translations | ||||
| * | added missing japanese translations | snowsunny | 2013-07-12 | 1 | -1/+14 |
|/ | |||||
* | Remove view which is not used. | Uģis Ozols | 2013-07-01 | 1 | -0/+0 |
| | | | | | Was added in 46877fbc5335fc60b96b218cbfd787387bf7d94e probably by mistake. | ||||
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 10 | -57/+62 |
| | |||||
* | Need to call html_safe on unsafe string before concatenating it to safe string. | Uģis Ozols | 2013-06-21 | 1 | -6/+6 |
| | | | | | | | | Read explanation at https://github.com/refinery/refinerycms-blog/issues/325#issuecomment-198 07945. Closes #325. | ||||
* | Move down "Additional Features" section in readme. | Uģis Ozols | 2013-06-21 | 1 | -5/+5 |
| | |||||
* | Tiny code comment changes. | Uģis Ozols | 2013-06-17 | 2 | -4/+3 |
| | |||||
* | Merge pull request #333 from dougbradbury/master | Uģis Ozols | 2013-06-17 | 3 | -2/+35 |
|\ | | | | | Limit rss feed length with query param | ||||
| * | add max_results feature to readme | dougbradbury | 2013-06-16 | 1 | -1/+6 |
| | | |||||
| * | limit rss feed for some services that have limits (like feedburner) | dougbradbury | 2013-06-16 | 2 | -1/+29 |
|/ | |||||
* | Update Travis CI config. | Uģis Ozols | 2013-06-01 | 1 | -5/+3 |
| | | | | | | | - don't test Ruby 1.8.7 because we dropped support for it - don't test 1.8 modes for JRuby and Rubinius - test Ruby 2.0.0 - don't install gems from development group | ||||
* | Merge pull request #331 from jerefrer/master | Uģis Ozols | 2013-05-27 | 1 | -0/+1 |
|\ | | | | | Adds pagination links in posts#archive | ||||
| * | Adds pagination links in posts#archive | Jérémy FRERE | 2013-05-27 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #328 from jerefrer/master | Philip Arndt | 2013-05-12 | 3 | -11/+11 |
|\ | | | | | Uses I18n.localize instead of strftime for posts#archives title and no_articles message (plus small fr locale fix) | ||||
| * | Improves posts#archives title and no_articles message French translations | Jérémy FRERE | 2013-05-11 | 1 | -2/+2 |
| | | |||||
| * | Uses I18n.localize instead of strftime for posts#archives title and ↵ | Jérémy FRERE | 2013-05-11 | 2 | -9/+9 |
|/ | | | | no_articles message | ||||
* | Merge pull request #322 from m0fx64/master | Uģis Ozols | 2013-03-29 | 1 | -0/+35 |
|\ | | | | | Edit Russia translations | ||||
| * | edit Russia translations | m0fx64 | 2013-03-29 | 1 | -0/+35 |
|/ | |||||
* | Merge pull request #320 from simi/master | Philip Arndt | 2013-03-18 | 1 | -1/+1 |
|\ | | | | | Allow custom backend route. | ||||
| * | Allow custom backend route. | Josef Šimánek | 2013-03-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #317 from jseitel/master | Philip Arndt | 2013-02-01 | 4 | -2/+28 |
|\ | | | | | Refinery::Blog.user_class | ||||
| * | Committing user_class to master | Jonathan Seitel | 2013-01-31 | 4 | -2/+28 |
|/ | |||||
* | CI against Ruby 2.0.0 | Philip Arndt | 2013-02-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #309 from victorbueno/master | Uģis Ozols | 2012-12-26 | 1 | -4/+37 |
|\ | | | | | Adding and translating missing keys from en to pt-BR locale. | ||||
| * | Adding and translating missing keys from en to pt-BR locale. | victorbueno | 2012-12-26 | 1 | -4/+37 |
|/ | |||||
* | Merge pull request #306 from ebeigarts/move-categorization-inside-blog-namespace | Philip Arndt | 2012-12-10 | 3 | -11/+13 |
|\ | | | | | Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282] | ||||
| * | Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282] | Edgars Beigarts | 2012-12-10 | 3 | -11/+13 |
|/ | |||||
* | Merge pull request #305 from charlesdeb/patch-3 | Uģis Ozols | 2012-12-03 | 1 | -0/+1 |
|\ | | | | | Update db/migrate/20110803223522_create_blog_structure.rb | ||||
| * | Update db/migrate/20110803223522_create_blog_structure.rb | Charles de Bueger | 2012-12-03 | 1 | -0/+1 |
|/ | | | I noticed a bit of performance lag (thanks to new relic) on the blog index page (which loads all categories and comments at the same time). I see that the blog_comments table is lacking an index on the actual blog_post_id - meaning it will take a bit longer than we might like to find all the comments for a given blog. | ||||
* | Update seo_meta to 1.4.0; removes meta_keywords | Philip Arndt | 2012-11-29 | 3 | -5/+3 |
| | |||||
* | Prevent post_spec.rb from hanging the entire spec run for 30 seconds while ↵ | Philip Arndt | 2012-11-29 | 2 | -15/+21 |
| | | | | it tries to retrieve external resources. | ||||
* | Merge remote-tracking branch 'origin/squash_migrations' | Philip Arndt | 2012-11-29 | 13 | -123/+53 |
|\ | | | | | | | Fixes #294 | ||||
| * | Squash migrations. | Uģis Ozols | 2012-11-23 | 13 | -123/+53 |
| | | | | | | | | | | This also makes sure tags and taggings tables doesn't exist before trying to create them. | ||||
* | | Fix lookup path for body and teaser translations. | Uģis Ozols | 2012-11-23 | 1 | -2/+2 |
|/ | |||||
* | Modify to reorder (and so ignore default scope) when using Post.next s.t. ↵ | Tom Russell | 2012-11-23 | 1 | -1/+1 |
| | | | | | | the correct 'next' post is selected. Fixes #302 | ||||
* | Merge remote-tracking branch 'jerefrer/master' | Philip Arndt | 2012-11-23 | 1 | -0/+6 |
|\ | |||||
| * | Fixes bug with SEO fields translation | Jérémy FRERE | 2012-11-15 | 1 | -0/+6 |
| | | |||||
* | | Use Globalize.locale instead of Thread | Philip Arndt | 2012-11-23 | 2 | -2/+2 |
| | | | | | | | | We really shouldn't know how this works. |