11 Apr, 2016
1 commit
-
The HTMl generation has been removed from the model and should get handled by BoxesHelper. There were no tests for the view, so some basic ones were added to assure this refactor has preserved some basic bahaviour.
30 Oct, 2015
1 commit
-
The images are displayed like a slideshow with groups of images
08 Oct, 2015
3 commits
-
Fix highlights_block error on add Noosfero.root @danielafeitosa, can you review this merge request? See merge request !701
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
07 Oct, 2015
2 commits
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
avoid html double escape This is already handled on rails 3. Fix #64 See merge request !687
06 Oct, 2015
1 commit
-
Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> Closes merge request !688
02 Oct, 2015
2 commits
-
Fixes test broken after changing spread button to use modal api. Also removes colorbox class that I forgot to remove in previous commit, since now we are using modal api. For reference see commit: edcc13059b31341eb78e58079ac2322f1142f206
-
This is already handled on rails 3. Fix #62
01 Oct, 2015
1 commit
29 Sep, 2015
2 commits
28 Sep, 2015
1 commit
26 Sep, 2015
1 commit
-
Keeped controllers/views structure
15 Sep, 2015
2 commits
-
As talked with terceiro, it is not a good idea to depend on ENV vars
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.
02 Sep, 2015
1 commit
-
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>
28 Aug, 2015
1 commit
27 Aug, 2015
1 commit
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.
21 Aug, 2015
4 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
-
metadata: marks urls as html safe This also fix a core bug of double escaping urls. See merge request !653
13 Aug, 2015
5 commits
12 Aug, 2015
2 commits
11 Aug, 2015
2 commits
-
…ons (create, update and destroy)
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
10 Aug, 2015
4 commits