16 May, 2016

1 commit


18 Apr, 2016

1 commit

  • Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
    Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Victor Costa <vfcosta@gmail.com>
    Carlos Purificação
     

10 Mar, 2016

1 commit

  • After creating the ArticleBlock view test at
    ff15413b2a8dca45d9f64e57270f294e351a0098 this test got broken.
    
    The root cause was the inclusion of ApplicationHelper for the
    article_block_test which led to `custom_options_article` for CMSHelper
    tests to fail as the BlogHelper (included by ApplicationHelper) was
    overriding the method.
    
    This has been fized by remove the include to ApplicationHelper and
    extract the necessary methods to separate helpers which led to two new
    methods for ArticleHelper and one new helper the ButtonsHelper.
    Rafael Reggiani Manzo