aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* sort newest firstJess Brown2014-04-161-1/+1
|
* Use strong parameters.Uģis Ozols2014-01-271-5/+4
|
* Merge branch 'master' into rails4Uģis Ozols2014-01-201-26/+17
|\ | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb
| * Restricting tags to live postsPatrick Davey2013-10-171-1/+1
| |
* | Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-16/+27
|/
* Move avatar_url method to posts helper because view stuff shouldn't be in ↵Uģis Ozols2012-07-311-0/+5
| | | | the model.
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-6/+6
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Refactor all_previous into published_dates_older_than.Pete Higgins2012-02-101-2/+2
|
* Refactor blog archive widget.Pete Higgins2012-02-101-22/+43
|
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-041-1/+1
|
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-2/+2
|
* Fixed to show the word 'blog' only once in routeTony Semana2012-01-171-2/+2
|
* Fixes posts_helper to use updated refinery namespacingTony Semana2012-01-171-3/+3
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-5/+4
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-093-54/+56
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Fix draft preview of blog postsJamie Winsor2011-09-211-1/+1
|
* setting indentation to 'rails way' for protected and private classesJamie Winsor2011-09-191-18/+18
|
* Fix indent on protected methodsJamie Winsor2011-09-191-18/+18
|
* Namespace BlogControllerHelper to Blog::ControllerHelperJamie Winsor2011-09-192-28/+30
|
* Abstract filter methods into controller helpersJamie Winsor2011-09-191-0/+28
| | | | | | This will enable users to include the controller helper into their own controllers to perform common functions - such as finding a blog post or listing all blog posts.
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+0
| | | | | | | | 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
* Refactor blog_archive_list helper function into blog_archive_widget function ↵Jamie Winsor2011-07-291-34/+22
| | | | | | (with alias for compatability) Fix archive view for rails-3-1 support
* Cucumber tag steps now pass.Uģis Ozols2011-07-272-59/+61
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-0/+4
| | | | | | 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.
* Making use of translation scopes.Philip Arndt2011-07-011-1/+1
|
* Ensure that the custom_teaser column exists before trying to use it incase ↵Philip Arndt2011-06-271-4/+3
| | | | the migration hasn't been generated/run.
* this needs html_safeJoe Sak2011-06-231-1/+1
|
* Add helper for finding the teaser to display for a blog post. Use this when ↵Kyle Wilkinson2011-06-211-0/+12
| | | | displaying short version of blog posts.
* BlogPost != NewsItemJoe Sak2011-01-101-4/+4
|
* Archives group by year after 2 yearsJoe Sak2011-01-101-3/+17
|
* Used internationalization for the months in the file list.Marcelo Griggio Cajueiro2011-01-031-1/+1
|
* << is much faster than +=Philip Arndt2010-12-101-6/+6
|
* Move 'Archives' text to locale.Uģis Ozols2010-12-101-1/+3
|
* keep to the same markup scheme Refinery uses for the menudjones2010-11-261-2/+4
|
* Consistent whitespace.Philip Arndt2010-11-231-3/+3
|
* Added Next, Previous Article & Home navigationJoe Sak2010-11-201-0/+4
|
* Archive listing, views, helpersJoe Sak2010-11-181-0/+22
@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