22 Mar, 2016
1 commit
-
sniffer: drop sniffer_plugin_profiles table Changed pulled from ESCAMBO See merge request !809
18 Mar, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
17 Mar, 2016
1 commit
-
newsletter: search blogs also by profile's names We already allow the admin to choose any blog in the environment to feed the newsletter, however it's only possible to search a blog by its name or community's name. With this patch the admin can search for a blog either by its name or the name of the profile the blog belongs to. See merge request !706
16 Mar, 2016
4 commits
-
Now user can search for a blog either by its name or the name of the profile the blog belongs to, instead of just the blog's or community's name.
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)
12 Mar, 2016
1 commit
-
Changed pulled from ESCAMBO
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
3 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