aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 - https://gist.github.co...Uģis Ozols2010-12-031-8/+1
* 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 <nav...Uģis Ozols2010-12-033-14/+11
* 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
* 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
* 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
* Consistent whitespace.Philip Arndt2010-11-2339-61/+61
* use string value for :scopingJ. Edward Dewyea2010-11-222-17/+17
* include the blog helper in all blog front end controllers. Also fix kend erro...djones2010-11-222-2/+4
* fix incorrect method call for javascript_include_tagdjones2010-11-221-1/+1
* removed files from gemspec that provented it from being installeddjones2010-11-221-4/+0
* Merge remote branch 'origin/master'Philip Arndt2010-11-222-6/+6
|\
| * We can use scope for this.Philip Arndt2010-11-221-3/+3
| * find the correct key to translateJ. Edward Dewyea2010-11-211-1/+1
| * remove unnecessary prefixJ. Edward Dewyea2010-11-201-1/+1
| * :name_prefix has been deprecatedJ. Edward Dewyea2010-11-201-3/+3
* | Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9...Philip Arndt2010-11-2222-78/+152
|\ \
| * | add helpers and blog_posts_helper to gemspecsuweller2010-11-211-0/+2
| * | place all script occurrences in content_for :javascriptssuweller2010-11-213-4/+6
| * | javascript should be in javascripts sectionsuweller2010-11-211-1/+3
| |/
* | Gotta scroll back up!Joe Sak2010-11-201-0/+3
* | updated js for nice smooth effectsJoe Sak2010-11-201-3/+12
* | continued refactorJoe Sak2010-11-201-6/+10
* | flash messages & styles for commentsJoe Sak2010-11-202-1/+48
* | total refactor hereJoe Sak2010-11-205-24/+8
* | Do the height at the end...?Joe Sak2010-11-201-4/+4
* | Move markup aroundJoe Sak2010-11-201-5/+6
* | Had some missing markupJoe Sak2010-11-203-25/+30
* | better conditionalJoe Sak2010-11-201-2/+8
* | ajaxify the navJoe Sak2010-11-206-10/+58
* | More deprecation warnings foundJoe Sak2010-11-207-29/+32