22 Jan, 2016
1 commit
-
Signed-off-by: Marcos Ramos <msramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
21 Jan, 2016
13 commits
-
These tests weren't working because acessing the signup before breaks the return_to.
-
Currently translated at 100.0% (53 of 53 strings)
-
Currently translated at 100.0% (2124 of 2124 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.
-
It is already recommended by rails, but it will not be installed on some scenarios. Since it is mentioned in the Gemfile, let's depend on it directly.
-
The standard gettext:po:update task is leaving duplicated strings in the PO files, what breaks a few gettext-related tools. So after calling gettext:po:update, we will normalize the PO files by removing duplicated strings.
-
environment_notification: Fix selenium test Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Rodrigo Siqueira <siqueira@kuniri.org> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !770
-
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
-
Fixes for anti_spam plugin fixes for anti_spam plugin See merge request !766
20 Jan, 2016
5 commits
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Rodrigo Siqueira <siqueira@kuniri.org> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
-
- 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>
-
Plugins to rails4 Migrate sub_organization and recent_content plugins to rails 4. See merge request !765
19 Jan, 2016
7 commits
-
Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
-
Extracted from the existing noosfero:translations:compile
18 Jan, 2016
11 commits
-
That is the case on the Debian package
-
The version in jessie does not work with vendored dependencies
-
It is not available yet, and that was only needed during the squeeze → wheezy upgrade.
-
Link to profile on organization ratings Name and image of the user in the organization ratings. Mapping in: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/issues/514 See merge request !758
12 Jan, 2016
1 commit
08 Jan, 2016
1 commit
07 Jan, 2016
1 commit
-
The cucumber tests would depend on having the translations compiled, which takes quite a while (more than 1 minute on my tests). You don't want an extra full minute on every CI run.