Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Fix problems with edit dialog and translations | Marek Labos | 2012-11-23 | 1 | -1/+1 |
| | | | | | | | | Fixes #284 | ||||
* | | use global locale_picker partial | Marek Labos | 2012-11-23 | 3 | -16/+5 |
| | | |||||
* | | Don't polute global $LOAD_PATH. | Uģis Ozols | 2012-11-22 | 1 | -2/+1 |
| | | |||||
* | | Set friendly_id as a dependency and require it so that migrations don't ↵ | Uģis Ozols | 2012-11-22 | 2 | -0/+2 |
| | | | | | | | | fail. Fixes #296. | ||||
* | | Fix bugs with globalize, published_before and clean code | Marek Labos | 2012-11-23 | 2 | -7/+7 |
| | | | | | | | | Fixes #276 | ||||
* | | Merge remote-tracking branch 'GantMan/master' | Philip Arndt | 2012-11-23 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fixing the verbiage to latest rather than other, from issue 267 | Gant Laborde | 2012-11-12 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'romaingweb/missing-asset' | Philip Arndt | 2012-11-23 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add missing 'add.png' in assets | Romain Gérard | 2012-11-13 | 1 | -0/+0 |
| |/ | |||||
* | | Add temp fix for one failing spec. | Uģis Ozols | 2012-11-15 | 1 | -3/+6 |
| | | |||||
* | | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵ | Uģis Ozols | 2012-11-15 | 3 | -3/+3 |
|/ | | | | dependency for refinerycms-core. | ||||
* | Use same travis configuration as in main refinerycms repo. | Uģis Ozols | 2012-10-23 | 1 | -8/+24 |
| | |||||
* | Remove spork. | Uģis Ozols | 2012-10-23 | 3 | -57/+21 |
| | |||||
* | Fix one of the broken specs (404 message is different). | Uģis Ozols | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #292 from Pym/i18n_fr2 | Uģis Ozols | 2012-10-04 | 1 | -1/+19 |
|\ | | | | | Add missing translations for French | ||||
| * | Add missing translations for French | Pym | 2012-10-04 | 1 | -1/+19 |
|/ | |||||
* | Merge pull request #283 from Nethemba/master | Uģis Ozols | 2012-09-08 | 1 | -1/+1 |
|\ | | | | | sk typo fix | ||||
| * | fix typo in sk translation | Marek Labos | 2012-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #281 from GeekOnCoffee/patch-2 | Philip Arndt | 2012-09-04 | 1 | -2/+2 |
|\ \ | | | | | | | Updating Git Location | ||||
| * | | Updating Git Location | Andrew Hooker | 2012-09-04 | 1 | -2/+2 |
|/ / | |||||
* | | Add approve/reject links in comment notification mail. | Uģis Ozols | 2012-09-05 | 2 | -0/+9 |
| | | |||||
* | | Fixed verbiage causing test failure | Philip Arndt | 2012-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'Nethemba/fix_tags_title' | Philip Arndt | 2012-09-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix escaping quotes in title | Marek Labos | 2012-08-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge remote-tracking branch 'Nethemba/form_ux_impro' | Philip Arndt | 2012-09-05 | 16 | -44/+2 |
|\ \ | |||||
| * | | using form advanced opt. menu snippet from refinery core | Marek Labos | 2012-08-25 | 16 | -44/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'Nethemba/published_at_author_validation' | Philip Arndt | 2012-09-05 | 3 | -2/+12 |
|\ \ \ | |||||
| * | | | fix tests after presence validation for published_at and author fields | Marek Labos | 2012-08-21 | 2 | -2/+11 |
| | | | | |||||
| * | | | added presence validation for published_at and author | Marek Labos | 2012-08-20 | 1 | -0/+1 |
| |/ / | |||||
* | | | Updated git sources for Refinery. | Philip Arndt | 2012-09-05 | 1 | -2/+2 |
| | | |