11 Aug, 2015

1 commit


20 Jul, 2015

1 commit


16 Jul, 2015

1 commit

  •  - Hightlight block links no longer break when noosfero is under a subdir
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Tallys Martins
     

12 Jul, 2015

2 commits


25 Jun, 2015

1 commit


17 Jun, 2015

2 commits

  • Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    André Guedes
     
  •   - Added image label
      - Added image to article body
      - Changed some minor positioning
    
    Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Fábio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    André Guedes
     

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
     

12 Jun, 2015

3 commits


11 Jun, 2015

4 commits


08 Jun, 2015

1 commit


05 Jun, 2015

1 commit


03 Jun, 2015

1 commit


02 Jun, 2015

2 commits


01 Jun, 2015

1 commit


30 May, 2015

2 commits


29 May, 2015

1 commit

  • Adds Sniffer Plugin
    
    This merge request adds the sniffer plugin, a plugin to help enterprises find consumers and suppliers for their products or product categories of interest. I used micro commits for changes on noosfero core or other plugins that needed fixes to work with this new plugin, plus a single commit that adds the sniffer plugin.
    
    See merge request !585
    Braulio Bhavamitra
     

28 May, 2015

8 commits


26 May, 2015

3 commits


20 May, 2015

2 commits


19 May, 2015

1 commit