29 Mar, 2016

2 commits

  • Remove HTML generation from container_block plugin
    
    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`.
    
    In case gitlab build does not start, here is the Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/118607978
    
    See merge request !827
    Rodrigo Souto
     
  • It now relies on BoxesHelper logic and thus the method got removed. As
    it was the only subject of unit tests, The unit tests for this class
    have been removed (most of the logic is tested through functional
    tests).
    Rafael Reggiani Manzo
     

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

1 commit


23 Mar, 2016

4 commits


22 Mar, 2016

2 commits


18 Mar, 2016

1 commit


17 Mar, 2016

1 commit

  • newsletter: search blogs also by profile's names
    
    We already allow the admin to choose any blog in the environment to feed the newsletter,
    however it's only possible to search a blog by its name or community's name. With this
    patch the admin can search for a blog either by its name or the name of the profile the
    blog belongs to.
    
    See merge request !706
    Braulio Bhavamitra
     

16 Mar, 2016

4 commits


15 Mar, 2016

5 commits


14 Mar, 2016

1 commit


12 Mar, 2016

1 commit


08 Mar, 2016

1 commit


01 Mar, 2016

2 commits


23 Feb, 2016

1 commit


22 Feb, 2016

4 commits


21 Feb, 2016

1 commit


18 Feb, 2016

4 commits


17 Feb, 2016

1 commit


11 Feb, 2016

3 commits