04 Dec, 2015

1 commit

  • - Adds hostspot in Organization Rating task details
    - Improvements on task and organization ratings layout
    - Added one hotspot for task contents and another for ratings container content
    - Rejected rating comments are only displayed to env admins and comment owners
    - All task messages now refers to "a Report" instead of Comment:
      i.g. "Report waiting for approval" instead of "Comment waiting for approval"
    - Also added css style to auto expand task div
    
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
    
    See merge request !737
    Gabriel Silva
     

24 Nov, 2015

1 commit


28 Sep, 2015

1 commit


11 Sep, 2015

1 commit


10 Sep, 2015

1 commit

  • A plugin that allow users to rate a organization and comment about it.
    
    Signed-off-by: Alexandre Torres <alexandrekry@gmail.com>
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com>
    Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com
    Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
    Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Omar Junior <omarroinuj@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Daniela Feitosa
     

09 Sep, 2015

1 commit


04 Sep, 2015

1 commit


28 Aug, 2015

1 commit


12 Aug, 2015

2 commits


11 Aug, 2015

2 commits


10 Aug, 2015

3 commits


09 Aug, 2015

1 commit


07 Aug, 2015

2 commits


06 Aug, 2015

4 commits


05 Aug, 2015

1 commit


03 Aug, 2015

1 commit


29 Jul, 2015

1 commit


27 Jul, 2015

1 commit


24 Jul, 2015

1 commit


22 Jul, 2015

1 commit


21 Jul, 2015

3 commits


13 Jul, 2015

1 commit


16 Jun, 2015

1 commit


13 Jun, 2015

1 commit

  • This makes possible for a plugin to be defined as module and have its
    main class defined inside it with the name Base (e.g. MyPlugin::Base).
    
    The advantages of this is to correctly scope plugins constants inside
    the module. There are many conflicts with the core if the plugin is
    defined as klass, for example:
     - if you define a MyPlugin::DisplayHelper you'll get the error 'warning: toplevel constant DisplayHelper referenced by MyPlugin::DisplayHelper' and your class won't be loaded unless you put a "require 'my_plugin/display_helper'"
     - `require` is also needed for contants with the sames of constants declared under Noosfero::Plugin. For example, if you define a MyPlugin::Manager or MyPlugin::Settings, Noosfero::Plugin::Manager or Noosfero::Plugin::Settings will be returned instead of your plugin's definition.
     - other hard to debug errors may also happen.
    
    This also encapsulates loading procedures into methods of
    Noosfero::Plugin.
    Braulio Bhavamitra
     

11 Jun, 2015

2 commits


09 Jun, 2015

1 commit


31 May, 2015

1 commit


28 May, 2015

2 commits