27 Apr, 2016

1 commit

  • This will many further improvements to the products, such as:
    - Interaction with other plugins such as suppliers, stock and
    currencies. The inteface can change in such a way that if done
    usings hotspots would hurt usability and coherence.
    - More autonomy to develop and integrate other features
    (in the next months we will integrate batch edition and stock,
    currencies might come next)
    - More declouping from core and other components
    Braulio Bhavamitra
     

01 Apr, 2016

1 commit

  • - Admins now can be see secret profiles
    - Secret profiles are hachured in searches
    - closes #176
    
    Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com>
    Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
    Signed-off-by: Sabryna Sousa  <sabryna.sousa1323@gmail.com>
    Thiago Ribeiro
     

23 Mar, 2016

1 commit

  • The method for build profile_image_link was part of ApplicationHelper
    but will also be necessary for building proper tests on a upcoming
    refactor for PeopleBlockPlugin.
    
    As including ApplicationHelper on unit tests has already caused issues
    with unwanted block behaviour regarding their visibility, this is a move
    in the direction of avoiding such issues before they happen and allow
    reliable future tests.
    Rafael Reggiani Manzo