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
16 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
4 commits
-
Fix feed that has never been fetched succesfully This avoid a crash when container.fetched_at is `nil`. See merge request !782
-
Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Fix selenium onClick link web step The previous fix at 8064b0da19cedbb3d8089e9fd62e208857aea0ef did not expect links with onClick actions which was specially breaking the category_block feature. See merge request !785
-
The previous fix at 8064b0da19cedbb3d8089e9fd62e208857aea0ef did not expect links with onClick actions which was specially breaking the category_block feature.
04 Feb, 2016
3 commits
-
Depending on timing trying to fill a tinyMCE control will fail with `tinymce.editors.article_body is undefined` (Selenium::WebDriver::Error::JavascriptError), probably because at the point we try to interact with the editor it is still being loaded by the browser. Because of that in case of failure we sleep for 1 second and try again at most 5 times.
-
Conflicts: config/application.rb
-
These changes avoid searching for sessions with a wrong schema in a multi domain setup.
03 Feb, 2016
1 commit