18 Feb, 2016
11 commits
-
Currently translated at 100.0% (24 of 24 strings)
-
Currently translated at 100.0% (53 of 53 strings)
-
Currently translated at 100.0% (2124 of 2124 strings)
-
Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com> Acked-by: Antonio Terceiro <terceiro@colivre.coop.br>
17 Feb, 2016
3 commits
16 Feb, 2016
7 commits
15 Feb, 2016
2 commits
12 Feb, 2016
4 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
13 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