aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the verbiage to latest rather than other, from issue 267Gant Laborde2012-11-121-2/+2
|
* 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
| |
* | Add approve/reject links in comment notification mail.Uģis Ozols2012-09-051-0/+4
| |
* | Merge remote-tracking branch 'Nethemba/form_ux_impro'Philip Arndt2012-09-0515-30/+0
|\ \
| * | using form advanced opt. menu snippet from refinery coreMarek Labos2012-08-2515-30/+0
| | |
* | | Added the ability to use a different url than "/blog"John Agan2012-09-051-2/+2
| |/ |/|
* | improved "time_ago" sk translationMarek Labos2012-08-201-1/+1
|/
* fix german translationOle Reifschneider2012-08-131-4/+25
|
* Repaired incorrect scope under activerecord models and attributesMartin Markech2012-07-259-45/+45
|
* Merge pull request #251 from resolve/split_approved_rejected_actionsPhilip Arndt2012-07-061-2/+2
|\ | | | | Split rejected and approved comment actions into separate controller act...
| * Remove redundant routes.Uģis Ozols2012-07-061-2/+0
| |
| * Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-061-0/+2
| |
* | Rewrited slovak localeMartin Markech2012-07-061-18/+59
|/
* added swedish translationJeena Paradies2012-06-141-0/+167
|
* Fix draft translationNic Haynes2012-03-221-0/+1
|
* Stop logging to stdout.Pete Higgins2012-02-051-3/+2
|
* Fix routing.Philip Arndt2012-02-021-1/+3
|
* I accidentally this twice.Philip Arndt2012-02-011-3/+0
|
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-16/+14
|
* add source url for postJeff Shumate2012-01-252-1/+91
|
* Fixed to show the word 'blog' only once in routeTony Semana2012-01-171-1/+1
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1716-54/+47
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-171-3/+1
| | | | Refinery::Admin::Blog
* Allow configurable author for blog posts.Pete Higgins2011-12-141-0/+2
|
* remove redundancy in page titleShaun2011-11-111-1/+1
|
* Remove Refinery::Application route draw call, it no longer existsJamie Winsor2011-10-261-1/+1
|
* jp to ja correction影月 零2011-10-111-1/+1
|
* Replace cucumber tag features with rspec request testsJamie Winsor2011-08-042-13/+0
| | | | Remove cucumber support from project
* refactor engine testing scenarioJamie Winsor2011-08-032-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 Winsor2011-07-307-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 Ozols2011-07-2715-1860/+1887
|
* Rails 3.1 - wip.Uģis Ozols2011-07-271-34/+36
|
* Using preferred "defaults" hash to set format of blog/feed.rss to "rss".Jack Kinsella2011-07-221-1/+1
|
* Revision for Bulgarian translation mainly for consistencyMiroslav Rachev2011-07-151-7/+7
|
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-1/+1
|
* Added some missing keywords and edited othersAlberto Vena2011-07-051-17/+68
|
* Merge pull request #96 from Kagetsuki/masterPhilip Arndt2011-07-041-0/+158
|\ | | | | Added Japanese locale
| * added Japanese locale. 日本語の翻訳を追加した。ゼロ2011-07-051-0/+158
| |
* | Forgot to add translations for languages I knowJohan Bruning2011-07-042-0/+2
| |
* | Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-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 titleMiroslav Rachev2011-06-301-0/+1
|
* Merge pull request #88 from mirosr/masterJoe Sak2011-06-301-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 Rachev2011-06-301-0/+1
| | | | | | | | (Issue #86)
* | make the tag_name optional for crazy languagesJoe Sak2011-06-301-1/+1
| |
* | Added Bulgarian translationMiroslav Rachev2011-06-301-0/+157
|/
* This should be a slash to further clear up confusion on which param is whichJoe Sak2011-06-281-1/+1
|
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵Joe Sak2011-06-231-0/+2
|\ | | | | | | into wikyd-custom-teasers
| * Add button to copy the blog post's body to the teaser editor to get started ↵Kyle Wilkinson2011-06-211-0/+2
| | | | | | | | on creating a custom teaser.