Commit 1ce50b41782ddd9017b7413443e42493a9b37b4e
Exists in
staging
and in
2 other branches
Merge branch 'master' into staging
Showing
4 changed files
with
17 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (1.4~rc3) jessie-test; urgency=medium | ||
2 | + | ||
3 | + * Noosfero 1.4 RC3 | ||
4 | + | ||
5 | + -- Antonio Terceiro <terceiro@colivre.coop.br> Thu, 28 Jan 2016 16:58:32 -0200 | ||
6 | + | ||
1 | noosfero (1.4~rc2) jessie-test; urgency=medium | 7 | noosfero (1.4~rc2) jessie-test; urgency=medium |
2 | 8 | ||
3 | * Noosfero 1.4 RC2 | 9 | * Noosfero 1.4 RC2 |
lib/noosfero/version.rb
plugins/oauth_client/lib/ext/user.rb
@@ -9,6 +9,7 @@ class User | @@ -9,6 +9,7 @@ class User | ||
9 | after_create :store_oauth_providers | 9 | after_create :store_oauth_providers |
10 | 10 | ||
11 | def initialize_with_oauth_client(attributes = {}, options = {}) | 11 | def initialize_with_oauth_client(attributes = {}, options = {}) |
12 | + attributes ||= {} | ||
12 | @oauth_providers = attributes.delete(:oauth_providers) || [] | 13 | @oauth_providers = attributes.delete(:oauth_providers) || [] |
13 | initialize_without_oauth_client(attributes, options) | 14 | initialize_without_oauth_client(attributes, options) |
14 | end | 15 | end |
plugins/oauth_client/test/functional/oauth_client_plugin_account_controller_test.rb
0 → 100644