Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix routing. | Philip Arndt | 2012-02-02 | 1 | -1/+3 |
| | |||||
* | I accidentally this twice. | Philip Arndt | 2012-02-01 | 1 | -3/+0 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 1 | -16/+14 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 2 | -1/+91 |
| | |||||
* | Fixed to show the word 'blog' only once in route | Tony Semana | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 16 | -54/+47 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 1 | -3/+1 |
| | | | | Refinery::Admin::Blog | ||||
* | Allow configurable author for blog posts. | Pete Higgins | 2011-12-14 | 1 | -0/+2 |
| | |||||
* | remove redundancy in page title | Shaun | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Remove Refinery::Application route draw call, it no longer exists | Jamie Winsor | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | jp to ja correction | 影月 零 | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Replace cucumber tag features with rspec request tests | Jamie Winsor | 2011-08-04 | 2 | -13/+0 |
| | | | | Remove cucumber support from project | ||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 2 | -0/+13 |
| | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application | ||||
* | Fix [DEPRECATION WARNING] Nested I18n namespace lookup under ↵ | Jamie Winsor | 2011-07-30 | 7 | -85/+73 |
| | | | | | | "activerecord.attributes.refinery" is no longer supported Fix [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.models.refinery" is no longer supported | ||||
* | Properly namespace translations. | Uģis Ozols | 2011-07-27 | 15 | -1860/+1887 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 1 | -34/+36 |
| | |||||
* | Using preferred "defaults" hash to set format of blog/feed.rss to "rss". | Jack Kinsella | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Revision for Bulgarian translation mainly for consistency | Miroslav Rachev | 2011-07-15 | 1 | -7/+7 |
| | |||||
* | weird sentence fix and that RAW thing with mailer | Joe Sak | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Added some missing keywords and edited others | Alberto Vena | 2011-07-05 | 1 | -17/+68 |
| | |||||
* | Merge pull request #96 from Kagetsuki/master | Philip Arndt | 2011-07-04 | 1 | -0/+158 |
|\ | | | | | Added Japanese locale | ||||
| * | added Japanese locale. 日本語の翻訳を追加した。 | ゼロ | 2011-07-05 | 1 | -0/+158 |
| | | |||||
* | | Forgot to add translations for languages I know | Johan Bruning | 2011-07-04 | 2 | -0/+2 |
| | | |||||
* | | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+1 |
|/ | | | | | | 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. | ||||
* | Added translation for teaser's title | Miroslav Rachev | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #88 from mirosr/master | Joe Sak | 2011-06-30 | 1 | -0/+1 |
|\ | | | | | 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 | -0/+1 |
| | | | | | | | | (Issue #86) | ||||
* | | make the tag_name optional for crazy languages | Joe Sak | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Added Bulgarian translation | Miroslav Rachev | 2011-06-30 | 1 | -0/+157 |
|/ | |||||
* | This should be a slash to further clear up confusion on which param is which | Joe Sak | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵ | Joe Sak | 2011-06-23 | 1 | -0/+2 |
|\ | | | | | | | 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 | 1 | -0/+2 |
| | | | | | | | | on creating a custom teaser. | ||||
* | | tag url strategy updated | Joe Sak | 2011-06-21 | 1 | -1/+1 |
|/ | |||||
* | Add field to edit custom url on BlogPosts. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+3 |
| | |||||
* | autocomplete added for tags | Joe Sak | 2011-06-15 | 1 | -1/+4 |
| | |||||
* | pt-BR translation for some model attributes | Ravi | 2011-06-03 | 1 | -0/+10 |
| | |||||
* | Added translation for uncategorized posts. | Andrey | 2011-06-02 | 1 | -0/+3 |
| | |||||
* | Fix psyck yaml parse errors. Should fix #64. | Uģis Ozols | 2011-06-01 | 1 | -3/+3 |
| | |||||
* | Merged remote branch 'Dougui/add_translation' | Philip Arndt | 2011-05-31 | 2 | -3/+52 |
|\ | |||||
| * | add some options for translation and translate in french | Guirec CORBEL | 2011-05-29 | 1 | -6/+6 |
| | | |||||
| * | add some options for translation and translate in french | Guirec CORBEL | 2011-05-29 | 2 | -3/+52 |
| | | |||||
* | | add missing translation | Ole Reifschneider | 2011-05-30 | 1 | -0/+2 |
|/ | |||||
* | Decrement the required RefineryCMS version back down to 0.9.9.22 so that we ↵ | Philip Arndt | 2011-05-26 | 12 | -84/+0 |
| | | | | can release 1.4.0. | ||||
* | Added form fields for SEO and translations. | Philip Arndt | 2011-05-06 | 13 | -0/+91 |
| | |||||
* | fix for issue 58 | Robin Wenglewski | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | improved and completed the Dutch translation | Leonard Punt | 2011-03-24 | 1 | -10/+120 |
| | |||||
* | Added pt-Br translations to uncategorized. | Marcelo Griggio Cajueiro | 2011-03-15 | 1 | -0/+3 |
| | |||||
* | Merge branch 'i18n_sk_cs' of https://github.com/keram/refinerycms-blog into ↵ | Joe Sak | 2011-03-13 | 2 | -0/+256 |
|\ | | | | | | | keram-i18n_sk_cs | ||||
| * | Slovak and Czech translation | keram | 2011-03-13 | 2 | -0/+256 |
| | | |||||
* | | Closes GH-29. Blog posts act as taggable. rspec & cukes passing | Joe Sak | 2011-03-11 | 2 | -0/+6 |
| | |