23 Feb, 2015
2 commits
-
Add test to not show products when they are disabled in environment.
22 Feb, 2015
3 commits
-
Two oauth plugins: oauth_client and oauth_provider See merge request !415
-
Fixes for ToleranceTimePlugin and RelevantContentPlugin Fixes blocking crashes when enabling these plugins: NameError exception in RelevantContentPlugin and argument mismatch for ToleranceTimePlugin. See merge request !450
20 Feb, 2015
1 commit
13 Feb, 2015
1 commit
-
Profile description block this plugin adds a block that displays the description field of the profile. See merge request !464
12 Feb, 2015
2 commits
-
Also: - fix to avoid crash if there is some answer without a related field
-
Ai2119 event block plugin Fix: https://gitlab.com/noosfero/noosfero/merge_requests/349 See merge request !400
11 Feb, 2015
4 commits
-
Also: - By default, list only future events - Replacing strings describing the number of days left/past to the event - Removed br tags and added margin on elements from edit block view - Only display option "Show all environment events" if there's another option - Fixed tests See merge request !400
-
Replace prototype calls to jquery/jrails See merge request !427
10 Feb, 2015
12 commits
-
Index lat/lng on articles http://noosfero.org/Development/ActionItem2933 See merge request !46
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
-
- change lambda to proc in block's content method. - remove unnecessary code. - add block's css Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
09 Feb, 2015
2 commits
03 Feb, 2015
3 commits
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
-
When vote plugin is not enabled in a noosfero instance, the constant VotePlugin is not defined, which was causing a crash in relevant content plugin. So I check if the plugin is enabled using a string and not a constant.
-
Part of rails 3 migration Also removes useless line. The check for enabled plugin is made before adding the filter. Besides, that proc was never called.
02 Feb, 2015
1 commit
30 Jan, 2015
3 commits
-
ActionItem2119 Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
28 Jan, 2015
2 commits
-
Created a scope to show only visible and enabled enterprises on environment statistics block. Bug fix from #2783
-
When acessing Noosfero through a properly configured HTTPS setup, all links will now be generated with https (or without an explicit protocol and will just work). Links generated outside of the scope of a request (models, mailers etc) will still use http://. That can be fixed by a localized change to Environment#top_url, but for now I expect everyone using HTTPS to have a proper HTTP -> HTTPS redirection mechanism.
27 Jan, 2015
1 commit
-
Ai3297 class community Fix the reviewed code in https://gitlab.com/noosfero/noosfero/merge_requests/348 See merge request !404
22 Jan, 2015
1 commit
-
- Moved EmailContact class from ext directory to plugin scope - Refactored Work Assignment Plugin to accept general articles instead of only uploaded files - Protecting methods that are not supposed to be actions Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail>
21 Jan, 2015
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
-
- Changed methods and variable names. - Created work_assignment_plugin_myprofile_controller and undone the cms_controller extension - Fixed the tests to fit the new structure Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>