24 Sep, 2015
1 commit
18 Sep, 2015
1 commit
10 Sep, 2015
2 commits
-
Conflicts: app/models/article_follower.rb test/unit/article_test.rb
09 Sep, 2015
5 commits
-
Conflicts: app/models/article.rb app/models/article_follower.rb app/models/person.rb test/unit/article_follower_test.rb
08 Sep, 2015
1 commit
04 Sep, 2015
2 commits
-
Tests in scrap_test were failing in some random executions. It was caused by the way that action_tracker gets the current user when there is no custom_user setted in track_actions calls. The current logged in used is obtained with ActionTracker::Record.current_user but it's not setted from unit tests. The solution is to set the custom_user as the scrap sender, since that it will always be the same user that is logged in when a scrap is created.
03 Sep, 2015
8 commits
02 Sep, 2015
3 commits
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Omar Júnior <omarroinuj@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Vítor Barbosa <vitornga15@gmail.com>
01 Sep, 2015
2 commits
-
Conflicts: lib/noosfero/api/v1/articles.rb test/unit/api/articles_test.rb
28 Aug, 2015
5 commits
27 Aug, 2015
3 commits
26 Aug, 2015
1 commit
-
Links and images are saved with relative path but it wasn't considering the profile domain. Because of this, the links were broken on article visualization. This commit also fix the url on edition of tinymce articles.
25 Aug, 2015
1 commit
24 Aug, 2015
2 commits
21 Aug, 2015
3 commits
-
Login - Show a message if a user is not active This is a same feature described in merge request !656. I've fixed the unit tests now!! See merge request !658
-
This reverts commit d8c77643e546e5e82306aa6756cdf9931e008cc2, reversing changes made to 950a07082d85808991b63c99f0c30386af945a86.