06 Apr, 2016

4 commits

  • Braulio Bhavamitra
     
  • Braulio Bhavamitra
     
  • Add subtitle field to blocks
    
    Rebase with master and fixes for merge request !776 
    
    ---
    Add subtitle support to the following blocks:
    * my_network
    * profile_search
    * categories
    * highlights
    * slideshow
    
    Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
    
    See merge request !837
    Larissa Reis
     
  • Add subtitle support to the following core blocks:
    * my_network
    * profile_search
    * categories
    * highlights
    * slideshow
    * article
    * blog_archives
    * featured_products
    * feed_reader
    * link_list
    * location
    * products
    * profile_list
    * raw_html
    * recent_documents
    * tags
    
    Add subtitle support to the following plugins blocks:
    * community_track: track_list
    * container_block: container
    * context_content: context_content
    * display_content: display_content_block
    * event: event
    * gallery_block: gallery_block
    * organization_ratings: organization_ratings_block
    * people_block: people_base
    * profile_members_headlines: headlines
    * recent_content: recent_content_block
    * relevant_content: relevant_content_block
    * site_tour: tour
    * sniffer: interests_block
    
    Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
    Arthur Esposte
     

05 Apr, 2016

2 commits


04 Apr, 2016

1 commit


01 Apr, 2016

11 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

6 commits