22 Feb, 2016
3 commits
-
Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com>
21 Feb, 2016
6 commits
-
So use the block at the environment page
-
This improves selenium and plugins tasks by more than 10 minutes See https://blog.codeship.com/faster-rails-tests/
19 Feb, 2016
1 commit
18 Feb, 2016
11 commits
-
This also sets User.current to avoid random activities failures
-
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
1 commit
16 Feb, 2016
2 commits
11 Feb, 2016
11 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
-
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
1 commit
-
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.