aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test coverage for previous changesJoe Sak2011-02-151-5/+13
|
* Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵Joe Sak2011-02-153-2/+10
| | | | by published_at DESC on category#show view
* .html_safe failed on empty body & sidebody contentJoe Sak2011-02-151-2/+2
|
* Russian localization added.Vitaly Ishkulov2011-01-261-0/+124
| | | | Signed-off-by: Vitaly Ishkulov <vit@iva-soft.com>
* Missed translation blog.posts.post.filed_in in translation filesAdrien Giboire2011-01-252-0/+4
|
* Added French TranslationsAdrien Giboire2011-01-251-0/+122
|
* redo gemspec.Philip Arndt2011-01-112-3/+5
|
* BlogPost != NewsItemJoe Sak2011-01-101-4/+4
|
* Archives group by year after 2 yearsJoe Sak2011-01-104-10/+39
|
* Used internationalization for the months in the file list.Marcelo Griggio Cajueiro2011-01-031-1/+1
|
* Added file for internationalization of the Brazilian Portuguese.Marcelo Griggio Cajueiro2011-01-031-0/+124
|
* Use i18n to display the post created_at.Marcelo Griggio Cajueiro2010-12-302-4/+4
|
* The blog nav should not grab next & previous drafts :)Joe Sak2010-12-151-2/+2
|
* Make the body content work when there are not this many parts.Philip Arndt2010-12-131-2/+2
|
* Set page output to html_safe.Phil Spitler2010-12-121-2/+2
|
* << is much faster than +=Philip Arndt2010-12-101-6/+6
|
* Move 'Archives' text to locale.Uģis Ozols2010-12-102-1/+4
|
* Cleanup views as will_paginate link labels gets set in core.Uģis Ozols2010-12-102-12/+4
|
* Prevent mass assignment.Uģis Ozols2010-12-081-0/+2
|
* Merge remote branch 'seasonlabs/master'Philip Arndt2010-12-081-0/+121
|\
| * fine tuningXavi Blanch2010-12-071-8/+8
| |
| * translationsXavi Blanch2010-12-071-49/+49
| |
| * Translating progressVictor Castell2010-12-071-0/+121
| |
* | Added some rspec tests for blog category model.Uģis Ozols2010-12-071-7/+19
| |
* | Added some rspec tests for blog post model.Uģis Ozols2010-12-074-9/+155
|/
* Use rails naming convention for translations that contain html markup.Uģis Ozols2010-12-033-4/+4
|
* Fix translation path.Uģis Ozols2010-12-031-1/+1
|
* Optimised post_count method. See gist for benchmarks - ↵Uģis Ozols2010-12-031-8/+1
| | | | https://gist.github.com/726844
* Reduce db queries.Uģis Ozols2010-12-031-1/+1
|
* When we delete blog post it should delete associated comments too.Uģis Ozols2010-12-031-1/+1
|
* Rails 3 validation style.Uģis Ozols2010-12-033-7/+4
|
* Moved some text to locale.Uģis Ozols2010-12-033-8/+14
|
* Refactored nav partial, added 'blog home' to locale and removed unneeded ↵Uģis Ozols2010-12-033-14/+11
| | | | <nav></nav> tags.
* Added missing </li> tag.Uģis Ozols2010-12-031-0/+1
|
* Fix deprecation warnings.Uģis Ozols2010-12-034-4/+4
|
* We don't need those h in Rails 3.Uģis Ozols2010-12-033-3/+3
|
* Use symbol instead of string.Uģis Ozols2010-12-031-1/+1
|
* Use :confirm and :method link_to methods.Uģis Ozols2010-12-032-4/+4
|
* Moved 'no blog posts' text to locale file.Uģis Ozols2010-12-032-5/+9
|
* Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for ↵Philip Arndt2010-12-033-6/+10
| | | | Rails 2)
* RC versions driving me crazy, let's use 1.0Philip Arndt2010-12-033-4/+4
|
* rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20Philip Arndt2010-12-013-4/+4
|
* Now dependent on Refinery 0.9.8 (and thus Rails 3)Amanda Wagener2010-12-012-3/+10
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-018-160/+67
|
* WARNING: Rails 2 users should move to the rails2-stable branch. This commit ↵Amanda Wagener2010-12-012-20/+20
| | | | moves to the new i18n string interpolation used in Rails 3.
* This line is from an older version of the script that totally suckedJoe Sak2010-11-281-1/+0
|
* remove data-nav-url attribute from in post navigationdjones2010-11-272-3/+2
|
* keep to the same markup scheme Refinery uses for the menudjones2010-11-261-2/+4
|
* Allow refinery users with access to the blog to see the blog posts when they ↵Philip Arndt2010-11-232-1/+8
| | | | are draft. Closes GH-19
* Consistent whitespace.Philip Arndt2010-11-2339-61/+61
|