Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | chinese locale data | Nick Plante | 2011-03-11 | 1 | -0/+128 | |
|/ | ||||||
* | update spanish translation | scambra | 2011-03-04 | 1 | -1/+7 | |
| | ||||||
* | Improved the YAML to support Psych better. Closes GH-46. | Philip Arndt | 2011-03-04 | 9 | -92/+92 | |
| | ||||||
* | added de.yml translation | Gerhard Neugschwandtner | 2011-02-24 | 1 | -0/+128 | |
| | ||||||
* | Polish translation | Marcin Urbanski | 2011-02-21 | 1 | -0/+134 | |
| | ||||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 7 | -2/+9 | |
| | | | | enabled, with translations. | |||||
* | Update english language file for uncategorized posts | Joe Sak | 2011-02-16 | 1 | -0/+3 | |
| | ||||||
* | Add route for uncategorized posts index in blog admin | Joe Sak | 2011-02-16 | 1 | -1/+3 | |
| | ||||||
* | Russian localization added. | Vitaly Ishkulov | 2011-01-26 | 1 | -0/+124 | |
| | | | | Signed-off-by: Vitaly Ishkulov <vit@iva-soft.com> | |||||
* | Missed translation blog.posts.post.filed_in in translation files | Adrien Giboire | 2011-01-25 | 2 | -0/+4 | |
| | ||||||
* | Added French Translations | Adrien Giboire | 2011-01-25 | 1 | -0/+122 | |
| | ||||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -1/+1 | |
| | ||||||
* | Added file for internationalization of the Brazilian Portuguese. | Marcelo Griggio Cajueiro | 2011-01-03 | 1 | -0/+124 | |
| | ||||||
* | Move 'Archives' text to locale. | Uģis Ozols | 2010-12-10 | 1 | -0/+1 | |
| | ||||||
* | fine tuning | Xavi Blanch | 2010-12-07 | 1 | -8/+8 | |
| | ||||||
* | translations | Xavi Blanch | 2010-12-07 | 1 | -49/+49 | |
| | ||||||
* | Translating progress | Victor Castell | 2010-12-07 | 1 | -0/+121 | |
| | ||||||
* | Use rails naming convention for translations that contain html markup. | Uģis Ozols | 2010-12-03 | 1 | -2/+2 | |
| | ||||||
* | Moved some text to locale. | Uģis Ozols | 2010-12-03 | 1 | -1/+5 | |
| | ||||||
* | Refactored nav partial, added 'blog home' to locale and removed unneeded ↵ | Uģis Ozols | 2010-12-03 | 1 | -0/+1 | |
| | | | | <nav></nav> tags. | |||||
* | Moved 'no blog posts' text to locale file. | Uģis Ozols | 2010-12-03 | 1 | -0/+2 | |
| | ||||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -63/+27 | |
| | ||||||
* | WARNING: Rails 2 users should move to the rails2-stable branch. This commit ↵ | Amanda Wagener | 2010-12-01 | 2 | -20/+20 | |
| | | | | moves to the new i18n string interpolation used in Rails 3. | |||||
* | remove data-nav-url attribute from in post navigation | djones | 2010-11-27 | 1 | -1/+0 | |
| | ||||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'origin/master' | Philip Arndt | 2010-11-22 | 1 | -3/+3 | |
|\ | ||||||
| * | remove unnecessary prefix | J. Edward Dewyea | 2010-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | :name_prefix has been deprecated | J. Edward Dewyea | 2010-11-20 | 1 | -3/+3 | |
| | | ||||||
* | | total refactor here | Joe Sak | 2010-11-20 | 1 | -1/+0 | |
| | | ||||||
* | | ajaxify the nav | Joe Sak | 2010-11-20 | 1 | -0/+1 | |
| | | ||||||
* | | Archive routing tested and fixed | Joe Sak | 2010-11-20 | 1 | -2/+2 | |
|/ | ||||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -0/+5 | |
| | | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here | |||||
* | Added comment notifications. | Philip Arndt | 2010-11-15 | 1 | -0/+11 | |
| | ||||||
* | Merge remote branch 'indaco/i18n_it' | Philip Arndt | 2010-11-10 | 1 | -0/+1 | |
|\ | ||||||
| * | added the missing Italian key for the plural form of the comment word. | Mirco Veltri | 2010-11-07 | 1 | -0/+1 | |
| | | ||||||
* | | Fix broken string by double quoting it. | Philip Arndt | 2010-11-03 | 1 | -1/+1 | |
|/ | ||||||
* | fixed | Mirco Veltri | 2010-10-23 | 1 | -1/+1 | |
| | ||||||
* | fixed typo - part 2 | Mirco Veltri | 2010-10-23 | 1 | -6/+6 | |
| | ||||||
* | fixed typo | Mirco Veltri | 2010-10-23 | 1 | -10/+10 | |
| | ||||||
* | translated the missing Italian keys | Mirco Veltri | 2010-10-23 | 1 | -0/+103 | |
| | ||||||
* | Routing errors in Rails3 | Joe Sak | 2010-09-21 | 1 | -2/+2 | |
| | ||||||
* | added publish date support. fixes bug where categories were showing posts ↵ | djones | 2010-09-21 | 1 | -0/+1 | |
| | | | | that were technically supposed to be hidden from the end user |