05 Apr, 2016

3 commits


01 Apr, 2016

10 commits


31 Mar, 2016

7 commits


29 Mar, 2016

8 commits


25 Mar, 2016

1 commit

  • It now uses BoxesHelper logic instead of HTML generation within the
    model violating MVC.
    
    As it is a class within a module
    (`ContainerBlockPlugin::ContainerBlock`) `BoxesHelper` required fixes to
    handle the module prefix when searching for the proper view to render.
    Previously it would wrongly search for
    `blocks/container_block_plugin/container.html.erb` instead of
    `blocks/container.html.erb`.
    Rafael Reggiani Manzo
     

24 Mar, 2016

10 commits


23 Mar, 2016

1 commit

  • Decouple people block plugin Model html generation
    
    As a follow up for !803. This applies the same refactor to PeopleBlockPlugin removing HTML generation from models.
    
    Here is a build: https://travis-ci.org/rafamanzo/noosfero/builds/117720302
    
    As it involved many changes, I figured it would be worth of its own MR. I'll work on other block plugins refactor following. Please let me know if you do not want one MR for each.
    
    See merge request !817
    Rodrigo Souto