aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * add max_results feature to readmedougbradbury2013-06-161-1/+6
| |
| * limit rss feed for some services that have limits (like feedburner)dougbradbury2013-06-162-1/+29
|/
* Update Travis CI config.Uģis Ozols2013-06-011-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/masterUģis Ozols2013-05-271-0/+1
|\ | | | | Adds pagination links in posts#archive
| * Adds pagination links in posts#archiveJérémy FRERE2013-05-271-0/+1
|/
* Merge pull request #328 from jerefrer/masterPhilip Arndt2013-05-123-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 translationsJérémy FRERE2013-05-111-2/+2
| |
| * Uses I18n.localize instead of strftime for posts#archives title and ↵Jérémy FRERE2013-05-112-9/+9
|/ | | | no_articles message
* Merge pull request #322 from m0fx64/masterUģis Ozols2013-03-291-0/+35
|\ | | | | Edit Russia translations
| * edit Russia translationsm0fx642013-03-291-0/+35
|/
* Merge pull request #320 from simi/masterPhilip Arndt2013-03-181-1/+1
|\ | | | | Allow custom backend route.
| * Allow custom backend route.Josef Šimánek2013-03-181-1/+1
|/
* Merge pull request #317 from jseitel/masterPhilip Arndt2013-02-014-2/+28
|\ | | | | Refinery::Blog.user_class
| * Committing user_class to masterJonathan Seitel2013-01-314-2/+28
|/
* CI against Ruby 2.0.0Philip Arndt2013-02-011-0/+1
|
* Merge pull request #309 from victorbueno/masterUģis Ozols2012-12-261-4/+37
|\ | | | | Adding and translating missing keys from en to pt-BR locale.
| * Adding and translating missing keys from en to pt-BR locale.victorbueno2012-12-261-4/+37
|/
* Merge pull request #306 from ebeigarts/move-categorization-inside-blog-namespacePhilip Arndt2012-12-103-11/+13
|\ | | | | Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282]
| * Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282]Edgars Beigarts2012-12-103-11/+13
|/
* Merge pull request #305 from charlesdeb/patch-3Uģis Ozols2012-12-031-0/+1
|\ | | | | Update db/migrate/20110803223522_create_blog_structure.rb
| * Update db/migrate/20110803223522_create_blog_structure.rbCharles de Bueger2012-12-031-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_keywordsPhilip Arndt2012-11-293-5/+3
|
* Prevent post_spec.rb from hanging the entire spec run for 30 seconds while ↵Philip Arndt2012-11-292-15/+21
| | | | it tries to retrieve external resources.
* Merge remote-tracking branch 'origin/squash_migrations'Philip Arndt2012-11-2913-123/+53
|\ | | | | | | Fixes #294
| * Squash migrations.Uģis Ozols2012-11-2313-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 Ozols2012-11-231-2/+2
|/
* Modify to reorder (and so ignore default scope) when using Post.next s.t. ↵Tom Russell2012-11-231-1/+1
| | | | | | the correct 'next' post is selected. Fixes #302
* Merge remote-tracking branch 'jerefrer/master'Philip Arndt2012-11-231-0/+6
|\
| * Fixes bug with SEO fields translationJérémy FRERE2012-11-151-0/+6
| |
* | Use Globalize.locale instead of ThreadPhilip Arndt2012-11-232-2/+2
| | | | | | | | We really shouldn't know how this works.
* | Fix problems with edit dialog and translationsMarek Labos2012-11-231-1/+1
| | | | | | | | Fixes #284
* | use global locale_picker partialMarek Labos2012-11-233-16/+5
| |
* | Don't polute global $LOAD_PATH.Uģis Ozols2012-11-221-2/+1
| |
* | Set friendly_id as a dependency and require it so that migrations don't ↵Uģis Ozols2012-11-222-0/+2
| | | | | | | | fail. Fixes #296.
* | Fix bugs with globalize, published_before and clean codeMarek Labos2012-11-232-7/+7
| | | | | | | | Fixes #276
* | Merge remote-tracking branch 'GantMan/master'Philip Arndt2012-11-231-2/+2
|\ \
| * | Fixing the verbiage to latest rather than other, from issue 267Gant Laborde2012-11-121-2/+2
| | |
* | | Merge remote-tracking branch 'romaingweb/missing-asset'Philip Arndt2012-11-231-0/+0
|\ \ \ | |_|/ |/| |
| * | Add missing 'add.png' in assetsRomain Gérard2012-11-131-0/+0
| |/
* | Add temp fix for one failing spec.Uģis Ozols2012-11-151-3/+6
| |
* | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵Uģis Ozols2012-11-153-3/+3
|/ | | | dependency for refinerycms-core.
* Use same travis configuration as in main refinerycms repo.Uģis Ozols2012-10-231-8/+24
|
* Remove spork.Uģis Ozols2012-10-233-57/+21
|
* Fix one of the broken specs (404 message is different).Uģis Ozols2012-10-041-1/+1
|
* Merge pull request #292 from Pym/i18n_fr2Uģis Ozols2012-10-041-1/+19
|\ | | | | Add missing translations for French
| * Add missing translations for FrenchPym2012-10-041-1/+19
|/
* Merge pull request #283 from Nethemba/masterUģis Ozols2012-09-081-1/+1
|\ | | | | sk typo fix
| * fix typo in sk translationMarek Labos2012-09-081-1/+1
| |
* | Merge pull request #281 from GeekOnCoffee/patch-2Philip Arndt2012-09-041-2/+2
|\ \ | | | | | | Updating Git Location
| * | Updating Git LocationAndrew Hooker2012-09-041-2/+2
|/ /