28 Jan, 2016
7 commits
-
Set correct header for csrf token The header setted from application.js has to be equal to the key used in verified_request? See merge request !778
-
This will avoid, or at least reduce the chances of, having the CI builds falling over on temporary network failures.
-
Noosfero 1.4~rc2
27 Jan, 2016
1 commit
26 Jan, 2016
6 commits
-
Don't know exactly why but adding this make all tests pass.
25 Jan, 2016
10 commits
-
Conflicts: plugins/oauth_client/Gemfile plugins/oauth_client/lib/ext/user.rb
-
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.
-
Removes duplicated rendering of custom fields on organization forms Signed-off-by: Marcos Ramos <msramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !772
22 Jan, 2016
7 commits
-
Signed-off-by: Marcos Ramos <msramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Conflicts: Gemfile.lock db/schema.rb plugins/community_hub
21 Jan, 2016
9 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.