27 Jul, 2015
1 commit
-
- Add categories and members into Community - Add path into Article Signed-off-by: Luciano Prestes Cavalcanti <luciano@luciano.luciano> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
13 Jul, 2015
2 commits
10 Jul, 2015
5 commits
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
07 Jul, 2015
1 commit
06 Jul, 2015
1 commit
04 Jul, 2015
2 commits
-
Instead of using nested attributes to create new comment, API users will just put the attributes straight up. It makes more sense that way, avoiding redundancy in the request url.
29 Jun, 2015
5 commits
-
API improvements - Fixed bug on GET enterprise API showing communities and vice-versa. - Improved POST comment API to recieve multiple params, such as Title. See merge request !610
-
Move users api mountpoint to people and also deal with permissions issues.
25 Jun, 2015
3 commits
24 Jun, 2015
1 commit
-
- Fixed bug on GET enterprise API showing communities and vice-versa. - Improved POST comment API to recieve multiple params, such as Title. Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
23 Jun, 2015
2 commits
19 Jun, 2015
6 commits
-
A note about privacy, prevent devs to commit a mistake.
18 Jun, 2015
2 commits
17 Jun, 2015
1 commit
-
Always show parent and children when getting a specific category with id
16 Jun, 2015
2 commits
-
This also removes short_filename as it is now unused
15 Jun, 2015
2 commits
-
Conflicts: lib/noosfero/plugin.rb test/unit/article_test.rb test/unit/person_test.rb
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.
11 Jun, 2015
2 commits
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
-
- Refactoring CSS to better display folder itens - Creating method to display uploaded file names with extension in upper case Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
09 Jun, 2015
1 commit