28 Jan, 2016
1 commit
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
20 Jan, 2016
3 commits
-
- Updates rakismet version; - Fixes akismet_data being nil; - Creates test for rakismet gem behaviour in anti_spam plugin; - Adds teardown to isolate tests; Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
19 Jan, 2016
1 commit
-
Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
18 Jan, 2016
1 commit
06 Jan, 2016
1 commit
-
Checking if comments is empty before execute delete statement because the clause IN has to have a argument. Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com>
05 Jan, 2016
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
-
Also: Improve ContextContent plugin's view text See merge request !713
04 Jan, 2016
3 commits
-
Currently translated at 56.6% (34 of 60 strings)
-
Currently translated at 57.1% (4 of 7 strings)
-
Currently translated at 10.9% (9 of 82 strings)
18 Dec, 2015
1 commit
-
Adding tests for multi env remote user Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com Closes !753
17 Dec, 2015
1 commit
16 Dec, 2015
1 commit
12 Dec, 2015
1 commit
10 Dec, 2015
2 commits
09 Dec, 2015
1 commit
05 Dec, 2015
2 commits
-
Also drop wrong files copied from old repo
04 Dec, 2015
2 commits
-
- Adds hostspot in Organization Rating task details - Improvements on task and organization ratings layout - Added one hotspot for task contents and another for ratings container content - Rejected rating comments are only displayed to env admins and comment owners - All task messages now refers to "a Report" instead of Comment: i.g. "Report waiting for approval" instead of "Comment waiting for approval" - Also added css style to auto expand task div Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !737
03 Dec, 2015
2 commits
-
Comments in the script tell the user to use /etc/default/noosfero to set variables used in the script, but it looks for them in /etc/default/stoa-auth-daemon. Also, the file name variable should be atoa-auth-server.
25 Nov, 2015
4 commits
-
Newsletter and Sniffer plugins bug fixes Fixes some bugs found: - Check box in newsletter moderation task page wasn't showing up; - Newsletter header in moderation task page wasn't exactly like the preview of the newsletter since a padding was added; - Sniffer plugin wasn't filtering out enterprises based on distance. See merge request !736
-
`sniffer_plugin_distance` is a virtual attribute of profile and seems like it can only be accessed by a get method call now, so I replaced a `[]` call by a send.