18 Jan, 2016
1 commit
-
* staging: (359 commits) Makes travis run all the tests via ./script/ci api: paginate members endpoint adds - TASK=rake test:all:db Added specific things for noosferogov api: return profile members Wont stop travis if Gemfile.lock does not exist api: expose profile type api: expose entities related to activity api: add activities endpoint api: fix login from cookie api: add endpoint for profiles api: create boxes enpoint api: login from noosfero cookie api: expose article type fix script production in app restart api: search profile by identifier api: expose boxes and blocks for profiles - rm Gemfile.lock Removing Gemfile.lock Setting will paginate to the version at debian stable ... Conflicts: .gitmodules app/models/environment.rb lib/noosfero/api/v1/articles.rb test/unit/api/helpers_test.rb test/unit/api/test_helper.rb
05 Jan, 2016
1 commit
-
Conflicts: Gemfile app/models/article.rb test/unit/user_test.rb
28 Dec, 2015
2 commits
-
removing category icons from enterprise list remove some specific code that display category icons on enterprise images See merge request !744
18 Dec, 2015
1 commit
-
Conflicts: Rakefile
17 Dec, 2015
1 commit
16 Dec, 2015
5 commits
-
Conflicts: lib/noosfero/api/v1/search.rb
15 Dec, 2015
1 commit
10 Dec, 2015
2 commits
-
Conflicts: lib/noosfero/api/v1/articles.rb
09 Dec, 2015
2 commits
07 Dec, 2015
6 commits
-
* staging: Update proposals_discussion plugin New hotspot to add custom buttons on content manager page pg_search: refactor search query
-
* staging: remove tests used for old captcha system limit 200 characters for proposals Update dialoga plugin api: filter archived articles Conflicts: test/unit/api/helpers_test.rb
04 Dec, 2015
1 commit
-
…ero into captcha_serpro_plugin * 'captcha_serpro_plugin' of softwarepublico.gov.br:noosferogov/noosfero: (30 commits) api: refactoring captcha Update gamification plugin Fix archived validation for articles Fix datepicker date value Update dialoga plugin Update dialoga plugin Fix resend activation code for users Avoid count hits and add comments in archived articles. Added to new unit tests and translated msg Changes in endpoints to verify archived article validation api: method to resend activation code Add method to resend activation code Added archived article verification into vote plugin New feature archive articles to avoid create comments, associate children articles and perform votes Fix to the issue https://gitlab.com/noosfero/noosfero/issues/153 (Event form not loading on datepickers)" In discussion-app there is a issue to this too https://softwarepublico.gov.br/gitlab/noosfero-apps/discussion-app/issues/21 Noosfero::VERSION: fix detecting git version for good Bumping version 1.3 dalli: connect to 127.0.0.1:11211 by default responsive: import new variables file and follow directory structure Change feed published metho to consider it's parent privacy Fix article visibility in creation ... Conflicts: lib/noosfero/api/v1/articles.rb test/unit/api/articles_test.rb
03 Dec, 2015
1 commit
01 Dec, 2015
5 commits
30 Nov, 2015
3 commits
-
Conflicts: app/models/environment.rb app/views/profile_editor/_person.html.erb db/schema.rb lib/noosfero/api/v1/comments.rb lib/noosfero/api/v1/people.rb test/unit/api/people_test.rb
-
Conflicts: app/helpers/forms_helper.rb app/views/cms/edit.html.erb lib/noosfero/api/entities.rb lib/noosfero/api/v1/comments.rb lib/noosfero/api/v1/search.rb test/unit/api/search_test.rb
23 Nov, 2015
8 commits
-
Custom fields can be added to any profile through the admin panel in the 'Fields' section. They have the same behaviour as the current Noosfero's fields (active, signup, required and privacy). Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Macartur de Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Fixes that unit test
-
The search will return previously created articles of that type (such as the home page of a user that was created during the tests)