19 May, 2016
4 commits
-
…na com argumento --path )
18 May, 2016
1 commit
05 May, 2016
3 commits
-
This reverts commit d465f6e8d75dcb41d500180dcd2d8ee6caddedcb.
-
Conflicts: lib/noosfero/api/entities.rb
03 May, 2016
1 commit
17 Feb, 2016
2 commits
16 Feb, 2016
2 commits
15 Feb, 2016
4 commits
12 Feb, 2016
5 commits
-
Conflicts: app/helpers/forms_helper.rb plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb
-
Conflicts: app/helpers/forms_helper.rb app/views/cms/edit.html.erb plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb plugins/comment_paragraph/test/functional/comment_paragraph_plugin_profile_controller_test.rb
11 Feb, 2016
17 commits
-
It is redundant, as the feature that it is supposed to test can be completed tested with less expensive tests.
-
Improve comment paragraph performance Also fix a broken unit test See merge request !788
-
This reverts commit b463f35095dcdf4f6dda4e897792b0a485a32dba.
-
This reverts commit b8f3f3f3a0f3d152424f21e8eaf8c6c00f33895d. Conflicts: app/controllers/application_controller.rb
-
This reverts commit a1e9a84903d733877a1a1016423709d9e92c20c8.
-
Conflicts: plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb plugins/comment_paragraph/test/functional/comment_paragraph_plugin_profile_controller_test.rb
-
Fixes crash when processing suggest an article task - Removes an old line that was left behind during merge of support for different types of article. It was overriding the correct decision made by #article_type. - Defines SuggestArticle#author_name the same as the sender so noosfero task page doesn't crash in case the processing of the task throws an error, since it will try to show the author name in the task error page. Fixes #166 See merge request !786
-
fix signup with custom_fields Fixes bugs with signup with required custom fields, as well as required custom values not being saved for new communities. See merge request !783
-
- Removes an old line that was left behind during merge of support for different types of article. It was overriding the correct decision made by #article_type. - Defines SuggestArticle#author_name the same as the sender so noosfero task page doesn't crash in case the processing of the task throws an error, since it will try to show the author name in the task error page. Fixes #166
05 Feb, 2016
1 commit
-
Fix feed that has never been fetched succesfully This avoid a crash when container.fetched_at is `nil`. See merge request !782