aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* refactor engine testing scenarioJamie Winsor2011-08-037-0/+0
* I18n scope fix.Uģis Ozols2011-08-031-2/+2
* WIP - use asset pipeline.Uģis Ozols2011-08-0344-104/+654
* Fix some I18n translations.Uģis Ozols2011-08-033-7/+13
* Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-302-0/+49
* Made it so that comments and the body_content_right have been further refacto...Justin Ricaurte2011-07-304-67/+8
* Refactor blog_archive_list helper function into blog_archive_widget function ...Jamie Winsor2011-07-296-43/+41
* Update translation scopesJamie Winsor2011-07-285-22/+22
* Update translation scopes and routes.Uģis Ozols2011-07-285-17/+20
* More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
* Array is paginated differently.Uģis Ozols2011-07-282-6/+8
* Update some translation scopes.Uģis Ozols2011-07-283-7/+9
* will_paginate -> paginate.Uģis Ozols2011-07-275-14/+10
* Remove per_page pagination code from controllers.Uģis Ozols2011-07-273-8/+9
* Move per_page pagination stuff into model to dry up posts controller.Uģis Ozols2011-07-272-10/+9
* Cucumber tag steps now pass.Uģis Ozols2011-07-2710-83/+84
* Cucumber author steps now pass.Uģis Ozols2011-07-273-9/+9
* Wip.Uģis Ozols2011-07-2740-26/+26
* Rails 3.1 - wip.Uģis Ozols2011-07-2726-620/+644
* Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ...Jack Kinsella2011-07-221-0/+2
* categorization has_many :through should have an ID, and the relationship shou...Joe Sak2011-07-182-2/+2
* readonly author just for safety's sakeJoe Sak2011-07-181-1/+1
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-11/+11
* I don't know, it looks like before_filters are down hereJoe Sak2011-07-121-1/+3
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-122-3/+6
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-045-2/+37
* don't know how we got away with this not being hereJoe Sak2011-06-301-0/+2
* fix my typosPhilip Arndt2011-07-011-1/+1
* Making use of modules and putting classes under modules.Philip Arndt2011-07-017-229/+251
* Making use of translation scopes.Philip Arndt2011-07-0118-40/+45
* just remove this and it's fine, we won't have to remember to use it for futur...Joe Sak2011-06-301-2/+0
* Merge pull request #88 from mirosr/masterJoe Sak2011-06-301-3/+3
|\
| * Fixed some embeded strings in English in admin/blog/posts/_form partial (Issu...Miroslav Rachev2011-06-301-3/+3
* | the checkbox list for categories was out of handJoe Sak2011-06-291-2/+7
|/
* Only use custom_teaser if the migration has runPhilip Arndt2011-06-271-1/+1
* Ensure that the custom_teaser column exists before trying to use it incase th...Philip Arndt2011-06-271-4/+3
* Fix error in views/blog/posts/_post, looping over tag_list, should loop over ...Glenn Goodrich2011-06-251-1/+1
* this needs html_safeJoe Sak2011-06-231-1/+1
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog in...Joe Sak2011-06-237-6/+61
|\
| * Add button to copy the blog post's body to the teaser editor to get started o...Kyle Wilkinson2011-06-213-0/+31
| * Call tabs() method on admin tabs section only after the document is ready. T...Kyle Wilkinson2011-06-212-2/+4
| * Add helper for finding the teaser to display for a blog post. Use this when ...Kyle Wilkinson2011-06-212-3/+13
| * Add tab field for the custom teaser. Currently, width is set to zero for tea...Kyle Wilkinson2011-06-212-0/+12
| * Allow custom_teaser field to be updated via forms.Kyle Wilkinson2011-06-211-1/+1
* | tag url strategy updatedJoe Sak2011-06-213-4/+5
* | Needs to use ~* operatorJoe Sak2011-06-211-1/+1
* | postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-2/+14
|/
* Using <section class='details'> instead of <details> to avoid this: https://s...Philip Arndt2011-06-212-4/+4
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on t...Philip Arndt2011-06-211-4/+3
* Add field to edit custom url on BlogPosts.Kyle Wilkinson2011-06-161-0/+9