17 Feb, 2016
2 commits
12 Feb, 2016
4 commits
-
Conflicts: app/helpers/forms_helper.rb plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb
-
Conflicts: app/helpers/forms_helper.rb app/views/cms/edit.html.erb plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb plugins/comment_paragraph/test/functional/comment_paragraph_plugin_profile_controller_test.rb
11 Feb, 2016
6 commits
-
Conflicts: plugins/comment_paragraph/controllers/profile/comment_paragraph_plugin_profile_controller.rb plugins/comment_paragraph/test/functional/comment_paragraph_plugin_profile_controller_test.rb
29 Jan, 2016
2 commits
28 Jan, 2016
5 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
27 Jan, 2016
1 commit
25 Jan, 2016
9 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.
22 Jan, 2016
5 commits
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.