30 Nov, 2015
2 commits
-
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
25 commits
-
Events from the past was being displayed with "future" class and vice-versa
-
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)
20 Nov, 2015
3 commits
19 Nov, 2015
9 commits
-
Conflicts: app/models/article.rb app/models/comment.rb
-
API - Article archived endpoints verification Was added on Grape API, archived article `Rails Validation Exceptions` and verification `Hits` article counter. News unit tests was created to check this situations. **Obs:** Please, check the merge request !2 before this See merge request !4
-
Article archived/readonly This is a new feature to **freeze/archive** on specific article to avoid that a user perform some actions: - Deny **associate** children articles to archived folders - Not allow **vote** to a archived article and your comments - Not allow create **new comments** - Not count **hits (visualizations)** to a archived article - Refactory visual aspects into **Visibility** and **Options** sections on create/edit articles  - Shows a warning message if a article or their parent is archived  So, if you have new actions that were not described here, please give me a feedback and I will implement this :) See merge request !2
18 Nov, 2015
1 commit
-
Fix event date issue Issues related - https://softwarepublico.gov.br/gitlab/noosfero-apps/discussion-app/issues/21 - https://gitlab.com/noosfero/noosfero/issues/153 @vfcosta @leandronunes See merge request !1