16 Jan, 2014

6 commits


15 Jan, 2014

2 commits


09 Jan, 2014

1 commit

  • - Added a field on article new/edit to specify which users can access the article
    - Added a relationship has_and_belongs_to_many between Article and Person
    - Created a new table article_privacy_exceptions for has_and_belongs_to_many
    - Added cucumber tests
    - Added a new cucumber step to add a user to the exception users list
    
    (ActionItem2852)
    
    Signed-off-by: Alex de Souza <campelo.al1@gmail.com>
    Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
    Signed-off-by: Andre Bedran <bedran.fleck@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com>
    Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
    Signed-off-by: Tales Martins <tales.martins@gmail.com>
    Arthur Del Esposte
     

08 Jan, 2014

1 commit

  • - Added buttons at members block.
    - Added checkbox to show or not the buttons on the community members.
    - Removed the render button "enter/leave" when the checkbox that enables the button is unchecked
    - Adjusted style CSS and display button
    - Added cucumber and unit tests.
    - Removed some spaces.
    - There are two cucumber tests that wasn't done by the our team that fail if you don't use selenium. The files are publish_article.feature line 20 and search_enterprises.feature line 33 and we didn't modify them.
    
    (ActionItem2844)
    
    Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Leandro Alves <leandrosustenido@gmail.com>
    Signed-off-by: Tales Martins <tales.martins@gmail.com>
    Signed-off-by: Andre Bedran <bedran.fleck@gmail.com>
    Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
    Carlos Andre de Souza
     

12 Dec, 2013

1 commit

  • (ActionItem2849)
    
    Signed-off-by: Marcos Ramos <ms.ramos@outlook.com
    Signed-off-by: Valéssio Brito <contato@valessiobrito.com.br>
    Signed-off-by: Victor Hugo Alves de Carvalho <victorhugodf.ac@gmail.com>
    Marcos Ramos
     

02 Dec, 2013

1 commit


28 Nov, 2013

1 commit

  • Show events by month
    Event list now only show 10 events when listing events for month
    (events for a day still listing all events)
    Add information on indefined place
    Enhance layout
    
    (ActionItem2587)
    
    Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br>
    Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
    Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com>
    Signed-off-by: Leandro Alves <leandrosustenido@gmail.com>
    Signed-off-by: Tales Martins <tales.martins@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by; Gabriela Navarro <navarro1703@gmail.com>
    Paulo Meireles
     

27 Nov, 2013

1 commit


26 Nov, 2013

1 commit


07 Nov, 2013

1 commit


04 Oct, 2013

2 commits


03 Oct, 2013

1 commit


22 Aug, 2013

2 commits


20 Aug, 2013

1 commit


29 Jul, 2013

1 commit



16 Jul, 2013

1 commit


13 Jul, 2013

1 commit


22 May, 2013

1 commit


21 May, 2013

1 commit


04 Apr, 2013

1 commit


03 Apr, 2013

1 commit

  • Now the plugins can create the folders 'step_definitions' and 'support'
    under the folder 'features' to extend cucumber features as it pleases.
    
    The plugins with any extension gain 2 new profiles on the cucumber.yml
    file. For example, for mezuro plugin, it will have the 'mezuro' and
    'mezuro_selenium' cucumber profiles that will load the appropriate
    files. So if you extend cucumber with new steps, hooks, etc; and you
    want to run the cucumber tests of mezuro plugin with all these
    extensions you must include '-p mezuro' on the cucumber call (or '-p
    mezuro-selenium' to run selenium profile). This is already handled by
    the rake task that runs the plugins' tests. So it'd be much better to
    run 'rake test:noosfero_plugins:mezuro:{cucumber,selenium}' instead.
    
    Also:
       * Moving plugins' 'features' folder to the plugin' root instead of
         inside the folder 'test' (just following Rails convention).
       * Moving specific steps and hooks of mezuro from core to the plugin.
       * Requiring plugin to be enabled to run any of its tests.
    Rodrigo Souto
     

02 Apr, 2013

9 commits