15 Mar, 2016
5 commits
-
Currently translated at 100.0% (21 of 21 strings)
-
Currently translated at 86.6% (13 of 15 strings)
-
Currently translated at 94.4% (68 of 72 strings)
-
Currently translated at 95.2% (20 of 21 strings)
-
Currently translated at 100.0% (82 of 82 strings)
14 Mar, 2016
1 commit
-
Currently translated at 100.0% (15 of 15 strings)
08 Mar, 2016
1 commit
-
Closes !467 Signed-off-by: Braulio Bhavamitra <brauliobo@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
01 Mar, 2016
2 commits
23 Feb, 2016
1 commit
-
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
22 Feb, 2016
4 commits
-
pg_search: refactor search query pg_search: Improve search test Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
-
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
1 commit
18 Feb, 2016
4 commits
-
Currently translated at 100.0% (24 of 24 strings)
-
Currently translated at 100.0% (53 of 53 strings)
-
Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com> Acked-by: Antonio Terceiro <terceiro@colivre.coop.br>
17 Feb, 2016
1 commit
11 Feb, 2016
5 commits
29 Jan, 2016
1 commit
28 Jan, 2016
3 commits
-
Count distinct - Multiple fields in paginate Fix sql query error with `distinct` into a **COUNT()** database function with multiple fields. The problem was caused by the gem `will_paginate` on version **3.0.5**. In their new version **3.0.7** this bug was fixed!! See merge request !777
25 Jan, 2016
5 commits
-
Fix oauth client plugin Fix broken tests: https://travis-ci.org/vfcosta/noosfero/jobs/104698347#L1254 Downgrade to a working version of omniauth-oauth2: https://github.com/intridea/omniauth-oauth2/issues/81 See merge request !775
-
See https://github.com/intridea/omniauth-oauth2/issues/81
-
- We don't need to test drag and drop to add blocks here, so I just assume the block is already added. - Fixes the class to search for the Edit button, since recent-content-block class is being used in more than one place now.
21 Jan, 2016
6 commits
-
Currently translated at 100.0% (53 of 53 strings)
-
Due to how will_paginate 3.0 works, we need to actually load the paginated collection data by querying it as an array before calling size() with not arguments directly on it.
-
Fix tests of community_track plugin We still have one failing test, to fix it we need to bump will_paginate version to 3.0.7. We did not do it because this version is not available on Debian stable, only on testing. When ruby-will-paginate will be available in Debian stable we just need to bump version in Gemfile and debian/control. See merge request !769
-
Fix custom forms tests "scope.class" returns a CustomFormsPlugin::Form::ActiveRecord_Relation class, which is a mismatch with ActiveRecord::Relation. Removed these assertions so we don't need to be attached to the name. The main assertions for each test remain unchanged. See merge request !768